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
- 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.)
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
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