You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/11/01 17:35:51 UTC

svn commit: r1196105 - /cocoon/cocoon3/trunk/cocoon-cli/pom.xml

Author: simonetripodi
Date: Tue Nov  1 16:35:51 2011
New Revision: 1196105

URL: http://svn.apache.org/viewvc?rev=1196105&view=rev
Log:
added filtered resources

Modified:
    cocoon/cocoon3/trunk/cocoon-cli/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-cli/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-cli/pom.xml?rev=1196105&r1=1196104&r2=1196105&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-cli/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-cli/pom.xml Tue Nov  1 16:35:51 2011
@@ -77,6 +77,12 @@
   </dependencies>
 
   <build>
+    <resources>
+      <resource>
+        <directory>${basedir}/src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>