You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2015/04/04 09:28:04 UTC

svn commit: r1671244 - /openjpa/trunk/openjpa/pom.xml

Author: struberg
Date: Sat Apr  4 07:28:04 2015
New Revision: 1671244

URL: http://svn.apache.org/r1671244
Log:
exclude jest from packaging to openjpa pkg

JEST requires Servlet and other stuff. It's more like a webapp
on top of JPA and usually something you package into your frontend.
Whereas the openjpa.jar is something for your backend projects.

Modified:
    openjpa/trunk/openjpa/pom.xml

Modified: openjpa/trunk/openjpa/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa/pom.xml?rev=1671244&r1=1671243&r2=1671244&view=diff
==============================================================================
--- openjpa/trunk/openjpa/pom.xml (original)
+++ openjpa/trunk/openjpa/pom.xml Sat Apr  4 07:28:04 2015
@@ -60,6 +60,7 @@
                 <artifactId>maven-shade-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>shade-all</id>
                         <phase>package</phase>
                         <goals>
                             <goal>shade</goal>
@@ -82,7 +83,9 @@
                                     <include>org.apache.openjpa:openjpa-persistence-jdbc</include>
                                     <include>org.apache.openjpa:openjpa-xmlstore</include>
                                     <include>org.apache.openjpa:openjpa-slice</include>
+<!-- JEST is a REST Servlet based approach and thus gets packaged separately
                                     <include>org.apache.openjpa:openjpa-jest</include>
+-->
                                 </includes>
                             </artifactSet>
                             <!-- OpenJPA unique META-INF setup -->