Move signing and uploading to the release profile

pull/268/head
Kun Zhang 10 years ago
parent ae9177d645
commit 18f02bc1cd
  1. 9
      protoc-artifacts/pom.xml

@ -83,6 +83,13 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
@ -110,4 +117,6 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

Loading…
Cancel
Save