mirror of https://github.com/apache/maven.git
o Ok, this set of changes has been tested against the integration tests in
maven-core-it and it is now a requirement that the integration tests be done before checking in any changes. They are not super rigourous but they do test the minimal functionality of compiling, processing resources and testing. I'm going to make another release this week and things should now be in a stable enough form to actually use m2 for the basics. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47341caf4e
commit
4948f63c70
|
@ -11,7 +11,7 @@ import java.util.List;
|
|||
/**
|
||||
* @goal compile
|
||||
*
|
||||
* @requiresDependencyResolution
|
||||
* @requiresDependencyResolutionXX
|
||||
*
|
||||
* @description Compiles application sources
|
||||
*
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @goal test:compile
|
||||
* @goal testCompile
|
||||
*
|
||||
* @description Compiles test sources
|
||||
*
|
||||
|
|
|
@ -13,21 +13,21 @@ import org.apache.maven.plugin.generator.jelly.JellyHarnessGenerator;
|
|||
* required="true"
|
||||
* validator=""
|
||||
* expression="#project.build.sourceDirectory"
|
||||
* description=""
|
||||
* description="x"
|
||||
* @parameter
|
||||
* name="outputDirectory"
|
||||
* type="String"
|
||||
* required="true"
|
||||
* validator=""
|
||||
* expression="#project.build.output
|
||||
* description=""
|
||||
* description="x"
|
||||
* @parameter
|
||||
* name="pom"
|
||||
* type="String"
|
||||
* required="true"
|
||||
* validator=""
|
||||
* expression="#project.getFile().getPath()"
|
||||
* description=""
|
||||
* description="x"
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @version $Id$
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @goal test:resources
|
||||
* @goal testResources
|
||||
*
|
||||
* @description copy test resources
|
||||
*
|
||||
|
|
|
@ -14,9 +14,9 @@ import java.util.List;
|
|||
* @description Run tests using surefire
|
||||
*
|
||||
* @prereq compiler:compile
|
||||
* @prereq compiler:test:compile
|
||||
* @prereq compiler:testCompile
|
||||
* @prereq resources:resources
|
||||
* @prereq resources:test:resources
|
||||
* @prereq resources:testResources
|
||||
*
|
||||
* @parameter
|
||||
* name="mavenRepoLocal"
|
||||
|
|
Loading…
Reference in New Issue