You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Julien HENRY (JIRA)" <ji...@codehaus.org> on 2010/05/11 15:08:12 UTC

[jira] Created: (MNG-4672) [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase

[regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase
-----------------------------------------------------------------------------------------------

                 Key: MNG-4672
                 URL: http://jira.codehaus.org/browse/MNG-4672
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Dependencies
    Affects Versions: 3.0-beta-1
         Environment: Win XP
            Reporter: Julien HENRY
         Attachments: bug Maven 3 jnlp.zip

running:
mvn clean
mvn package webstart:jnlp

on the attached test project produce different result between Maven 2.2.1 and Maven 3-beta-1.

With Maven 2 I have a jnlp and a zip file that contain all dependencies of the project (logback and slf4j in my sample project).

With Maven 3 there is no dependency.


Please note that the important point is that -sources generation is attached to the package phase (like with -DperformRelease=true). When I remove -sources generation it works with Maven 3.

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

        

[jira] Commented: (MNG-4672) [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220871#action_220871 ] 

Benjamin Bentmann commented on MNG-4672:
----------------------------------------

FWIW, {{mvn package webstart:jnlp*-inline*}} works.

> [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase
> -----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4672
>                 URL: http://jira.codehaus.org/browse/MNG-4672
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7, 3.0-beta-1
>         Environment: Win XP
>            Reporter: Julien HENRY
>         Attachments: bug Maven 3 jnlp.zip
>
>
> running:
> mvn clean
> mvn package webstart:jnlp
> on the attached test project produce different result between Maven 2.2.1 and Maven 3-beta-1.
> With Maven 2 I have a jnlp and a zip file that contain all dependencies of the project (logback and slf4j in my sample project).
> With Maven 3 there is no dependency.
> Please note that the important point is that -sources generation is attached to the package phase (like with -DperformRelease=true). When I remove -sources generation it works with Maven 3.

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

        

[jira] Updated: (MNG-4672) [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MNG-4672:
-----------------------------------

    Affects Version/s: 3.0-alpha-7

> [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase
> -----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4672
>                 URL: http://jira.codehaus.org/browse/MNG-4672
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7, 3.0-beta-1
>         Environment: Win XP
>            Reporter: Julien HENRY
>         Attachments: bug Maven 3 jnlp.zip
>
>
> running:
> mvn clean
> mvn package webstart:jnlp
> on the attached test project produce different result between Maven 2.2.1 and Maven 3-beta-1.
> With Maven 2 I have a jnlp and a zip file that contain all dependencies of the project (logback and slf4j in my sample project).
> With Maven 3 there is no dependency.
> Please note that the important point is that -sources generation is attached to the package phase (like with -DperformRelease=true). When I remove -sources generation it works with Maven 3.

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

        

[jira] Commented: (MNG-4672) [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase

Posted by "Julien HENRY (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220912#action_220912 ] 

Julien HENRY commented on MNG-4672:
-----------------------------------

Thanks for the workaround, I confirm it works on my "real" project too.

> [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase
> -----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4672
>                 URL: http://jira.codehaus.org/browse/MNG-4672
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7, 3.0-beta-1
>         Environment: Win XP
>            Reporter: Julien HENRY
>         Attachments: bug Maven 3 jnlp.zip
>
>
> running:
> mvn clean
> mvn package webstart:jnlp
> on the attached test project produce different result between Maven 2.2.1 and Maven 3-beta-1.
> With Maven 2 I have a jnlp and a zip file that contain all dependencies of the project (logback and slf4j in my sample project).
> With Maven 3 there is no dependency.
> Please note that the important point is that -sources generation is attached to the package phase (like with -DperformRelease=true). When I remove -sources generation it works with Maven 3.

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

        

[jira] Commented: (MNG-4672) [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220870#action_220870 ] 

Benjamin Bentmann commented on MNG-4672:
----------------------------------------

This is yet another plugin bug (MWEBSTART-148) that shows only up under the stricter runtime model of Maven 3.x (i.e. MNG-3297). Given this is now at least the 3rd occasion of this particular issue, we might need to review MNG-3297 and see whether that needs to be relaxed to only apply to plugins that somehow indicate to target Maven 3.x.

> [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase
> -----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4672
>                 URL: http://jira.codehaus.org/browse/MNG-4672
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7, 3.0-beta-1
>         Environment: Win XP
>            Reporter: Julien HENRY
>         Attachments: bug Maven 3 jnlp.zip
>
>
> running:
> mvn clean
> mvn package webstart:jnlp
> on the attached test project produce different result between Maven 2.2.1 and Maven 3-beta-1.
> With Maven 2 I have a jnlp and a zip file that contain all dependencies of the project (logback and slf4j in my sample project).
> With Maven 3 there is no dependency.
> Please note that the important point is that -sources generation is attached to the package phase (like with -DperformRelease=true). When I remove -sources generation it works with Maven 3.

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

        

[jira] Commented: (MNG-4672) [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=278973#comment-278973 ] 

Tony Chemit commented on MNG-4672:
----------------------------------

Can this issue be closed now ?

> [regression] jnlp doesn't contains dependencies anymore when attaching sources to package phase
> -----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4672
>                 URL: https://jira.codehaus.org/browse/MNG-4672
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7, 3.0-beta-1
>         Environment: Win XP
>            Reporter: Julien HENRY
>             Fix For: Issues to be reviewed for 3.x
>
>         Attachments: bug Maven 3 jnlp.zip
>
>
> running:
> mvn clean
> mvn package webstart:jnlp
> on the attached test project produce different result between Maven 2.2.1 and Maven 3-beta-1.
> With Maven 2 I have a jnlp and a zip file that contain all dependencies of the project (logback and slf4j in my sample project).
> With Maven 3 there is no dependency.
> Please note that the important point is that -sources generation is attached to the package phase (like with -DperformRelease=true). When I remove -sources generation it works with Maven 3.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira