Hello, I'm a Maven newbie and I'm having some difficulties understanding some concepts, so I hope you can help me... In an Ant build.xml, I could create a target in which I could call tasks: <target name="targetA"> <task1 /> <task2 /> </target>
I've read about the lifecycle concepts of Maven, and I know that a plugin has one or more goals and that I can create an execution and specify which goal(s) to be attached to a certain phase. My problem is that I don't want to use any of the existing lifcycles/phases. I just want to call a sequence of goals of some plugins, grouped in a target/goal(I saw that in Maven 1 custom goals could be defined in maven.xml). These goals that I want to execute don't have anything to do with packaging... How can I do that? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]