Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 063e416

Browse files
committed
pom clean after parent upgrade
1 parent fc619a5 commit 063e416

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

plexus-container-default/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
<plugin>
4848
<groupId>org.codehaus.modello</groupId>
4949
<artifactId>modello-maven-plugin</artifactId>
50-
<version>2.1.1</version>
50+
<!-- do not upgrade, as it breaks site generation -->
51+
<version>1.11</version>
5152
<configuration>
5253
<models>
5354
<model>src/main/mdo/components.mdo</model>

pom.xml

+2-11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<name>Plexus Containers (deprecated)</name>
1616
<description>Plexus IoC Container core with companion tools.</description>
17+
<url>https://codehaus-plexus.github.io/plexus-containers/</url>
1718

1819
<modules>
1920
<module>plexus-component-annotations</module>
@@ -29,7 +30,7 @@
2930
</scm>
3031
<issueManagement>
3132
<system>github</system>
32-
<url>http://github.com/codehaus-plexus/plexus-containers/issues</url>
33+
<url>https://github.com/codehaus-plexus/plexus-containers/issues</url>
3334
</issueManagement>
3435
<distributionManagement>
3536
<site>
@@ -134,20 +135,10 @@
134135
<plugin>
135136
<groupId>org.apache.maven.plugins</groupId>
136137
<artifactId>maven-release-plugin</artifactId>
137-
<version>3.0.0</version>
138138
<configuration>
139139
<autoVersionSubmodules>true</autoVersionSubmodules>
140140
</configuration>
141141
</plugin>
142-
<plugin>
143-
<groupId>org.apache.maven.plugins</groupId>
144-
<artifactId>maven-enforcer-plugin</artifactId>
145-
<version>3.3.0</version>
146-
</plugin>
147-
<plugin>
148-
<artifactId>maven-project-info-reports-plugin</artifactId>
149-
<version>3.4.3</version>
150-
</plugin>
151142
<plugin>
152143
<artifactId>maven-checkstyle-plugin</artifactId>
153144
<version>3.3.0</version>

src/site/site.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
<?xml version="1.0"?>
22

3-
<project name="Plexus Container" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
<project name="Plexus Containers (deprecated)" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
55
<body>
6-
<links>
6+
<breadcrumbs>
7+
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
8+
<item name="Containers (deprecated)" href="https://codehaus-plexus.github.io/plexus-containers/"/>
9+
</breadcrumbs>
10+
11+
<links>
712
<item name="Eclipse Sisu" href="https://projects.eclipse.org/projects/technology.sisu" />
813
</links>
914

0 commit comments

Comments
 (0)