Skip to content

Commit 49e9da5

Browse files
committed
MODCLUSTER-859 Upgrade jboss-parent to 50 and upgrade to new Nexus release process
Signed-off-by: Radoslav Husar <radosoft@gmail.com>
1 parent c81774e commit 49e9da5

File tree

3 files changed

+53
-34
lines changed

3 files changed

+53
-34
lines changed

bom/pom.xml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jboss</groupId>
1111
<artifactId>jboss-parent</artifactId>
12-
<version>49</version>
12+
<version>50</version>
1313
<relativePath />
1414
</parent>
1515

@@ -19,6 +19,52 @@
1919
<packaging>pom</packaging>
2020

2121
<name>mod_cluster: BOM</name>
22+
<description>mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer</description>
23+
<url>https://www.modcluster.io</url>
24+
25+
<licenses>
26+
<license>
27+
<name>Apache License 2.0</name>
28+
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url>
29+
<distribution>repo</distribution>
30+
</license>
31+
</licenses>
32+
33+
<developers>
34+
<developer>
35+
<name>Radoslav Husar</name>
36+
<email>rhusar@redhat.com</email>
37+
<roles>
38+
<role>developer</role>
39+
<role>maintainer</role>
40+
</roles>
41+
</developer>
42+
</developers>
43+
44+
<scm>
45+
<connection>scm:git:git@github.com:modcluster/mod_cluster.git</connection>
46+
<developerConnection>scm:git:git@github.com:modcluster/mod_cluster.git</developerConnection>
47+
<tag>HEAD</tag>
48+
<url>https://github.com/modcluster/mod_cluster</url>
49+
</scm>
50+
51+
<issueManagement>
52+
<system>Jira</system>
53+
<url>https://issues.redhat.com/browse/MODCLUSTER</url>
54+
</issueManagement>
55+
56+
<ciManagement>
57+
<system>GitHub Actions</system>
58+
<url>https://github.com/modcluster/mod_cluster/actions</url>
59+
</ciManagement>
60+
61+
<properties>
62+
<!-- Uncomment the following once a staging repo is created for this project -->
63+
<!--
64+
<nexus.repository.staging>modcluster-staging</nexus.repository.staging>
65+
-->
66+
<nexus.staging.tag>${project.groupId}-${project.version}</nexus.staging.tag>
67+
</properties>
2268

2369
<dependencyManagement>
2470
<dependencies>

code-coverage/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
<artifactId>mod_cluster-code-coverage-jacoco</artifactId>
1616
<name>mod_cluster: Code Coverage Aggregate Report (JaCoCo)</name>
1717

18+
<properties>
19+
<!-- Do NOT deploy this module -->
20+
<maven.deploy.skip>true</maven.deploy.skip>
21+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
22+
</properties>
23+
1824
<dependencies>
1925
<dependency>
2026
<groupId>${project.groupId}</groupId>
@@ -57,13 +63,6 @@
5763
</execution>
5864
</executions>
5965
</plugin>
60-
<plugin>
61-
<groupId>org.apache.maven.plugins</groupId>
62-
<artifactId>maven-deploy-plugin</artifactId>
63-
<configuration>
64-
<skip>true</skip>
65-
</configuration>
66-
</plugin>
6766
</plugins>
6867
</build>
6968

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@
1717
<name>mod_cluster (parent)</name>
1818
<packaging>pom</packaging>
1919

20-
<description>mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer</description>
21-
<url>https://www.modcluster.io</url>
22-
23-
<licenses>
24-
<license>
25-
<name>Apache License 2.0</name>
26-
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url>
27-
<distribution>repo</distribution>
28-
</license>
29-
</licenses>
30-
31-
<scm>
32-
<connection>scm:git:git@github.com:modcluster/mod_cluster.git</connection>
33-
<developerConnection>scm:git:git@github.com:modcluster/mod_cluster.git</developerConnection>
34-
<url>https://github.com/modcluster/mod_cluster</url>
35-
<tag>HEAD</tag>
36-
</scm>
37-
3820
<modules>
3921
<module>bom</module>
4022
<module>core</module>
@@ -202,14 +184,6 @@
202184
<skippedModules>mod_cluster-container-tomcat-9.0,mod_cluster-container-tomcat-10.1</skippedModules>
203185
</configuration>
204186
</plugin>
205-
<plugin>
206-
<groupId>org.apache.maven.plugins</groupId>
207-
<artifactId>maven-release-plugin</artifactId>
208-
<configuration>
209-
<autoVersionSubmodules>true</autoVersionSubmodules>
210-
<tagNameFormat>@{project.version}</tagNameFormat>
211-
</configuration>
212-
</plugin>
213187
<plugin>
214188
<groupId>org.codehaus.mojo</groupId>
215189
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)