You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2006/12/29 21:50:58 UTC

svn commit: r491096 - /maven/continuum/branches/key-based-refactor/continuum-model/pom.xml

Author: rinku
Date: Fri Dec 29 12:50:58 2006
New Revision: 491096

URL: http://svn.apache.org/viewvc?view=rev&rev=491096
Log:
o  clean ups.

Modified:
    maven/continuum/branches/key-based-refactor/continuum-model/pom.xml

Modified: maven/continuum/branches/key-based-refactor/continuum-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/key-based-refactor/continuum-model/pom.xml?view=diff&rev=491096&r1=491095&r2=491096
==============================================================================
--- maven/continuum/branches/key-based-refactor/continuum-model/pom.xml (original)
+++ maven/continuum/branches/key-based-refactor/continuum-model/pom.xml Fri Dec 29 12:50:58 2006
@@ -108,14 +108,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>jpox-maven-plugin</artifactId>
-            <version>${jpox.plugin.version}</version>
-            <executions>
-              <execution>
-                <goals>                
-                  <goal>schema-create</goal>
-                </goals>            
-              </execution>
-            </executions>
+            <version>${jpox.plugin.version}</version>            
             <configuration>
               <driverName>org.hsqldb.jdbcDriver</driverName>
               <dbUser>sa</dbUser>