You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/21 15:07:16 UTC

svn commit: r805618 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/webapps/rest-example/pom.xml

Author: buildbot
Date: Tue Feb 21 14:07:16 2012
New Revision: 805618

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 21 14:07:16 2012
@@ -1 +1 @@
-1291573
+1291791

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml Tue Feb 21 14:07:16 2012
@@ -92,6 +92,29 @@
           </webapps>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.openejb</groupId>
+        <version>0.0.1-SNAPSHOT</version>
+        <artifactId>spi-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>generate-scan-xml</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <outputFilename>${project.build.directory}/${project.build.finalName}/WEB-INF/org/apache/xbean/scan.xml</outputFilename>
+        </configuration>
+        <dependencies>
+          <dependency> <!-- mandatory for the scanning since we enhanced our entities -->
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa</artifactId>
+            <version>2.2.0</version>
+          </dependency>
+        </dependencies>
+      </plugin>
       <plugin> <!-- needed otherwise it will not work at runtime -->
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>