You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Frank Cornelis (JIRA)" <ji...@codehaus.org> on 2007/02/01 10:27:44 UTC

[jira] Closed: (MDEP-60) Multiple plugin execution sections not correctly executed

     [ http://jira.codehaus.org/browse/MDEP-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Cornelis closed MDEP-60.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-alpha-2

This seems be have been fixed in the 2.0-alpha-2-SNAPSHOT version of the maven-dependency-plugin.

> Multiple plugin execution sections not correctly executed
> ---------------------------------------------------------
>
>                 Key: MDEP-60
>                 URL: http://jira.codehaus.org/browse/MDEP-60
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-1
>         Environment: Maven 2.0.4
>            Reporter: Frank Cornelis
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-2
>
>
> I have a JAR project that is using the dependency:unpack-dependencies to package all dependencies into one big applet JAR.
> This applet JAR also needs to be signed. I have another JAR containing the JKS for this (via keytool-maven-plugin).
> What I want to do now is to first unpack the JKS JAR into target/keystore (generate-sources phase) and then to also unpack all the other dependencies except the JKS JAR into target/classes (generate-resources phase).
> And afterwards to sign via maven-jar-plugin using the JKS from target/keystore (package phase).
> For this I use two execution sections within the maven-dependency-plugin section.
> And this is where the maven-dependency-plugin completely fails if you give each execution section its own configuration.

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