You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/01/12 00:04:01 UTC

svn commit: r1057911 - in /maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110: pom.xml src/main/java/ src/test/

Author: dennisl
Date: Tue Jan 11 23:04:01 2011
New Revision: 1057911

URL: http://svn.apache.org/viewvc?rev=1057911&view=rev
Log:
[MRESOURCES-110] escapeString is broken - break filtered output

o Remove unnecessary code that is not relevant for the IT.

Removed:
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/main/java/
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/src/test/
Modified:
    maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/pom.xml

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/pom.xml?rev=1057911&r1=1057910&r2=1057911&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/MRESOURCES-110/pom.xml Tue Jan 11 23:04:01 2011
@@ -8,7 +8,6 @@
   <packaging>jar</packaging>
 
   <name>MRESOURCES-110</name>
-  <url>http://maven.apache.org</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +21,6 @@
         <filtering>true</filtering>
       </resource>
     </resources>
-
     <plugins>
       <plugin>
          <artifactId>maven-resources-plugin</artifactId>
@@ -33,13 +31,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 </project>