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:
Jason van Zyl 2004-06-16 02:51:37 +00:00
parent 47341caf4e
commit 4948f63c70
5 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
/**
* @goal compile
*
* @requiresDependencyResolution
* @requiresDependencyResolutionXX
*
* @description Compiles application sources
*

View File

@ -9,7 +9,7 @@
import java.util.List;
/**
* @goal test:compile
* @goal testCompile
*
* @description Compiles test sources
*

View File

@ -13,21 +13,21 @@
* 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$

View File

@ -29,7 +29,7 @@
import java.util.List;
/**
* @goal test:resources
* @goal testResources
*
* @description copy test resources
*

View File

@ -14,9 +14,9 @@
* @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"