My understanding is that Zos has three pre-built artifacts that should be installed in the local repo. Please see my earlier response for ponters on how to handle this. I strongly advice you to have a repo manager and deploy the artifacts there instead of having ot manually managing your local repo.
/Anders On Tue, Mar 13, 2018 at 7:06 AM, Bernd Eckenfels <e...@zusammenkunft.net> wrote: > 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, 13. März 2018 06:58 > An: i...@soebes.de; Maven Users List > Betreff: Re: maven-install-plugin: Why it does not install the artifacts > > Hi > > > Le 12/03/2018 à 17:35, Karl Heinz Marbaise a écrit : > > Hi, > > > > On 12/03/18 14:51, Zos Rothko wrote: > >> Hi > >> > >> > >> <project xmlns="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"> > >> <modelVersion>4.0.0</modelVersion> > >> <groupId>fr.swisslife.archiev3</groupId> > >> <artifactId>maven</artifactId> > >> <version>1.0.0</version> > >> > >> <build> > >> > >> > >> > > > > If I take a look at your pom file...just remove the whole > > configuration for maven-install-plugin... > > and just try to do: > I do not understand your advise: How a "mvn clean install" command can > install the file/artifact if the configurations specifying those > file/artifacts are removed??? > > > > mvn clean install > > > > > > If you are artifacts installed fine if not ...there is something else > > wrong.. > > > > Please at best a link to a project github/bitbucket etc... > > > > Kind regards > > Karl Heinz Marbaise > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > >