You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2006/03/20 15:00:45 UTC

[jira] Created: (MEV-362) missing jar for relocation of netbeans:cvslib:3.6

missing jar for relocation of netbeans:cvslib:3.6
-------------------------------------------------

         Key: MEV-362
         URL: http://jira.codehaus.org/browse/MEV-362
     Project: Maven Evangelism
        Type: Bug

  Components: Dependencies  
    Reporter: Olivier Lamy


The pom says :
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>netbeans</groupId>
  <artifactId>cvslib</artifactId>
  <version>3.6</version>
  <distributionManagement>
    <relocation>
      <groupId>org.netbeans</groupId>
      <artifactId>lib</artifactId>
    </relocation>
  </distributionManagement>
</project>
But there is only a pom in http://www.ibiblio.org/maven2/org/netbeans/lib/3.6/.
No jar.



-- 
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] Commented: (MEV-362) missing jar for relocation of netbeans:cvslib:3.6

Posted by "Milos Kleint (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-362?page=comments#action_61527 ] 

Milos Kleint commented on MEV-362:
----------------------------------

Now even more strange is the fact that the cvs part of the name totally disappeared. What sense does a "lib" artifact in "org.netbeans" group have? close to none..



> missing jar for relocation of netbeans:cvslib:3.6
> -------------------------------------------------
>
>          Key: MEV-362
>          URL: http://jira.codehaus.org/browse/MEV-362
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Dependencies
>     Reporter: Olivier Lamy

>
>
> The pom says :
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>netbeans</groupId>
>   <artifactId>cvslib</artifactId>
>   <version>3.6</version>
>   <distributionManagement>
>     <relocation>
>       <groupId>org.netbeans</groupId>
>       <artifactId>lib</artifactId>
>     </relocation>
>   </distributionManagement>
> </project>
> But there is only a pom in http://www.ibiblio.org/maven2/org/netbeans/lib/3.6/.
> No jar.

-- 
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: (MEV-362) missing jar for relocation of netbeans:cvslib:3.6

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-362?page=all ]
     
Carlos Sanchez closed MEV-362:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Copied the jar to new location

> missing jar for relocation of netbeans:cvslib:3.6
> -------------------------------------------------
>
>          Key: MEV-362
>          URL: http://jira.codehaus.org/browse/MEV-362
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Dependencies
>     Reporter: Olivier Lamy
>     Assignee: Carlos Sanchez

>
>
> The pom says :
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>netbeans</groupId>
>   <artifactId>cvslib</artifactId>
>   <version>3.6</version>
>   <distributionManagement>
>     <relocation>
>       <groupId>org.netbeans</groupId>
>       <artifactId>lib</artifactId>
>     </relocation>
>   </distributionManagement>
> </project>
> But there is only a pom in http://www.ibiblio.org/maven2/org/netbeans/lib/3.6/.
> No jar.

-- 
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] Commented: (MEV-362) missing jar for relocation of netbeans:cvslib:3.6

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-362?page=comments#action_62978 ] 

Olivier Lamy commented on MEV-362:
----------------------------------

Temporary workaround for changelog plugin.
Remove relocation in your localRepository.
  <relocation>
      <groupId>org.netbeans</groupId>
      <artifactId>lib</artifactId>
    </relocation> 
can be removed or commented.

> missing jar for relocation of netbeans:cvslib:3.6
> -------------------------------------------------
>
>          Key: MEV-362
>          URL: http://jira.codehaus.org/browse/MEV-362
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Dependencies
>     Reporter: Olivier Lamy

>
>
> The pom says :
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>netbeans</groupId>
>   <artifactId>cvslib</artifactId>
>   <version>3.6</version>
>   <distributionManagement>
>     <relocation>
>       <groupId>org.netbeans</groupId>
>       <artifactId>lib</artifactId>
>     </relocation>
>   </distributionManagement>
> </project>
> But there is only a pom in http://www.ibiblio.org/maven2/org/netbeans/lib/3.6/.
> No jar.

-- 
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] Commented: (MEV-362) missing jar for relocation of netbeans:cvslib:3.6

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-362?page=comments#action_61612 ] 

Olivier Lamy commented on MEV-362:
----------------------------------

Note this cause failed on using last snapshot of changelog-maven-plugin.
Look at the pom :
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/changelog-maven-plugin/2.0-beta-2-SNAPSHOT/changelog-maven-plugin-2.0-beta-2-20060307.142230-7.pom

Please fix this.
Thanks,
Olivier

> missing jar for relocation of netbeans:cvslib:3.6
> -------------------------------------------------
>
>          Key: MEV-362
>          URL: http://jira.codehaus.org/browse/MEV-362
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Dependencies
>     Reporter: Olivier Lamy

>
>
> The pom says :
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>netbeans</groupId>
>   <artifactId>cvslib</artifactId>
>   <version>3.6</version>
>   <distributionManagement>
>     <relocation>
>       <groupId>org.netbeans</groupId>
>       <artifactId>lib</artifactId>
>     </relocation>
>   </distributionManagement>
> </project>
> But there is only a pom in http://www.ibiblio.org/maven2/org/netbeans/lib/3.6/.
> No jar.

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