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

Commit 6c6ba5d

Browse files
committed
pom cleanup
1 parent 9eb92ab commit 6c6ba5d

File tree

5 files changed

+2
-63
lines changed

5 files changed

+2
-63
lines changed

plexus-component-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<artifactId>plexus-component-annotations</artifactId>
1212

1313
<name>Plexus :: Component Annotations (deprecated)</name>
14-
<description>Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
14+
<description>Plexus Component Java Annotations, to describe plexus components properties in java sources with
1515
standard annotations instead of javadoc annotations.</description>
1616
</project>

plexus-component-metadata/README.txt

-4
This file was deleted.

plexus-component-metadata/pom.xml

+1-21
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<packaging>maven-plugin</packaging>
1414

1515
<name>Plexus :: Component Metadata (Maven Plugin) (deprecated)</name>
16-
<description>A Maven plugin to generate Plexus Components descriptors from source javadoc tags and Java 5 class annotations.</description>
16+
<description>A Maven plugin to generate Plexus Components descriptors from source javadoc tags and Java class annotations.</description>
1717

1818
<dependencies>
1919
<dependency>
@@ -61,7 +61,6 @@
6161
<dependency>
6262
<groupId>org.apache.maven.plugin-tools</groupId>
6363
<artifactId>maven-plugin-annotations</artifactId>
64-
<version>3.8.2</version>
6564
<scope>provided</scope>
6665
</dependency>
6766
<dependency>
@@ -71,31 +70,12 @@
7170
</dependency>
7271
</dependencies>
7372

74-
<build>
75-
<pluginManagement>
76-
<plugins>
77-
<plugin>
78-
<groupId>org.apache.maven.plugins</groupId>
79-
<artifactId>maven-plugin-plugin</artifactId>
80-
<version>3.8.2</version>
81-
</plugin>
82-
</plugins>
83-
</pluginManagement>
84-
</build>
85-
8673
<reporting>
8774
<plugins>
8875
<plugin>
8976
<groupId>org.apache.maven.plugins</groupId>
9077
<artifactId>maven-plugin-plugin</artifactId>
9178
</plugin>
92-
<plugin>
93-
<artifactId>maven-javadoc-plugin</artifactId>
94-
<configuration>
95-
<additionalparam>-Xdoclint:none</additionalparam>
96-
<failOnError>false</failOnError>
97-
</configuration>
98-
</plugin>
9979
</plugins>
10080
</reporting>
10181

plexus-container-default/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<plugin>
3838
<artifactId>maven-surefire-plugin</artifactId>
3939
<configuration>
40-
<forkMode>once</forkMode>
4140
<excludes>
4241
<exclude>**/Test*.java</exclude>
4342
<exclude>**/Abstract*.java</exclude>
@@ -81,15 +80,4 @@
8180
</plugin>
8281
</plugins>
8382
</build>
84-
<reporting>
85-
<plugins>
86-
<plugin>
87-
<artifactId>maven-javadoc-plugin</artifactId>
88-
<configuration>
89-
<additionalparam>-Xdoclint:none</additionalparam>
90-
<failOnError>false</failOnError>
91-
</configuration>
92-
</plugin>
93-
</plugins>
94-
</reporting>
9583
</project>

pom.xml

-25
Original file line numberDiff line numberDiff line change
@@ -123,38 +123,13 @@
123123
<build>
124124
<pluginManagement>
125125
<plugins>
126-
<plugin>
127-
<groupId>org.codehaus.mojo</groupId>
128-
<artifactId>cobertura-maven-plugin</artifactId>
129-
<version>2.7</version>
130-
<configuration>
131-
<check>false</check>
132-
<skip>true</skip>
133-
</configuration>
134-
</plugin>
135126
<plugin>
136127
<groupId>org.apache.maven.plugins</groupId>
137128
<artifactId>maven-release-plugin</artifactId>
138129
<configuration>
139130
<autoVersionSubmodules>true</autoVersionSubmodules>
140131
</configuration>
141132
</plugin>
142-
<plugin>
143-
<artifactId>maven-checkstyle-plugin</artifactId>
144-
<version>3.3.0</version>
145-
<dependencies>
146-
<dependency>
147-
<groupId>com.puppycrawl.tools</groupId>
148-
<artifactId>checkstyle</artifactId>
149-
<version>9.3</version>
150-
</dependency>
151-
<dependency>
152-
<groupId>org.apache.maven.shared</groupId>
153-
<artifactId>maven-shared-resources</artifactId>
154-
<version>5</version>
155-
</dependency>
156-
</dependencies>
157-
</plugin>
158133
</plugins>
159134
</pluginManagement>
160135
<plugins>

0 commit comments

Comments
 (0)