This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 47
47
<plugin >
48
48
<groupId >org.codehaus.modello</groupId >
49
49
<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 >
51
52
<configuration >
52
53
<models >
53
54
<model >src/main/mdo/components.mdo</model >
Original file line number Diff line number Diff line change 14
14
15
15
<name >Plexus Containers (deprecated)</name >
16
16
<description >Plexus IoC Container core with companion tools.</description >
17
+ <url >https://codehaus-plexus.github.io/plexus-containers/</url >
17
18
18
19
<modules >
19
20
<module >plexus-component-annotations</module >
29
30
</scm >
30
31
<issueManagement >
31
32
<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 >
33
34
</issueManagement >
34
35
<distributionManagement >
35
36
<site >
134
135
<plugin >
135
136
<groupId >org.apache.maven.plugins</groupId >
136
137
<artifactId >maven-release-plugin</artifactId >
137
- <version >3.0.0</version >
138
138
<configuration >
139
139
<autoVersionSubmodules >true</autoVersionSubmodules >
140
140
</configuration >
141
141
</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 >
151
142
<plugin >
152
143
<artifactId >maven-checkstyle-plugin</artifactId >
153
144
<version >3.3.0</version >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
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"
4
4
xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" >
5
5
<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 >
7
12
<item name =" Eclipse Sisu" href =" https://projects.eclipse.org/projects/technology.sisu" />
8
13
</links >
9
14
You can’t perform that action at this time.
0 commit comments