From 1c6745c2a8bdd9e7c834f273f2122312d9581fdb Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Thu, 3 Feb 2011 17:49:06 +0000 Subject: [PATCH] lifeCycleExecutionPlanCalculator.setupMojoExecution test git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1066896 13f79535-47bb-0310-9956-ffa450edef68 --- .../mojo-configuration/pom.xml | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 maven-core/src/test/projects/lifecycle-executor/mojo-configuration/pom.xml diff --git a/maven-core/src/test/projects/lifecycle-executor/mojo-configuration/pom.xml b/maven-core/src/test/projects/lifecycle-executor/mojo-configuration/pom.xml new file mode 100644 index 0000000000..6a6f31915c --- /dev/null +++ b/maven-core/src/test/projects/lifecycle-executor/mojo-configuration/pom.xml @@ -0,0 +1,67 @@ + + 4.0.0 + org.apache.maven.lifecycle.test + mojo-configuration + jar + 1.0 + project-with-additional-lifecycle-elements + http://maven.apache.org + + + + + + org.apache.maven.plugins + maven-clean-plugin + 0.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 0.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 0.1 + + + org.apache.maven.plugins + maven-install-plugin + 0.1 + + + org.apache.maven.plugins + maven-jar-plugin + 0.1 + + + org.apache.maven.plugins + maven-plugin-plugin + 0.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 0.1 + + + + + + org.apache.maven.its.plugins + maven-it-plugin + 0.1 + + + + xpp3-reader + + generate-sources + + + + + +