You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/01/11 18:05:07 UTC

svn commit: r368059 - /incubator/tobago/trunk/tobago-core/pom.xml

Author: bommel
Date: Wed Jan 11 09:04:20 2006
New Revision: 368059

URL: http://svn.apache.org/viewcvs?rev=368059&view=rev
Log:
try to fix a maven 2.0.1 bug

Modified:
    incubator/tobago/trunk/tobago-core/pom.xml

Modified: incubator/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-core/pom.xml?rev=368059&r1=368058&r2=368059&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-core/pom.xml (original)
+++ incubator/tobago/trunk/tobago-core/pom.xml Wed Jan 11 09:04:20 2006
@@ -29,6 +29,16 @@
   <name>Tobago Core</name>
   <description>Tobago Core</description>
    <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+        <targetPath>target/classes/META-INF</targetPath>
+        <directory>target/generated-tld</directory>
+      </resource>
+    </resources>
+
     <plugins>
       <plugin>
         <groupId>org.apache.myfaces.tobago</groupId>