The Maven Install Plugin is used during the install phase to add artifact(s) to the local repository.
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-pluginI’m using Maven 3.2.3. I used to be able to run “mvn clean install” on my WAR project and the …
maven maven-3 maven-war-plugin maven-install-plugin