You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2012/09/11 00:48:42 UTC

svn commit: r1383143 - /maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-21_methodname-change/pom.xml

Author: struberg
Date: Mon Sep 10 22:48:42 2012
New Revision: 1383143

URL: http://svn.apache.org/viewvc?rev=1383143&view=rev
Log:
MCOMPILER-21 add documentation for IT

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-21_methodname-change/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-21_methodname-change/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-21_methodname-change/pom.xml?rev=1383143&r1=1383142&r2=1383143&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-21_methodname-change/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/it/mcompiler-21_methodname-change/pom.xml Mon Sep 10 22:48:42 2012
@@ -7,6 +7,12 @@
   <artifactId>mcompiler-21</artifactId>
   <version>1.0-SNAPSHOT</version>
 
+  <description>
+    This IT tests what happens if the method name in a single class BeanA gets changed.
+    In this case 'mvn compile' (without a clean) should fail as  BeanA2
+    still uses the old method of BeanA.
+  </description>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -40,4 +46,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>