Skip to content

Commit

Permalink
Merge pull request #140 from messagebird/revert-139-move-gpg-plugin-t…
Browse files Browse the repository at this point in the history
…o-profile

Revert "Move gpg plugin to profiles"
  • Loading branch information
denizkilic authored Jan 4, 2021
2 parents 7151073 + f780817 commit a52dafa
Showing 1 changed file with 14 additions and 27 deletions.
41 changes: 14 additions & 27 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,33 +77,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</profile>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<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>
Expand Down Expand Up @@ -183,6 +156,20 @@
</dependency>
</dependencies>
</plugin>
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit a52dafa

Please sign in to comment.