Top "Maven-install-plugin" questions

The Maven Install Plugin is used during the install phase to add artifact(s) to the local repository.

Maven: The packaging for this project did not assign a file to the build artifact

I'm using Maven 3.0.3 on Mac 10.6.6. I have a JAR project and when I run the command "mvn clean install:install", …

maven maven-3 pom.xml maven-jar-plugin maven-install-plugin