You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/08/15 21:54:51 UTC

[jira] Commented: (MAVEN-1394) Plugin dependencies don't behave like plugin:download

The following comment has been added to this issue:

     Author: Andres March
    Created: Sun, 15 Aug 2004 3:53 PM
       Body:
Just used this function and it seems ok.

proj.xml snip:
<!-- Plugin dependency -->
        <dependency>
            <groupId>commons-attributes</groupId>
            <artifactId>commons-attributes-plugin</artifactId>
            <version>2.1alpha</version>
            <type>plugin</type>
        </dependency>

maven java snip:

Attempting to download commons-attributes-plugin-2.1alpha.jar.
3K downloaded
java:compile:
commons-attributes:compile:
    [attribute-compiler] Generated attribute information for 0 classes. Ignored 0 classes.


I put it in $MAVEN_REPO/commons-attributes/plugins.

Seems to work ok but it only gets put in the cache not the maven/plugins folder.  This seems right since the user may not have write pivs to that folder.

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1394?page=comments#action_23122

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1394

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1394
    Summary: Plugin dependencies don't behave like plugin:download
       Type: Bug

     Status: Unassigned
   Priority: Critical

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Carlos Sanchez

    Created: Fri, 23 Jul 2004 6:29 AM
    Updated: Sun, 15 Aug 2004 3:53 PM

Description:
When using a dependency of type plugin the plugin is downloaded and extracted to .maven/cache but it's not copied to MAVEN_HOME/plugins and the old version is not removed neither from .maven/cache nor MAVEN_HOME/plugins.

I've tested it with all kind of versions: SNAPSHOT, [version] and [version]-SNAPSHOT


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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