Author: jeff.yuchang
Date: 2009-12-18 10:29:09 -0500 (Fri, 18 Dec 2009)
New Revision: 423
Modified:
branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml
branches/ODE/ODE-2.0-maven/bpel-store/pom.xml
branches/ODE/ODE-2.0-maven/pom.xml
Log:
* fix the xmlbean's generation issue.
* bpel-store still needs a bit work.
Modified: branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml 2009-12-18 15:24:08 UTC (rev 422)
+++ branches/ODE/ODE-2.0-maven/bpel-schemas/pom.xml 2009-12-18 15:29:09 UTC (rev 423)
@@ -48,7 +48,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
<configuration>
- <javaSource>"1.5"</javaSource>
<schemaDirectory>src/main/xsd</schemaDirectory>
<sourceGenerationDirectory>target/generated/xmlbeans</sourceGenerationDirectory>
<xmlConfigs>
@@ -56,6 +55,7 @@
<xmlConfig
implementation="java.io.File">src/main/xsd/pmapi.xsdconfig</xmlConfig>
<xmlConfig
implementation="java.io.File">src/main/xsd/schedules.xsdconfig</xmlConfig>
</xmlConfigs>
+ <javaSource>1.5</javaSource>
</configuration>
<executions>
<execution>
Modified: branches/ODE/ODE-2.0-maven/bpel-store/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/bpel-store/pom.xml 2009-12-18 15:24:08 UTC (rev 422)
+++ branches/ODE/ODE-2.0-maven/bpel-store/pom.xml 2009-12-18 15:29:09 UTC (rev 423)
@@ -167,35 +167,35 @@
<artifactId>saxon-xqj</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.openjpa</groupId>
+ <dependency>
+ <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
- <scope>test</scope>
+ <scope>test</scope>
</dependency>
- <dependency>
- <groupId>net.sourceforge.serp</groupId>
+ <dependency>
+ <groupId>net.sourceforge.serp</groupId>
<artifactId>serp</artifactId>
- <scope>test</scope>
+ <scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
- <!--plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>openjpa-maven-plugin</artifactId>
- <version>1.0</version>
- <executions>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>openjpa-maven-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
<execution>
- <id>enhancer</id>
+ <id>enhancer</id>
<phase>process-classes</phase>
<goals>
<goal>enhance</goal>
- </goals>
- </execution>
- </executions>
- </plugin-->
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-18 15:24:08 UTC (rev 422)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-18 15:29:09 UTC (rev 423)
@@ -125,6 +125,7 @@
<module>bpel-ql</module>
<module>dao-hibernate</module>
<module>tools</module>
+ <module>bpel-store</module>
</modules>
<build>
@@ -179,7 +180,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
- <version>2.3.0</version>
+ <version>2.3.3</version>
</plugin>
<plugin>
<artifactId>maven-one-plugin</artifactId>
Show replies by date