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 2007/02/04 14:16:13 UTC

svn commit: r503404 - /myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml

Author: bommel
Date: Sun Feb  4 05:16:12 2007
New Revision: 503404

URL: http://svn.apache.org/viewvc?view=rev&rev=503404
Log:
added source to gendoc war

Modified:
    myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml

Modified: myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml?view=diff&rev=503404&r1=503403&r2=503404
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml Sun Feb  4 05:16:12 2007
@@ -38,6 +38,18 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <configuration>
+          <webResources>
+            <resource>
+              <targetPath>src</targetPath>
+              <directory>${basedir}/src/main/java</directory>
+            </resource>
+          </webResources>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>