Author: hboutemy
Date: Sat Jul 2 15:01:39 2011
New Revision: 1142234
URL: http://svn.apache.org/viewvc?rev=1142234&view=rev
Log:
added a not about run-its profile
Modified:
maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1142234&r1=1142233&r2=1142234&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Sat Jul 2
15:01:39 2011
@@ -31,10 +31,16 @@ Maven Plugins Parent POM
This POM is the common parent of all of the Maven plugins
in the Apache Maven project.
- As of version 21, it sets the Java source and target
- versions to 1.5. Thus any plugin
- moved to version 21+ of this POM moves to
- requiring Java 1.5.
+ Every Maven plugin provide ITs (Integration Tests) to check real plugin
execution.
+ Nothing is defined in this parent POM about ITs since every project has
its own requirements
+ to run its ITs, but by convention, these ITs are defined by every plugin
in a <<<run-its>>> profile:
+
++---
+mvn -Prun-its
++---
+
+ As of version 21, this POM sets the Java source and target versions to
1.5. Thus any plugin
+ moved to version 21+ of this POM moves to requiring Java 1.5.
History