Author: edwardyoon
Date: Sun Feb 26 07:08:57 2012
New Revision: 1293755
URL: http://svn.apache.org/viewvc?rev=1293755&view=rev
Log:
ant doesn't required.
Modified:
incubator/hama/branches/0.4/core/pom.xml
incubator/hama/branches/0.4/pom.xml
Modified: incubator/hama/branches/0.4/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hama/branches/0.4/core/pom.xml?rev=1293755&r1=1293754&r2=1293755&view=diff
==============================================================================
--- incubator/hama/branches/0.4/core/pom.xml (original)
+++ incubator/hama/branches/0.4/core/pom.xml Sun Feb 26 07:08:57 2012
@@ -72,16 +72,6 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-launcher</artifactId>
- <version>${ant.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
Modified: incubator/hama/branches/0.4/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hama/branches/0.4/pom.xml?rev=1293755&r1=1293754&r2=1293755&view=diff
==============================================================================
--- incubator/hama/branches/0.4/pom.xml (original)
+++ incubator/hama/branches/0.4/pom.xml Sun Feb 26 07:08:57 2012
@@ -264,13 +264,29 @@
</executions>
<configuration>
<excludes>
+ <exclude>**/*.asc</exclude>
+ <exclude>**/logs/**</exclude>
<exclude>CHANGES.txt</exclude>
<exclude>conf/groomservers</exclude>
<exclude>src/site/resources/files/hama-eclipse-formatter.xml</exclude>
<exclude>**/src/test/resources/*.properties</exclude>
+ <exclude>**dependency-reduced-pom.xml</exclude>
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>