Make a single goal (assembly:assembly) that covers all cases of 
assembly:attached, directory, ...
-------------------------------------------------------------------------------------------------

                 Key: MASSEMBLY-204
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-204
             Project: Maven 2.x Assembly Plugin
          Issue Type: Improvement
    Affects Versions: 2.2-beta-1
            Reporter: Geoffrey De Smet


It shouldn't be that hard to check wheter it's a multiproject or not.

>From a users perspective, when I bind the assembly plugin like this:

      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>assembly</goal>
            </goals>
          </execution>

it should just work, without having to figure out if it's a multiproject, etc.

Ps: I 've read the 7 different assembly goals 5 times, and I only understand 
the difference between unpack, attached and assembly...
Great improvements in 2.2's descriptor though :)

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

        

Reply via email to