You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jim McCaskey (JIRA)" <ji...@codehaus.org> on 2009/04/01 04:52:12 UTC

[jira] Created: (MNG-4122) deploy:deploy-file over rights maven-metadata.xml

deploy:deploy-file over rights maven-metadata.xml
-------------------------------------------------

                 Key: MNG-4122
                 URL: http://jira.codehaus.org/browse/MNG-4122
             Project: Maven 2
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 2.1.0
         Environment: Windows XP
            Reporter: Jim McCaskey


Using deploy:deploy-file to add multiple version of an artifact causes the artifactId maven-metadata.xml file to be recreated new and the old contents to be removed.  Once done I am left with contents like this:

<?xml version="1.0" encoding="UTF-8"?><metadata>
  <groupId>com.pervasive.component</groupId>
  <artifactId>artifact-distribution</artifactId>
  <version>4.0.2.11</version>
  <versioning>
    <versions>
      <version>4.0.2.11</version>
    </versions>
    <lastUpdated>20090401013925</lastUpdated>
  </versioning>
</metadata> 

This is using Maven 2.1.0 and maven-deploy-plugin 2.4.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-4122) deploy:deploy-file over rights maven-metadata.xml

Posted by "Jim McCaskey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim McCaskey closed MNG-4122.
-----------------------------

    Resolution: Fixed

Opened this in the wrong place.  Opened it in the right place here:

http://jira.codehaus.org/browse/MDEPLOY-99

> deploy:deploy-file over rights maven-metadata.xml
> -------------------------------------------------
>
>                 Key: MNG-4122
>                 URL: http://jira.codehaus.org/browse/MNG-4122
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.1.0
>         Environment: Windows XP
>            Reporter: Jim McCaskey
>
> Using deploy:deploy-file to add multiple version of an artifact causes the artifactId maven-metadata.xml file to be recreated new and the old contents to be removed.  Once done I am left with contents like this:
> <?xml version="1.0" encoding="UTF-8"?><metadata>
>   <groupId>com.pervasive.component</groupId>
>   <artifactId>artifact-distribution</artifactId>
>   <version>4.0.2.11</version>
>   <versioning>
>     <versions>
>       <version>4.0.2.11</version>
>     </versions>
>     <lastUpdated>20090401013925</lastUpdated>
>   </versioning>
> </metadata> 
> This is using Maven 2.1.0 and maven-deploy-plugin 2.4.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-4122) deploy:deploy-file over rights maven-metadata.xml

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4122.
----------------------------------

    Resolution: Duplicate

> deploy:deploy-file over rights maven-metadata.xml
> -------------------------------------------------
>
>                 Key: MNG-4122
>                 URL: http://jira.codehaus.org/browse/MNG-4122
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.1.0
>         Environment: Windows XP
>            Reporter: Jim McCaskey
>
> Using deploy:deploy-file to add multiple version of an artifact causes the artifactId maven-metadata.xml file to be recreated new and the old contents to be removed.  Once done I am left with contents like this:
> <?xml version="1.0" encoding="UTF-8"?><metadata>
>   <groupId>com.pervasive.component</groupId>
>   <artifactId>artifact-distribution</artifactId>
>   <version>4.0.2.11</version>
>   <versioning>
>     <versions>
>       <version>4.0.2.11</version>
>     </versions>
>     <lastUpdated>20090401013925</lastUpdated>
>   </versioning>
> </metadata> 
> This is using Maven 2.1.0 and maven-deploy-plugin 2.4.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (MNG-4122) deploy:deploy-file over rights maven-metadata.xml

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann reopened MNG-4122:
------------------------------------


> deploy:deploy-file over rights maven-metadata.xml
> -------------------------------------------------
>
>                 Key: MNG-4122
>                 URL: http://jira.codehaus.org/browse/MNG-4122
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 2.1.0
>         Environment: Windows XP
>            Reporter: Jim McCaskey
>
> Using deploy:deploy-file to add multiple version of an artifact causes the artifactId maven-metadata.xml file to be recreated new and the old contents to be removed.  Once done I am left with contents like this:
> <?xml version="1.0" encoding="UTF-8"?><metadata>
>   <groupId>com.pervasive.component</groupId>
>   <artifactId>artifact-distribution</artifactId>
>   <version>4.0.2.11</version>
>   <versioning>
>     <versions>
>       <version>4.0.2.11</version>
>     </versions>
>     <lastUpdated>20090401013925</lastUpdated>
>   </versioning>
> </metadata> 
> This is using Maven 2.1.0 and maven-deploy-plugin 2.4.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira