You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/27 13:26:28 UTC

svn commit: r1176333 - /openejb/trunk/openejb3/pom.xml

Author: dblevins
Date: Tue Sep 27 11:26:28 2011
New Revision: 1176333

URL: http://svn.apache.org/viewvc?rev=1176333&view=rev
Log:
yanking more old release profile stuff

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=1176333&r1=1176332&r2=1176333&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Tue Sep 27 11:26:28 2011
@@ -297,38 +297,6 @@
               </executions>
             </plugin>
       -->
-      <!-- Add NOTICE and LICENSE to generated JAR -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-              <appendedResourcesDirectory>${basedir}/../../src/main/appended-resources</appendedResourcesDirectory>
-              <properties>
-                <projectName>Apache OpenEJB</projectName>
-              </properties>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0</version>
-        <configuration>
-          <useReleaseProfile>false</useReleaseProfile>
-          <goals>deploy</goals>
-          <arguments>-Prelease</arguments>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>