Author: edwardyoon
Date: Thu Apr 9 13:03:26 2015
New Revision: 1672328
URL: http://svn.apache.org/r1672328
Log:
HAMA-947: duplicate hama-*.jars in lib directory
Modified:
hama/trunk/core/pom.xml
hama/trunk/mesos/pom.xml
Modified: hama/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1672328&r1=1672327&r2=1672328&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Thu Apr 9 13:03:26 2015
@@ -174,6 +174,8 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
+ <excludeGroupIds>org.apache.hama</excludeGroupIds>
+
<artifactItems>
<artifactItem>
<groupId>org.slf4j</groupId>
Modified: hama/trunk/mesos/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/mesos/pom.xml?rev=1672328&r1=1672327&r2=1672328&view=diff
==============================================================================
--- hama/trunk/mesos/pom.xml (original)
+++ hama/trunk/mesos/pom.xml Thu Apr 9 13:03:26 2015
@@ -88,6 +88,7 @@
<outputDirectory>${project.parent.basedir}/lib</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
+ <excludeGroupIds>org.apache.hama</excludeGroupIds>
<artifactItems>
<artifactItem>
<groupId>org.apache.mesos</groupId>