You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/04/22 19:50:12 UTC

svn commit: r531238 - /incubator/wicket/releases/wicket-1.2.6/wicket-parent/pom.xml

Author: dashorst
Date: Sun Apr 22 10:50:11 2007
New Revision: 531238

URL: http://svn.apache.org/viewvc?view=rev&rev=531238
Log:
Jetty plugin configuration

Modified:
    incubator/wicket/releases/wicket-1.2.6/wicket-parent/pom.xml

Modified: incubator/wicket/releases/wicket-1.2.6/wicket-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.6/wicket-parent/pom.xml?view=diff&rev=531238&r1=531237&r2=531238
==============================================================================
--- incubator/wicket/releases/wicket-1.2.6/wicket-parent/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.6/wicket-parent/pom.xml Sun Apr 22 10:50:11 2007
@@ -452,7 +452,7 @@
 					<artifactId>maven-jetty-plugin</artifactId>
 					<configuration>
 						<scanIntervalSeconds>60</scanIntervalSeconds>
-						<webAppSourceDirectory>src/webapp</webAppSourceDirectory>
+						<webAppSourceDirectory>${basedir}/src/webapp</webAppSourceDirectory>
 					</configuration>
 				</plugin>
 			</plugins>