Re: Install custom plugin manually

2007-01-23 Thread allan ramirez
Try to extract the pom first inside the jar then execute your command including the -DpomFile parameter mvn install:install-file -Dfile=custom-plugin-1.0-SNAPSHOT.jar -DgroupId=com.foo.mojo -DartifactId=custom-maven-plugin -Dpackaging=maven-plugin -Dversion=1.0-SNAPSHOT -DpomFile= This will inst

Install custom plugin manually

2007-01-22 Thread Willie Vu
I want to install a custom plugin manually using the following: mvn install:install-file -Dfile=custom-plugin-1.0-SNAPSHOT.jar -DgroupId=com.foo.mojo -DartifactId=custom-maven-plugin -Dpackaging=maven-plugin -Dversion=1.0-SNAPSHOT The jar file is installed in the local repository but not the .po