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 2011/10/15 19:04:01 UTC

svn commit: r1183673 - /maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml

Author: hboutemy
Date: Sat Oct 15 17:04:01 2011
New Revision: 1183673

URL: http://svn.apache.org/viewvc?rev=1183673&view=rev
Log:
removed useless configuration

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml?rev=1183673&r1=1183672&r2=1183673&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Sat Oct 15 17:04:01 2011
@@ -44,14 +44,6 @@
     <maven.test.skip>true</maven.test.skip>
   </properties>
 
-  <build>
-    <resources>
-      <resource>
-        <directory>${basedir}/src/main/resources</directory>
-      </resource>
-    </resources>
-  </build>
-
   <profiles>
     <profile>
       <id>run-its</id>