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 16:13:22 UTC

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

Author: hboutemy
Date: Tue May 27 07:13:20 2008
New Revision: 660525

URL: http://svn.apache.org/viewvc?rev=660525&view=rev
Log:
[MNG-2216] added PLX-371 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=660525&r1=660524&r2=660525&view=diff
==============================================================================
--- maven/sandbox/branches/MNG-2216/after/pom.xml (original)
+++ maven/sandbox/branches/MNG-2216/after/pom.xml Tue May 27 07:13:20 2008
@@ -55,6 +55,18 @@
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0-beta-7-SNAPSHOT</version><!-- MSITE-314 -->
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.3.9-SNAPSHOT</version><!-- PLX-371 -->
+        <executions>
+          <execution>
+            <goals>
+              <goal>descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <resources>
       <resource>
@@ -134,6 +146,10 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.4</version><!-- MPMD-76 -->
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+      </plugin>
     </plugins>
   </reporting>
   <!-- TODO: MCHANGES-71, MINVOKER-30, MPLUGIN-100, MPLUGIN-101, shitty, taglist -->

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=660525&r1=660524&r2=660525&view=diff
==============================================================================
Binary files - no diff available.