Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

pom clean after parent upgrade #120

Merged
merged 1 commit into from
May 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion plexus-container-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>2.1.1</version>
<!-- do not upgrade, as it breaks site generation -->
<version>1.11</version>
<configuration>
<models>
<model>src/main/mdo/components.mdo</model>
Expand Down
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

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

<modules>
<module>plexus-component-annotations</module>
Expand All @@ -29,7 +30,7 @@
</scm>
<issueManagement>
<system>github</system>
<url>http://github.com/codehaus-plexus/plexus-containers/issues</url>
<url>https://github.com/codehaus-plexus/plexus-containers/issues</url>
</issueManagement>
<distributionManagement>
<site>
Expand Down Expand Up @@ -134,20 +135,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.3</version>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
Expand Down
9 changes: 7 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?xml version="1.0"?>

<project name="Plexus Container" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project name="Plexus Containers (deprecated)" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>
<links>
<breadcrumbs>
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
<item name="Containers (deprecated)" href="https://codehaus-plexus.github.io/plexus-containers/"/>
</breadcrumbs>

<links>
<item name="Eclipse Sisu" href="https://projects.eclipse.org/projects/technology.sisu" />
</links>

Expand Down