Skip to content

Commit 20f5aee

Browse files
authored
Merge pull request #65 from pzygielo/manage-plugins
Manage plugins used in oss-release profile
2 parents 1033e69 + 84caf3a commit 20f5aee

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

parent/pom.xml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,27 @@
147147
<skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo>
148148
</configuration>
149149
</plugin>
150+
<plugin>
151+
<groupId>org.apache.maven.plugins</groupId>
152+
<artifactId>maven-enforcer-plugin</artifactId>
153+
<version>3.0.0-M3</version>
154+
</plugin>
155+
<plugin>
156+
<groupId>org.apache.maven.plugins</groupId>
157+
<artifactId>maven-source-plugin</artifactId>
158+
<version>3.2.1</version>
159+
</plugin>
160+
<plugin>
161+
<groupId>org.apache.maven.plugins</groupId>
162+
<artifactId>maven-javadoc-plugin</artifactId>
163+
<version>3.2.0</version>
164+
</plugin>
165+
<plugin>
166+
<groupId>org.apache.maven.plugins</groupId>
167+
<artifactId>maven-gpg-plugin</artifactId>
168+
<!-- Older versions have issues with the gpg passphrase -->
169+
<version>1.6</version>
170+
</plugin>
150171
</plugins>
151172
</pluginManagement>
152173
</build>
@@ -209,8 +230,6 @@
209230
<plugin>
210231
<groupId>org.apache.maven.plugins</groupId>
211232
<artifactId>maven-gpg-plugin</artifactId>
212-
<!-- Older versions have issues with the gpg passphrase -->
213-
<version>1.6</version>
214233
<configuration>
215234
<gpgArguments>
216235
<arg>--pinentry-mode</arg>

0 commit comments

Comments
 (0)