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

[jira] Created: (MNG-1190) Attach source code and/or documentation to library jars

Attach source code and/or documentation to library jars
-------------------------------------------------------

         Key: MNG-1190
         URL: http://jira.codehaus.org/browse/MNG-1190
     Project: Maven 2
        Type: Improvement
  Components: maven-idea-plugin  
    Versions: 2.0-beta-3    
 Reporter: Thomas Christensen


If the maven 2 repository supports source code and javadocs artifacts, it would be great if the idea plugin could attach this to the library jars. 

-- 
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] Updated: (MNG-1190) Attach source code and/or documentation to library jars

Posted by "Arik Kfir (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1190?page=all ]

Arik Kfir updated MNG-1190:
---------------------------

    Attachment: MNG-1190-maven-idea-plugin.patch

Updated patch: refrains from retrying to download previously attempted artifacts. This shortens the time it takes for the plugin to download all dependencies. This goals for both failed and successful downloads.

NOTE: there's a very ugly hack in the patch, that uses a static map - this was done because I don't know how to have data that is persisted across reactor invocations. I tried storing the map in the getPluginContext() but it didn't work. If someone could fix that it would be much better.

> Attach source code and/or documentation to library jars
> -------------------------------------------------------
>
>          Key: MNG-1190
>          URL: http://jira.codehaus.org/browse/MNG-1190
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Versions: 2.0-beta-3
>     Reporter: Thomas Christensen
>  Attachments: MNG-1190-maven-idea-plugin.patch, MNG-1190-maven-idea-plugin.patch
>
>
> If the maven 2 repository supports source code and javadocs artifacts, it would be great if the idea plugin could attach this to the library jars. 

-- 
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] Updated: (MNG-1190) Attach source code and/or documentation to library jars

Posted by "Arik Kfir (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1190?page=all ]

Arik Kfir updated MNG-1190:
---------------------------

    Attachment: MNG-1190-maven-idea-plugin.patch

Hi,

I've created a patch to allow the maven-idea-plugin to automatically download and link source code and javadocs to the created libraries. This makes development much easier obviously.

Note that the plugin does not fail if the download fails (for example if the dependency has no sources published) but only emits a warning to the log.

Please review and see if it can make it to the next version, thanks :)

> Attach source code and/or documentation to library jars
> -------------------------------------------------------
>
>          Key: MNG-1190
>          URL: http://jira.codehaus.org/browse/MNG-1190
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-idea-plugin
>     Versions: 2.0-beta-3
>     Reporter: Thomas Christensen
>  Attachments: MNG-1190-maven-idea-plugin.patch
>
>
> If the maven 2 repository supports source code and javadocs artifacts, it would be great if the idea plugin could attach this to the library jars. 

-- 
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] Updated: (MIDEA-11) Attach source code and/or documentation to library jars

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-11?page=all ]

Brett Porter updated MIDEA-11:
------------------------------

    Fix Version: 2.0

> Attach source code and/or documentation to library jars
> -------------------------------------------------------
>
>          Key: MIDEA-11
>          URL: http://jira.codehaus.org/browse/MIDEA-11
>      Project: Maven 2.x Idea Plugin
>         Type: Bug

>     Reporter: Thomas Christensen
>      Fix For: 2.0
>  Attachments: MNG-1190-maven-idea-plugin.patch, MNG-1190-maven-idea-plugin.patch
>
>
> If the maven 2 repository supports source code and javadocs artifacts, it would be great if the idea plugin could attach this to the library jars. 

-- 
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: (MIDEA-11) Attach source code and/or documentation to library jars

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MIDEA-11?page=all ]
     
Edwin Punzalan closed MIDEA-11:
-------------------------------

     Assign To: Edwin Punzalan
    Resolution: Fixed

Patch applied with minor modifications... thanks.

Also, added a switch to turn this feature ON/OFF and also noted a bug in wagonManager wherein the archives are always downloaded even if the remote file did not change.

> Attach source code and/or documentation to library jars
> -------------------------------------------------------
>
>          Key: MIDEA-11
>          URL: http://jira.codehaus.org/browse/MIDEA-11
>      Project: Maven 2.x Idea Plugin
>         Type: Bug

>     Reporter: Thomas Christensen
>     Assignee: Edwin Punzalan
>      Fix For: 2.0
>  Attachments: MNG-1190-maven-idea-plugin.patch, MNG-1190-maven-idea-plugin.patch
>
>
> If the maven 2 repository supports source code and javadocs artifacts, it would be great if the idea plugin could attach this to the library jars. 

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