Permalink
Browse files
added the gpg signer stub for release time.
- Loading branch information...
Showing
with
14 additions
and
1 deletion.
-
+14
−1
pom.xml
|
@@ -89,9 +89,22 @@ |
|
|
</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>verify</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>sign</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>-->
|
|
|
</plugins>
|
|
|
</build>
|
|
|
-
|
|
|
<reporting>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
0 comments on commit
d7fb9da