Skip to content
New issue

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

Switch test.single to just run mvn[d] test #16

Open
jglick opened this issue Nov 1, 2024 · 0 comments
Open

Switch test.single to just run mvn[d] test #16

jglick opened this issue Nov 1, 2024 · 0 comments

Comments

@jglick
Copy link
Member

jglick commented Nov 1, 2024

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.

could probably override this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant