You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/05/27 22:36:23 UTC

svn commit: r660690 - in /maven/sandbox/branches/MNG-2216/after: pom.xml src/main/java/encoding/MainClass.java

Author: hboutemy
Date: Tue May 27 13:36:22 2008
New Revision: 660690

URL: http://svn.apache.org/viewvc?rev=660690&view=rev
Log:
[MNG-2216] added MTAGLIST-27 test

Modified:
    maven/sandbox/branches/MNG-2216/after/pom.xml
    maven/sandbox/branches/MNG-2216/after/src/main/java/encoding/MainClass.java

Modified: maven/sandbox/branches/MNG-2216/after/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/pom.xml?rev=660690&r1=660689&r2=660690&view=diff
==============================================================================
--- maven/sandbox/branches/MNG-2216/after/pom.xml (original)
+++ maven/sandbox/branches/MNG-2216/after/pom.xml Tue May 27 13:36:22 2008
@@ -150,9 +150,14 @@
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.3-SNAPSHOT</version><!-- MTAGLIST-27 -->
+      </plugin>
     </plugins>
   </reporting>
-  <!-- TODO: MCHANGES-71, MINVOKER-30, MPLUGIN-100, MPLUGIN-101, shitty, taglist -->
+  <!-- TODO: MCHANGES-71, MINVOKER-30, MPLUGIN-100, MPLUGIN-101, shitty -->
   <properties>
     <project.build.sourceEncoding>UTF-16</project.build.sourceEncoding>
   </properties>

Modified: maven/sandbox/branches/MNG-2216/after/src/main/java/encoding/MainClass.java
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/MNG-2216/after/src/main/java/encoding/MainClass.java?rev=660690&r1=660689&r2=660690&view=diff
==============================================================================
Binary files - no diff available.