Skip to content

Commit

Permalink
update pom.xml to include gpg artifact signing as part of install and…
Browse files Browse the repository at this point in the history
… version to 1.0.1-SNAPSHOT
  • Loading branch information
jussimalinen committed Sep 10, 2012
1 parent bea1fff commit acee8a4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<groupId>org.robotframework</groupId>
<artifactId>javalib-core</artifactId>
<packaging>jar</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<name>javalib-core</name>
<description>Base for implementing Java test libraries for Robot Framework</description>
<url>https://github.com/robotframework/JavalibCore</url>
Expand Down Expand Up @@ -131,6 +131,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit acee8a4

Please sign in to comment.