Skip to content

Commit 89c4862

Browse files
committed
Remove profile (unnecessary)
1 parent 8186119 commit 89c4862

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -61,35 +61,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
6161
<scope>test</scope>
6262
</dependency>
6363
</dependencies>
64-
<profiles>
65-
<profile>
66-
<id>release-sign-artifacts</id>
67-
<activation>
68-
<property>
69-
<name>performRelease</name>
70-
<value>true</value>
71-
</property>
72-
</activation>
73-
<build>
74-
<plugins>
75-
<plugin>
76-
<groupId>org.apache.maven.plugins</groupId>
77-
<artifactId>maven-gpg-plugin</artifactId>
78-
<version>1.5</version>
79-
<executions>
80-
<execution>
81-
<id>sign-artifacts</id>
82-
<phase>verify</phase>
83-
<goals>
84-
<goal>sign</goal>
85-
</goals>
86-
</execution>
87-
</executions>
88-
</plugin>
89-
</plugins>
90-
</build>
91-
</profile>
92-
</profiles>
9364
<build>
9465
<plugins>
9566
<plugin>

0 commit comments

Comments
 (0)