Skip to content

Commit

Permalink
Add some project properties in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
damien committed Dec 24, 2015
1 parent 9aa85e4 commit baa13d4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -341,4 +355,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<name>jsr203hadoop</name>
<description>A Java NIO file system provider for HDFS</description>
<url>https://github.com/damiencarol/jsr203-hadoop</url>
</project>

0 comments on commit baa13d4

Please sign in to comment.