maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Zos Rothko
Hi I have a pom project that is is using the maven-instal-plugin to install 3 artifacts in my local repository. But when running mvn install, none are installed. What's wrong with this pom.xml [INFO] Scanning for projects... [INFO] [INFO] ---

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Anders Hammar
There is a fundamental issue here. You're trying to do this the wrong way. * The install goal is not for installing arbitrary files in the repo. For that you should use install-file. But the install-file goal is not intended to be bound to the build lifecycle, but for executing from the command li

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Karl Heinz Marbaise
Hi, On 12/03/18 14:51, Zos Rothko wrote: Hi http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>     4.0.0     fr.swisslife.archiev3     maven

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Robert Scholte
I think you've missed one of the last lines: pom That also explains why no other plugin is called before the maven-install-plugin Robert On Mon, 12 Mar 2018 17:35:16 +0100, Karl Heinz Marbaise wrote: Hi, On 12/03/18 14:51, Zos Rothko wrote: Hi http://maven.apache.org/POM/4.0.0";

[ANN] Apache Maven EAR Version 3.0.0 Released

2018-03-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 3.0.0 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). https://maven.apache.org/plugins/maven-ear-plugin/ Imp

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Zos Rothko
Hi Le 12/03/2018 à 17:35, Karl Heinz Marbaise a écrit : Hi, On 12/03/18 14:51, Zos Rothko wrote: Hi http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0

AW: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Bernd Eckenfels
Hello, if you start with a empty POM of type JAR the Default LifeCycle bindings (which include intall plugin) apply. See here: http://maven.apache.org/ref/3.2.2/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -- http://bernd.eckenfels.net Von: Zos Rothko Gesendet: Dienstag