You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently, Netbeans build is predominately using ant. This feature require is to migrate over to using maven instead.
Use case/motivation
By usage of maven, this would
Provide a standardize project infrasture,
Would allow external dependencies to be identified and pulled during normal build as part of maven and possibly avoid the "external dependenceis" present in many of the project.
Allow additional code quality plugins to be utilized during build activities (i.e. security checks, dependency checks, code quality checks, etc.)
Description
Presently, Netbeans build is predominately using ant. This feature require is to migrate over to using maven instead.
Use case/motivation
By usage of maven, this would
Related issues
There was an effort to "mavenize" the contrib projects that provides an example
https://github.com/timboudreau/netbeans-contrib
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: