Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Fixed to sign artifacts. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-moris authored Jan 29, 2020
1 parent 28e6a33 commit 8e9fd15
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,16 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>sign-artifacts</id>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 8e9fd15

Please sign in to comment.