You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mariusz Smykuła (JIRA)" <ji...@apache.org> on 2017/05/30 21:06:04 UTC

[jira] [Updated] (MNG-6238) maven deploy-file do not evalute ci friendly names from pom.xml

     [ https://issues.apache.org/jira/browse/MNG-6238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mariusz Smykuła updated MNG-6238:
---------------------------------
    Description: 
Sample command:

{code}
./mvnw deploy:deploy-file -Drevision=100   -Durl=http://foo//nexus/repository/maven-snapshot/ -DrepositoryId=foo-nexus -DpomFile=pom.xml -Dfile=target/foo-stubs.jar   -Dclassifier=stubs
{code}

Version and other meta information should be read from pom.xml:

{code}
    <groupId>foo</groupId>
    <artifactId>foo</artifactId>
    <version>${revision}</version>
    <packaging>jar</packaging>
{code}
And partially they are, but uploaded version is not:

{code}
[INFO] Building foo 100
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy-file (default-cli) @ git ---
[INFO] Uploading: http://foo//nexus/repository/maven-snapshot/foo/$%7Brevision%7D/foo-$%7Brevision%7D-stubs.jar
[INFO] Uploading: http://foo//nexus/repository/maven-snapshot/foo/$%7Brevision%7D/foo-$%7Brevision%7D.pom
{code}


  was:
Sample command:

{code}
./mvnw deploy:deploy-file -Drevision=100   -Durl=http://ci.devskiller.com//nexus/repository/maven-snapshot/ -DrepositoryId=devskiller-nexus -DpomFile=pom.xml -Dfile=target/git-stubs.jar   -Dclassifier=stubs
{code}

Version and other meta information should be read from pom.xml:

{code}
    <groupId>com.devskiller.git</groupId>
    <artifactId>git</artifactId>
    <version>${revision}</version>
    <packaging>jar</packaging>
{code}
And partially they are, but uploaded version is not:

{code}
[INFO] Building Devskiller GIT 100
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy-file (default-cli) @ git ---
[INFO] Uploading: http://ci.devskiller.com//nexus/repository/maven-snapshot/com/devskiller/git/git/$%7Brevision%7D/git-$%7Brevision%7D-stubs.jar
[INFO] Uploading: http://ci.devskiller.com//nexus/repository/maven-snapshot/com/devskiller/git/git/$%7Brevision%7D/git-$%7Brevision%7D.pom
{code}



> maven deploy-file do not evalute ci friendly names from pom.xml
> ---------------------------------------------------------------
>
>                 Key: MNG-6238
>                 URL: https://issues.apache.org/jira/browse/MNG-6238
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.5.0
>            Reporter: Mariusz Smykuła
>
> Sample command:
> {code}
> ./mvnw deploy:deploy-file -Drevision=100   -Durl=http://foo//nexus/repository/maven-snapshot/ -DrepositoryId=foo-nexus -DpomFile=pom.xml -Dfile=target/foo-stubs.jar   -Dclassifier=stubs
> {code}
> Version and other meta information should be read from pom.xml:
> {code}
>     <groupId>foo</groupId>
>     <artifactId>foo</artifactId>
>     <version>${revision}</version>
>     <packaging>jar</packaging>
> {code}
> And partially they are, but uploaded version is not:
> {code}
> [INFO] Building foo 100
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-deploy-plugin:2.8.2:deploy-file (default-cli) @ git ---
> [INFO] Uploading: http://foo//nexus/repository/maven-snapshot/foo/$%7Brevision%7D/foo-$%7Brevision%7D-stubs.jar
> [INFO] Uploading: http://foo//nexus/repository/maven-snapshot/foo/$%7Brevision%7D/foo-$%7Brevision%7D.pom
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)