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 2012/11/11 14:59:37 UTC

svn commit: r1407988 - /openejb/trunk/openejb/container/openejb-api/pom.xml

Author: rmannibucau
Date: Sun Nov 11 13:59:36 2012
New Revision: 1407988

URL: http://svn.apache.org/viewvc?rev=1407988&view=rev
Log:
no need of this shade if we copied classes

Modified:
    openejb/trunk/openejb/container/openejb-api/pom.xml

Modified: openejb/trunk/openejb/container/openejb-api/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/container/openejb-api/pom.xml?rev=1407988&r1=1407987&r2=1407988&view=diff
==============================================================================
--- openejb/trunk/openejb/container/openejb-api/pom.xml (original)
+++ openejb/trunk/openejb/container/openejb-api/pom.xml Sun Nov 11 13:59:36 2012
@@ -37,52 +37,5 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.gmaven</groupId>
-        <artifactId>gmaven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>generate-osgi-version</id>
-            <phase>initialize</phase>
-            <goals>
-              <goal>execute</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <source>
-            project.properties['openejb.osgi.converted.version'] = project.version.replace('-', '.')
-          </source>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>2.0</version>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <configuration>
-              <transformers>
-                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                  <manifestEntries>
-                    <Export-Package>
-                      org.apache.openejb.api;version="${openejb.osgi.converted.version}",org.apache.openejb.api.jmx;version="${openejb.osgi.converted.version}"
-                    </Export-Package>
-                  </manifestEntries>
-                </transformer>
-              </transformers>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>
+