You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/07/13 14:45:58 UTC

svn commit: r1610183 - in /tomee/tomee/trunk: container/openejb-core/pom.xml pom.xml

Author: rmannibucau
Date: Sun Jul 13 12:45:58 2014
New Revision: 1610183

URL: http://svn.apache.org/r1610183
Log:
no need to endorse the jvm cause of @Resource

Modified:
    tomee/tomee/trunk/container/openejb-core/pom.xml
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/container/openejb-core/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/pom.xml?rev=1610183&r1=1610182&r2=1610183&view=diff
==============================================================================
--- tomee/tomee/trunk/container/openejb-core/pom.xml (original)
+++ tomee/tomee/trunk/container/openejb-core/pom.xml Sun Jul 13 12:45:58 2014
@@ -246,7 +246,6 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <compilerArgs>
-            <arg>-Djava.endorsed.dirs=${openejb.build.endorsed}</arg>
             <arg>-Xlint:path</arg>
           </compilerArgs>
         </configuration>
@@ -314,7 +313,7 @@
             -Dopenejb.classloader.forced-load=org.apache.openejb
             -enableassertions
             -Dopenejb.descriptors.output.folder=./dump/
-            -Xmx512m -Djava.endorsed.dirs=${openejb.build.endorsed}
+            -Xmx512m
           </argLine>
           <workingDirectory>${basedir}/target</workingDirectory>
           <systemPropertyVariables>

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1610183&r1=1610182&r2=1610183&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Sun Jul 13 12:45:58 2014
@@ -331,30 +331,6 @@
           <target>1.7</target>
         </configuration>
       </plugin>
-      <plugin> <!-- maven-dependency-plugin:properties doesn't work as well as this one for us -->
-        <groupId>org.apache.geronimo.buildsupport</groupId>
-        <artifactId>geronimo-property-plugin</artifactId>
-        <configuration>
-          <propertyName>openejb.build.endorsed</propertyName>
-          <listFiles>false</listFiles>
-          <classpath>
-            <dependency>
-              <groupId>org.apache.geronimo.specs</groupId>
-              <artifactId>geronimo-annotation_1.1_spec</artifactId>
-              <version>1.0.1</version>
-            </dependency>
-          </classpath>
-        </configuration>
-        <executions>
-          <execution>
-            <id>set-endorsed-property</id>
-            <phase>initialize</phase>
-            <goals>
-              <goal>set-property</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>