Maven-install-plugin: Can I define a custom packaging type but get the artifact installed as jar in the repo?

I tried that but didn't seem to pick it up, I looked at the code and it seems to be a read only parameter – Pablo Mar 8 at 21:02.

I ran into the same issue you have, except, I'm building a . War file and wanted a . Jar file installed into my local repo.

What I did was use the maven-jar-plugin to create a jar file in addition to a war file, it's generated in my /target directory. I also used the maven-install-plugin to install the outputted jar to my local repo. Org.apache.maven.

Plugins maven-jar-plugin make-jar compile jar org.apache.maven. Plugins maven-install-plugin install-jar install install-file jar ${project. ArtifactId} ${project.

GroupId} ${project. Version} ${project.build. Directory}/${project.

ArtifactId}.jar.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions