diff options
Diffstat (limited to 'universal')
| -rw-r--r-- | universal/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/universal/pom.xml b/universal/pom.xml index ad6fb74..507df7b 100644 --- a/universal/pom.xml +++ b/universal/pom.xml @@ -47,6 +47,30 @@ </plugins> </build> + <profiles> + <profile> + <id>sign</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.6</version> + <executions> + <execution> + <id>sign-artifacts</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + <dependencies> <dependency> <groupId>me.lucko</groupId> |
