You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Prasad Kashyap (JIRA)" <ji...@codehaus.org> on 2006/02/15 18:21:19 UTC

[jira] Created: (MNG-2075) "dependencies" configuration element in assembly:unpack plugin read-only

"dependencies" configuration element in assembly:unpack plugin read-only 
-------------------------------------------------------------------------

         Key: MNG-2075
         URL: http://jira.codehaus.org/browse/MNG-2075
     Project: Maven 2
        Type: Bug

  Components: Plugin Requests  
    Reporter: Prasad Kashyap


The "dependencies" configuration element in the maven-assembly-plugin is set to read-only but the documentation on it say it's optional.

The assembly:unpack goal currently unpacks all dependencies specified in the project. If this optional element was not read-only, it would be useful to specify just those dependencies that needed to be unpacked.

http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html

-- 
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: (MASSEMBLY-69) "dependencies" configuration element in assembly:unpack plugin read-only

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-69?page=comments#action_58744 ] 

Brett Porter commented on MASSEMBLY-69:
---------------------------------------

can't be made writable, but we could add a filter configuration

> "dependencies" configuration element in assembly:unpack plugin read-only 
> -------------------------------------------------------------------------
>
>          Key: MASSEMBLY-69
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-69
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Prasad Kashyap

>
>
> The "dependencies" configuration element in the maven-assembly-plugin is set to read-only but the documentation on it say it's optional.
> The assembly:unpack goal currently unpacks all dependencies specified in the project. If this optional element was not read-only, it would be useful to specify just those dependencies that needed to be unpacked.
> http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html

-- 
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: (MASSEMBLY-69) "dependencies" configuration element in assembly:unpack plugin read-only

Posted by "Prasad Kashyap (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-69?page=all ]

Prasad Kashyap updated MASSEMBLY-69:
------------------------------------

    Attachment: MASSEMBLY-69.patch

> "dependencies" configuration element in assembly:unpack plugin read-only 
> -------------------------------------------------------------------------
>
>          Key: MASSEMBLY-69
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-69
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Prasad Kashyap
>  Attachments: MASSEMBLY-69.patch
>
>
> The "dependencies" configuration element in the maven-assembly-plugin is set to read-only but the documentation on it say it's optional.
> The assembly:unpack goal currently unpacks all dependencies specified in the project. If this optional element was not read-only, it would be useful to specify just those dependencies that needed to be unpacked.
> http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html

-- 
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: (MASSEMBLY-69) "dependencies" configuration element in assembly:unpack plugin read-only

Posted by "Prasad Kashyap (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-69?page=all ]
     
Prasad Kashyap closed MASSEMBLY-69:
-----------------------------------

    Resolution: Duplicate

The functionality is available in dependency-maven-plugin.  This issue may be closed.

> "dependencies" configuration element in assembly:unpack plugin read-only 
> -------------------------------------------------------------------------
>
>          Key: MASSEMBLY-69
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-69
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Prasad Kashyap
>  Attachments: MASSEMBLY-69.patch
>
>
> The "dependencies" configuration element in the maven-assembly-plugin is set to read-only but the documentation on it say it's optional.
> The assembly:unpack goal currently unpacks all dependencies specified in the project. If this optional element was not read-only, it would be useful to specify just those dependencies that needed to be unpacked.
> http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html

-- 
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: (MASSEMBLY-69) "dependencies" configuration element in assembly:unpack plugin read-only

Posted by "Prasad Kashyap (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-69?page=comments#action_59177 ] 

Prasad Kashyap commented on MASSEMBLY-69:
-----------------------------------------

Have attached a patch. Please review and apply.

> "dependencies" configuration element in assembly:unpack plugin read-only 
> -------------------------------------------------------------------------
>
>          Key: MASSEMBLY-69
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-69
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Prasad Kashyap
>  Attachments: MASSEMBLY-69.patch
>
>
> The "dependencies" configuration element in the maven-assembly-plugin is set to read-only but the documentation on it say it's optional.
> The assembly:unpack goal currently unpacks all dependencies specified in the project. If this optional element was not read-only, it would be useful to specify just those dependencies that needed to be unpacked.
> http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html

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