Skip to content

Commit 2bf5ba2

Browse files
committed
build: consolidate poms
1 parent 687ddea commit 2bf5ba2

File tree

3 files changed

+14
-50
lines changed

3 files changed

+14
-50
lines changed

palette/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,6 @@
6868
</compilerArgs>
6969
</configuration>
7070
</plugin>
71-
<plugin>
72-
<groupId>org.apache.maven.plugins</groupId>
73-
<artifactId>maven-gpg-plugin</artifactId>
74-
<version>3.0.1</version>
75-
<executions>
76-
<execution>
77-
<id>sign-artifacts</id>
78-
<phase>verify</phase>
79-
<goals>
80-
<goal>sign</goal>
81-
</goals>
82-
</execution>
83-
</executions>
84-
</plugin>
85-
<plugin>
86-
<groupId>org.sonatype.plugins</groupId>
87-
<artifactId>nexus-staging-maven-plugin</artifactId>
88-
<version>1.6.13</version>
89-
<extensions>true</extensions>
90-
<configuration>
91-
<serverId>ossrh</serverId>
92-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
93-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
94-
</configuration>
95-
</plugin>
9671
<plugin>
9772
<artifactId>maven-surefire-plugin</artifactId>
9873
<version>2.22.1</version>

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,20 @@
7474

7575
<build>
7676
<plugins>
77+
<plugin>
78+
<groupId>org.apache.maven.plugins</groupId>
79+
<artifactId>maven-gpg-plugin</artifactId>
80+
<version>3.0.1</version>
81+
<executions>
82+
<execution>
83+
<id>sign-artifacts</id>
84+
<phase>verify</phase>
85+
<goals>
86+
<goal>sign</goal>
87+
</goals>
88+
</execution>
89+
</executions>
90+
</plugin>
7791
<plugin>
7892
<groupId>org.apache.maven.plugins</groupId>
7993
<artifactId>maven-javadoc-plugin</artifactId>

processing/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,6 @@
5959
<artifactId>maven-compiler-plugin</artifactId>
6060
<version>3.8.0</version>
6161
</plugin>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-gpg-plugin</artifactId>
65-
<version>3.0.1</version>
66-
<executions>
67-
<execution>
68-
<id>sign-artifacts</id>
69-
<phase>verify</phase>
70-
<goals>
71-
<goal>sign</goal>
72-
</goals>
73-
</execution>
74-
</executions>
75-
</plugin>
76-
<plugin>
77-
<groupId>org.sonatype.plugins</groupId>
78-
<artifactId>nexus-staging-maven-plugin</artifactId>
79-
<version>1.6.13</version>
80-
<extensions>true</extensions>
81-
<configuration>
82-
<serverId>ossrh</serverId>
83-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
84-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
85-
</configuration>
86-
</plugin>
8762
<plugin>
8863
<artifactId>maven-surefire-plugin</artifactId>
8964
<version>2.22.1</version>

0 commit comments

Comments
 (0)