You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matt Todd (JIRA)" <ji...@codehaus.org> on 2005/10/29 15:23:11 UTC

[jira] Created: (MEV-157) Invalid deps in the dumbster pom

Invalid deps in the dumbster pom 
---------------------------------

         Key: MEV-157
         URL: http://jira.codehaus.org/browse/MEV-157
     Project: Maven Evangelism
        Type: Bug
  Components: Dependencies  
 Reporter: Matt Todd


  <dependencies>
    <dependency>
      <groupId>activation</groupId>
      <artifactId>activation</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>javamail</groupId>
      <artifactId>mail</artifactId>
      <version>1.3.2</version>
    </dependency>
  </dependencies>


Should be:

  <dependencies>
    <dependency>
      <groupId>javax.activation</groupId>
      <artifactId>activation</artifactId>
      <version>1.0.2</version>
    </dependency>
    <dependency>
      <groupId>javax.mail</groupId>
      <artifactId>mail</artifactId>
      <version>1.3.2</version>
    </dependency>
  </dependencies>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-157) Invalid deps in the dumbster pom

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

     Assign To: Carlos Sanchez  (was: Edwin Punzalan)
    Resolution: Fixed

Added relocations

> Invalid deps in the dumbster pom 
> ---------------------------------
>
>          Key: MEV-157
>          URL: http://jira.codehaus.org/browse/MEV-157
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Dependencies
>     Reporter: Matt Todd
>     Assignee: Carlos Sanchez

>
>
>   <dependencies>
>     <dependency>
>       <groupId>activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javamail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>
> Should be:
>   <dependencies>
>     <dependency>
>       <groupId>javax.activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javax.mail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MEV-157) Invalid deps in the dumbster pom

Posted by "Matt Todd (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-157?page=all ]
     
Matt Todd reopened MEV-157:
---------------------------


Well its not the dependencies which are at issue here, Maven 2 produces warnings when building as it can't find the poms for the old paths.  It would be useful if the old locations had redirect poms in them instead of nothing.

e.g.

http://ibiblio.org/maven2/activation  
http://ibiblio.org/maven2/mail

Is not there and could do with a redirect to the correct activation and mail, or the dumpster pom changing.

Thanks,

Matt.

> Invalid deps in the dumbster pom 
> ---------------------------------
>
>          Key: MEV-157
>          URL: http://jira.codehaus.org/browse/MEV-157
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Matt Todd
>     Assignee: Carlos Sanchez

>
>
>   <dependencies>
>     <dependency>
>       <groupId>activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javamail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>
> Should be:
>   <dependencies>
>     <dependency>
>       <groupId>javax.activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javax.mail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-157) Invalid deps in the dumbster pom

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

     Assign To: Carlos Sanchez
    Resolution: Won't Fix

The dependencies are right, just relocated (which doesn't mean they're wrong)

> Invalid deps in the dumbster pom 
> ---------------------------------
>
>          Key: MEV-157
>          URL: http://jira.codehaus.org/browse/MEV-157
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Matt Todd
>     Assignee: Carlos Sanchez

>
>
>   <dependencies>
>     <dependency>
>       <groupId>activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javamail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>
> Should be:
>   <dependencies>
>     <dependency>
>       <groupId>javax.activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javax.mail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-157) Invalid deps in the dumbster pom

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-157?page=comments#action_51036 ] 

Carlos Sanchez commented on MEV-157:
------------------------------------

Ok, I see, I thought these were relocated.

Let's create reloaction poms for these two

> Invalid deps in the dumbster pom 
> ---------------------------------
>
>          Key: MEV-157
>          URL: http://jira.codehaus.org/browse/MEV-157
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Matt Todd
>     Assignee: Carlos Sanchez

>
>
>   <dependencies>
>     <dependency>
>       <groupId>activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javamail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>
> Should be:
>   <dependencies>
>     <dependency>
>       <groupId>javax.activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javax.mail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org