File tree Expand file tree Collapse file tree 3 files changed +53
-34
lines changed
Expand file tree Collapse file tree 3 files changed +53
-34
lines changed Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments