We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test.single
mvn[d] test
https://github.com/apache/netbeans/blob/45696ba6af2d663818daf33c49c3b2710e8d35e1/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml#L81-L93 tries too hard to optimize the mojos run for a test. Jenkins plugins tend to have more complicated setup, especially with jenkinsci/plugin-pom#1017. Simply mvn test suffices, and mvnd test is pretty fast if you install that.
mvn test
mvnd test
netbeans-stapler-plugin/jenkins-plugin/src/main/resources/org/kohsuke/stapler/netbeans/jenkinsdev/action-mappings.xml
Line 2 in 714a93f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/apache/netbeans/blob/45696ba6af2d663818daf33c49c3b2710e8d35e1/java/maven/src/org/netbeans/modules/maven/execute/defaultActionMappings.xml#L81-L93 tries too hard to optimize the mojos run for a test. Jenkins plugins tend to have more complicated setup, especially with jenkinsci/plugin-pom#1017. Simply
mvn test
suffices, andmvnd test
is pretty fast if you install that.netbeans-stapler-plugin/jenkins-plugin/src/main/resources/org/kohsuke/stapler/netbeans/jenkinsdev/action-mappings.xml
Line 2 in 714a93f
The text was updated successfully, but these errors were encountered: