META-INF.maven.lifecycle.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xp-maven-plugin Show documentation
Show all versions of xp-maven-plugin Show documentation
Maven 2/3 plugin to manage the lifecycle of an XP-Framework project
<lifecycles> <!-- Default lifecycle --> <lifecycle> <id>xar</id> <phases> <phase> <id>initialize</id> <executions> <execution> <goals> <goal>initialize</goal> </goals> </execution> </executions> </phase> <phase> <id>process-resources</id> <executions> <execution> <goals> <goal>process-resources</goal> </goals> </execution> </executions> </phase> <phase> <id>process-test-resources</id> <executions> <execution> <goals> <goal>process-test-resources</goal> </goals> </execution> </executions> </phase> <phase> <id>compile</id> <executions> <execution> <goals> <goal>compile</goal> </goals> </execution> </executions> </phase> <phase> <id>test-compile</id> <executions> <execution> <goals> <goal>test-compile</goal> </goals> </execution> </executions> </phase> <phase> <id>test</id> <executions> <execution> <goals> <goal>test</goal> </goals> </execution> </executions> </phase> <phase> <id>package</id> <executions> <execution> <goals> <goal>package</goal> </goals> </execution> </executions> </phase> <phase> <id>test-package</id> <executions> <execution> <goals> <goal>test-package</goal> </goals> </execution> </executions> </phase> <phase> <id>pre-integration-test</id> <executions> <execution> <goals> <goal>integration-test-compile</goal> </goals> </execution> </executions> </phase> <phase> <id>integration-test</id> <executions> <execution> <goals> <goal>integration-test</goal> </goals> </execution> </executions> </phase> <phase> <id>install</id> <executions> <execution> <goals> <goal>install</goal> </goals> </execution> </executions> </phase> <phase> <id>deploy</id> <executions> <execution> <goals> <goal>deploy</goal> </goals> </execution> </executions> </phase> <phase> <id>svn-deploy</id> <executions> <execution> <goals> <goal>svn-deploy</goal> </goals> </execution> </executions> </phase> </phases> </lifecycle> </lifecycles>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy