[ 
https://issues.apache.org/jira/browse/DIRMINA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650145#action_12650145
 ] 

Julien Vermillard commented on DIRMINA-616:
-------------------------------------------

need to add something like tha
look like we need to add something like that
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-3-SNAPSHOT</version>
<configuration>
<archiverConfig>
<duplicateBehaviour>skip</duplicateBehaviour>
</archiverConfig>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<outputDirectory>target</outputDirectory>
</configuration>
</plugin>



> New release.xml file
> --------------------
>
>                 Key: DIRMINA-616
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-616
>             Project: MINA
>          Issue Type: Improvement
>            Reporter: Barend Garvelink
>            Assignee: Julien Vermillard
>         Attachments: release.xml
>
>
> In response to http://markmail.org/message/fhjl74dnlyaojrzr , here's an 
> updated release.xml file. 
> It generally works as it should, but it's affected by 
> http://jira.codehaus.org/browse/MASSEMBLY-285, which causes duplicate entries 
> in the lib/ directory inside the archive. When extracting the archive using 
> 7zip for win32, I get prompted to overwrite/skip/cancel for each duplicate 
> entry. Other archivers may file entirely (?). The only work-around I can come 
> up with as a fix right now is to add a maven-antrun-plugin to the package 
> phase of the root pom which post-processes the release file to fix this. I 
> haven't done that, but if MASSEMBLY-285 isn't fixed before the next release, 
> we may have to.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to