Reputation: 119
I am building a JavaFX project using NetBeans. When I build the project, Maven builds and installs the project JAR to my local repository.
I don't want to install my project to local repository, how do I stop this?
Upvotes: 1
Views: 316
Reputation: 196
look at Maven default lifecycles, maybe mvn package is a better option
Upvotes: 1