Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-15 Thread Robert Scholte
Kind of surprising this issue is discovered after more than a year. I can confirm that right now it only *reads* the GAV information from the pom, but this pom file itself isn't actually used as part of the deploy. So the plugin should be improved here. Could you create an issue for it?[1] tha

Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-14 Thread Johan Ekesparr
The instructions on the page custom-pom-installation doesn't solve the problem I'm having ( I'm usin the maven-install-plugin:2.5.2:install-file ) Example 1) Here we must have two files. The artifact jar-file _and_ an pom.xml file. I see no way of referencing the pom.xml _inside_ the artifact jar-

Re: Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-13 Thread Robert Scholte
Hi, this is supported since version 2.5. Read http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html for the details. thanks, Robert Op Mon, 13 Oct 2014 13:56:26 +0200 schreef Johan Ekesparr : Is there any way of installing the pom.xml file from ins

Installing the pom.xml from inside an artifact using maven-install-plugin ?

2014-10-13 Thread Johan Ekesparr
Is there any way of installing the pom.xml file from inside an existing artifact using the maven-install-plugin ? Currently when we have an artifact created in a maven build the artifact includes the pom.xml file. Using the goal install:install-file we can install the arrtifact(jar-file) and the i