|
22 | 22 | <insecure.repositories>ERROR</insecure.repositories> |
23 | 23 | <log4j2.version>2.23.0</log4j2.version> |
24 | 24 | <version.maven.javadoc>3.11.2</version.maven.javadoc> |
| 25 | + <nexus3.plugin.version>1.0.13</nexus3.plugin.version> |
| 26 | + <enforcer.plugin.version>3.6.2</enforcer.plugin.version> |
| 27 | + <gpg.plugin.version>3.2.8</gpg.plugin.version> |
25 | 28 | </properties> |
26 | 29 |
|
27 | 30 | <organization> |
28 | | - <name>JBoss, a division of Red Hat</name> |
| 31 | + <name>JBoss, IBM</name> |
29 | 32 | <url>http://www.jboss.org</url> |
30 | 33 | </organization> |
31 | 34 |
|
32 | 35 | <developers> |
33 | 36 | <developer> |
34 | 37 | <name>Bela Ban</name> |
35 | 38 | <email>belaban@gmail.com</email> |
| 39 | + <organization>IBM</organization> |
| 40 | + <organizationUrl>http://www.ibm.com</organizationUrl> |
36 | 41 | </developer> |
37 | 42 | </developers> |
38 | 43 |
|
|
151 | 156 | <plugin> |
152 | 157 | <groupId>org.sonatype.plugins</groupId> |
153 | 158 | <artifactId>nxrm3-maven-plugin</artifactId> |
154 | | - <version>1.0.7</version> |
| 159 | + <version>${nexus3.plugin.version}</version> |
155 | 160 | <extensions>true</extensions> |
156 | 161 | <configuration> |
157 | 162 | <!-- After Nexus migration https://repository.jboss.org will be here instead --> |
|
203 | 208 | <plugin> |
204 | 209 | <groupId>org.apache.maven.plugins</groupId> |
205 | 210 | <artifactId>maven-enforcer-plugin</artifactId> |
206 | | - <version>3.4.0</version> |
| 211 | + <version>${enforcer.plugin.version}</version> |
207 | 212 | <executions> |
208 | 213 | <execution> |
209 | 214 | <id>enforce-java</id> |
|
315 | 320 | <addBuildEnvironmentEntries>true</addBuildEnvironmentEntries> |
316 | 321 | </manifest> |
317 | 322 | </archive> |
| 323 | + <defaultManifestFile/> |
318 | 324 | </configuration> |
319 | 325 | <executions> |
320 | 326 | <execution> |
|
336 | 342 | <addDefaultEntries>true</addDefaultEntries> |
337 | 343 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
338 | 344 | <addBuildEnvironmentEntries>true</addBuildEnvironmentEntries> |
339 | | - <!--addClasspath>true</addClasspath--> |
340 | | - <!--classpathPrefix>libs/</classpathPrefix--> |
341 | 345 | <mainClass>org.jgroups.Version</mainClass> |
342 | 346 | </manifest> |
343 | 347 | <manifestEntries> |
|
362 | 366 | </executions> |
363 | 367 | </plugin> |
364 | 368 |
|
365 | | - <plugin> |
366 | | - <groupId>org.apache.maven.plugins</groupId> |
367 | | - <artifactId>maven-release-plugin</artifactId> |
368 | | - <configuration> |
369 | | - <arguments>-DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true</arguments> |
370 | | - <preparationGoals>clean</preparationGoals> |
371 | | - </configuration> |
372 | | - |
373 | | - </plugin> |
374 | | - |
375 | 369 | <!-- Disable default tests: they won't run since they are lacking configuration --> |
376 | 370 | <plugin> |
377 | 371 | <groupId>org.apache.maven.plugins</groupId> |
|
389 | 383 | </plugins> |
390 | 384 | <pluginManagement> |
391 | 385 | <plugins> |
392 | | - <plugin> |
393 | | - <groupId>org.apache.maven.plugins</groupId> |
394 | | - <artifactId>maven-release-plugin</artifactId> |
395 | | - <version>3.0.1</version> |
396 | | - </plugin> |
397 | | - <plugin> |
398 | | - <groupId>org.sonatype.plugins</groupId> |
399 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
400 | | - <version>1.7.0</version> |
401 | | - </plugin> |
402 | 386 | <plugin> |
403 | 387 | <groupId>org.apache.maven.plugins</groupId> |
404 | 388 | <artifactId>maven-antrun-plugin</artifactId> |
|
498 | 482 |
|
499 | 483 | <profiles> |
500 | 484 | <profile> |
501 | | - <id>community-release</id> |
| 485 | + <id>release</id> |
502 | 486 | <activation> |
503 | 487 | <activeByDefault>false</activeByDefault> |
504 | 488 | </activation> |
|
507 | 491 | <plugin> |
508 | 492 | <groupId>org.apache.maven.plugins</groupId> |
509 | 493 | <artifactId>maven-gpg-plugin</artifactId> |
510 | | - <version>3.2.7</version> |
| 494 | + <version>${gpg.plugin.version}</version> |
511 | 495 | <executions> |
512 | 496 | <execution> |
513 | 497 | <id>sign-artifacts</id> |
|
0 commit comments