Author: ate
Date: Mon Apr 30 16:19:25 2007
New Revision: 533878
URL: http://svn.apache.org/viewvc?view=rev&rev=533878
Log:
init-db should not be called attached to the life-cycle anymore
Modified:
portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml
Modified: portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml?view=diff&rev=533878&r1=533877&r2=533878
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml (original)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/components/pom.xml Mon Apr 30
16:19:25 2007
@@ -62,21 +62,4 @@
<module>jetspeed-webapp-logging</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <inherited>false</inherited>
- <groupId>${pom.groupId}</groupId>
- <artifactId>jetspeed-maven-plugins</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>init-db</goal>
- </goals>
- <phase>test</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]