build jar from primefaces source
mvn clean install
How to publish the primefaces jar to maven local?
what is mvn command for publish?
CodePudding user response:
The command install
"publishes" the JAR to the local Maven repository.
build jar from primefaces source
mvn clean install
How to publish the primefaces jar to maven local?
what is mvn command for publish?
CodePudding user response:
The command install
"publishes" the JAR to the local Maven repository.