svn commit: r1423843 - /cocoon/cocoon3/trunk/cocoon-archetype-block/xsl/properties-to-pom.xsl
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Wed Dec 19 12:33:04 2012
New Revision: 1423843
URL: http://svn.apache.org/viewvc?rev=1423843&view=rev
Log:
[COCOON3-116] Applying provided patch
Modified:
cocoon/cocoon3/trunk/cocoon-archetype-block/xsl/properties-to-pom.xsl
Modified: cocoon/cocoon3/trunk/cocoon-archetype-block/xsl/properties-to-pom.xsl
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-block/xsl/properties-to-pom.xsl?rev=1423843&r1=1423842&r2=1423843&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-block/xsl/properties-to-pom.xsl (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-block/xsl/properties-to-pom.xsl Wed Dec 19 12:33:04 2012
@@ -166,6 +166,20 @@
<xsl:apply-templates select="$deps/*/*" />
</dependencies>
<build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>false</filtering>
+ <excludes>
+ <exclude>META-INF/cocoon/spring/**</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <directory>src/main/resources/META-INF/cocoon/spring</directory>
+ <filtering>true</filtering>
+ <targetPath>${project.build.outputDirectory}/META-INF/cocoon/spring</targetPath>
+ </resource>
+ </resources>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>