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

maven-deploy-plugin:deploy-file Why a project is needed?

2021-06-02 Thread Zos ROTHKO
Hello I want to deploy a file using the command below mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file -Durl=https://nexus.metrixware.com/repository/ -DrepositoryId=mis-external-libs -Dfile=C:/Program

Re: maven-deploy-plugin:deploy-file Why a project is needed?

2021-06-02 Thread Zos ROTHKO
/MDEPLOY-277 Plugin could probably do with some attention. Delany From my perpective, it is a regression. If I remember well, there were no need to have a projet/pom.xml for running mvn deploy:deploy-file command On Wed, 2 Jun 2021 at 08:19, Zos ROTHKO wrote: Hello I want to deploy a file using

maven release process and Integration test artifact version tracking

2021-04-21 Thread Zos ROTHKO
Hello Maven's users I have a problem about tracking the new snapshot version of an jar artifact within the integration test running the maven-invoker-plugin. Each integration test project is using the snapshot version of the jar artifact as a runtime dependency of a 3rd party maven plugin.