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
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