You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/11/22 00:35:03 UTC

svn commit: r597263 - /tapestry/tapestry5/trunk/pom.xml

Author: hlship
Date: Wed Nov 21 15:35:00 2007
New Revision: 597263

URL: http://svn.apache.org/viewvc?rev=597263&view=rev
Log:
TAPESTRY-1914: Nightly build broken inside quickstart module

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=597263&r1=597262&r2=597263&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Wed Nov 21 15:35:00 2007
@@ -102,9 +102,7 @@
 
         <!-- Now we're getting into the archetypes. -->
 
-        <!-- Temporarily removed while I figure out the latest Maven bullshit.
         <module>quickstart</module>
-        -->
 
         <!-- And the Maven plugin. -->
         <module>tapestry-component-report</module>
@@ -114,10 +112,11 @@
         <module>tapestry-tutorial1</module>
 
     </modules>
+
+
     <dependencyManagement>
         <dependencies>
 
-
             <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>servlet-api</artifactId>
@@ -158,10 +157,21 @@
                 <scope>test</scope>
             </dependency>
         </dependencies>
+
     </dependencyManagement>
+
+
     <build>
         <pluginManagement>
+
+
             <plugins>
+
+                <plugin>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <version>2.3</version>
+                </plugin>
+
                 <!-- We configure this either way, but it's only active when the "deploy" profile is active. -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>