You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/02/24 07:44:10 UTC

svn commit: r630596 - /geronimo/server/trunk/buildsupport/geronimo-module-archetype/src/main/resources/archetype-resources/pom.xml

Author: djencks
Date: Sat Feb 23 22:44:06 2008
New Revision: 630596

URL: http://svn.apache.org/viewvc?rev=630596&view=rev
Log:
remove cause of weird directories when archetype is used

Modified:
    geronimo/server/trunk/buildsupport/geronimo-module-archetype/src/main/resources/archetype-resources/pom.xml

Modified: geronimo/server/trunk/buildsupport/geronimo-module-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/buildsupport/geronimo-module-archetype/src/main/resources/archetype-resources/pom.xml?rev=630596&r1=630595&r2=630596&view=diff
==============================================================================
--- geronimo/server/trunk/buildsupport/geronimo-module-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ geronimo/server/trunk/buildsupport/geronimo-module-archetype/src/main/resources/archetype-resources/pom.xml Sat Feb 23 22:44:06 2008
@@ -52,13 +52,6 @@
             </plugins>
         </pluginManagement>
 
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-
         <plugins>
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>