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

Migrate Netbeans Build to use Maven #4

Open
1 of 2 tasks
ebresie opened this issue Jan 14, 2022 · 0 comments
Open
1 of 2 tasks

Migrate Netbeans Build to use Maven #4

ebresie opened this issue Jan 14, 2022 · 0 comments
Labels
kind:feature New feature or request needs:triage

Comments

@ebresie
Copy link
Contributor

ebresie commented Jan 14, 2022

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

  1. Provide a standardize project infrasture,
  2. 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.
  3. 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?

  • Yes I am willing to submit a PR!

Code of Conduct

@ebresie ebresie added kind:feature New feature or request needs:triage labels Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature New feature or request needs:triage
Projects
None yet
Development

No branches or pull requests

1 participant