forked from loafle/openapi-generator-original
added gpg plugin
This commit is contained in:
parent
34219bfc86
commit
1b9e1d90ae
8
pom.xml
8
pom.xml
@ -156,6 +156,14 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<releaseProfiles>release</releaseProfiles>
|
||||||
|
<goals>sign</goals>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<reporting>
|
<reporting>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user