Hi!

I created my components.xml with assembly plugin associated with integration-test phase. I did so because association with package phase caused infinite loop.

.... <integration-test>org.apache.maven.plugins:maven-assembly-plugin:2.0:assembly</integration-test>
....

This is pom.xml excerpt:

<plugin>
    <artifactId>maven-assembly-plugin</artifactId>
    <configuration>
       <descriptor>assembly/descriptor.xml</descriptor>
       <outputDirectory>target/work/output</outputDirectory>
       <workDirectory>target/work</workDirectory>
    </configuration>
</plugin>


When I start maven, integration-test phase causes all previous phases to run 
again.

Is this a bug? I suppose it is related to 
http://jira.codehaus.org/browse/MNG-1831

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to