No need for the uber jar anymore since we are part of the distro.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1486243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2013-05-24 22:33:38 +00:00
parent b41121e359
commit 300a26d350

View File

@ -391,57 +391,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.fusesource.mvnplugins</groupId>
<artifactId>maven-uberize-plugin</artifactId>
<version>1.14</version>
<executions>
<execution>
<id>all</id>
<phase>package</phase>
<goals>
<goal>uberize</goal>
</goals>
</execution>
</executions>
<configuration>
<uberArtifactAttached>true</uberArtifactAttached>
<uberClassifierName>uber</uberClassifierName>
<artifactSet>
<includes>
<!-- <include>org.scala-lang:scala-library</include> -->
<include>org.fusesource.hawtdispatch:hawtdispatch</include>
<include>org.fusesource.hawtdispatch:hawtdispatch-scala</include>
<include>org.fusesource.hawtbuf:hawtbuf</include>
<include>org.fusesource.hawtbuf:hawtbuf-proto</include>
<include>org.iq80.leveldb:leveldb-api</include>
<include>org.iq80.leveldb:leveldb</include>
<!--
<include>org.xerial.snappy:snappy-java</include>
<include>com.google.guava:guava</include>
-->
<include>org.xerial.snappy:snappy-java</include>
<include>org.fusesource.leveldbjni:leveldbjni</include>
<include>org.fusesource.leveldbjni:leveldbjni-osx</include>
<include>org.fusesource.leveldbjni:leveldbjni-linux32</include>
<include>org.fusesource.leveldbjni:leveldbjni-linux64</include>
<include>org.fusesource.leveldbjni:leveldbjni-win32</include>
<include>org.fusesource.leveldbjni:leveldbjni-win64</include>
<include>org.fusesource.hawtjni:hawtjni-runtime</include>
<!-- include bits need to access hdfs as a client -->
<include>org.apache.hadoop:hadoop-core</include>
<include>commons-configuration:commons-configuration</include>
<include>org.codehaus.jackson:jackson-mapper-asl</include>
<include>org.codehaus.jackson:jackson-core-asl</include>
</includes>
</artifactSet>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>