You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Max Bowsher (JIRA)" <ji...@codehaus.org> on 2007/04/15 18:01:46 UTC

[jira] Created: (MASSEMBLY-197) 2.2-beta-1 regression, project artifact no longer included in

2.2-beta-1 regression, project artifact no longer included in <dependencySet>
-----------------------------------------------------------------------------

                 Key: MASSEMBLY-197
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-197
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-1
            Reporter: Max Bowsher
            Priority: Blocker


In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project.

In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.


-- 
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] Closed: (MASSEMBLY-197) 2.2-beta-1 regression, project artifact no longer included in

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-197.
--------------------------------

    Resolution: Fixed

I've added two new flags to the dependencySet: useProjectArtifact and useProjectAttachments. By default, they are true and false, respectively. Enabling these flags makes them subject to filtering on includes/excludes, with the default action to include them (again, only when they are enabled...).

I'm running a deploy build with integration tests, then I'll commit these changes. Shouldn't take longer than 10 mins.

> 2.2-beta-1 regression, project artifact no longer included in
> -------------------------------------------------------------
>
>                 Key: MASSEMBLY-197
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-197
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Max Bowsher
>            Assignee: John Casey
>            Priority: Blocker
>             Fix For: 2.2-beta-2
>
>
> In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project. 
> In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.

-- 
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: (MASSEMBLY-197) 2.2-beta-1 regression, project artifact no longer included in

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey updated MASSEMBLY-197:
---------------------------------

    Fix Version/s: 2.2-beta-2

> 2.2-beta-1 regression, project artifact no longer included in <dependencySet>
> -----------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-197
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-197
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Max Bowsher
>            Priority: Blocker
>             Fix For: 2.2-beta-2
>
>
> In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project.
> In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.

-- 
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: (MASSEMBLY-197) 2.2-beta-1 regression, project artifact no longer included in

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93009 ] 

Stephane Nicoll commented on MASSEMBLY-197:
-------------------------------------------

+1, not sure that the project artifact should be included by default however. We need to define a clear way to define it (with an option to defined optional classified build(s))



> 2.2-beta-1 regression, project artifact no longer included in <dependencySet>
> -----------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-197
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-197
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Max Bowsher
>            Priority: Blocker
>
> In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project.
> In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.

-- 
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: (MASSEMBLY-197) 2.2-beta-1 regression, project artifact no longer included in

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey updated MASSEMBLY-197:
---------------------------------

       Assignee: John Casey
    Description: 
In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project. 
In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.

  was:
In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project.

In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.


        Summary: 2.2-beta-1 regression, project artifact no longer included in  (was: 2.2-beta-1 regression, project artifact no longer included in <dependencySet>)

> 2.2-beta-1 regression, project artifact no longer included in
> -------------------------------------------------------------
>
>                 Key: MASSEMBLY-197
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-197
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>            Reporter: Max Bowsher
>            Assignee: John Casey
>            Priority: Blocker
>             Fix For: 2.2-beta-2
>
>
> In 2.1, <dependencySet> included the project artifact itself - i.e., all the jars actually needed to execute the project. 
> In 2.2-beta-1, <dependencySet> is omitting the project artifact, so that assemblies that functioned correctly when built with 2.1, fail to execute when built with 2.2-beta-1.

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