Building a Maven project
Compiling the project
Maven and user-specified system properties
dcover create -Dproperty1=value1mvn test -Dproperty1=value1<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<property1>value1</property1>
</systemPropertyVariables>
</configuration>
</plugin>Maven Troubleshooting
Checkstyle Plugin
JUnit Platform Launcher jar
Debugging Information
Last updated
Was this helpful?

