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

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

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

Brian Fox commented on MDEP-60:
-------------------------------

Can you attach or paste your pom? I'm not sure what in alpha-2 would have to do with this but I can add the pom as an IT.

> 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