You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by wo...@apache.org on 2009/01/19 10:34:52 UTC

svn commit: r735638 - /portals/applications/rss/rss-war/pom.xml

Author: woonsan
Date: Mon Jan 19 01:34:51 2009
New Revision: 735638

URL: http://svn.apache.org/viewvc?rev=735638&view=rev
Log:
Fixed build error by correcting the webapp path.

Modified:
    portals/applications/rss/rss-war/pom.xml

Modified: portals/applications/rss/rss-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/rss/rss-war/pom.xml?rev=735638&r1=735637&r2=735638&view=diff
==============================================================================
--- portals/applications/rss/rss-war/pom.xml (original)
+++ portals/applications/rss/rss-war/pom.xml Mon Jan 19 01:34:51 2009
@@ -102,7 +102,7 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
                     <configuration>
-                        <warSourceDirectory>../src/webapp</warSourceDirectory>
+                        <warSourceDirectory>../src/main/webapp</warSourceDirectory>
                     </configuration>
                 </plugin>