[ 
https://jira.codehaus.org/browse/MASSEMBLY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tony Chemit updated MASSEMBLY-618:
----------------------------------

    Attachment: MASSEMBLY-618.diff

Here is a patch for this task.

Note that I changed 
UnpackMojo#workDirectory

{code}
@parameter expression="${project.build.directory}/assembly/work"
@required
{code}

to 

{code}
@Parameter( defaultValue = "${project.build.directory}/assembly/work", required 
= true )
{code}


there is still some tests to fix, I will have a look tomorow if possible.

                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MASSEMBLY-618
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-618
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Tony Chemit
>         Attachments: MASSEMBLY-618.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to