This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 5 files changed +2
-63
lines changed
plexus-component-annotations
plexus-component-metadata
5 files changed +2
-63
lines changed Original file line number Diff line number Diff line change 11
11
<artifactId >plexus-component-annotations</artifactId >
12
12
13
13
<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
15
15
standard annotations instead of javadoc annotations.</description >
16
16
</project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
<packaging >maven-plugin</packaging >
14
14
15
15
<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 >
17
17
18
18
<dependencies >
19
19
<dependency >
61
61
<dependency >
62
62
<groupId >org.apache.maven.plugin-tools</groupId >
63
63
<artifactId >maven-plugin-annotations</artifactId >
64
- <version >3.8.2</version >
65
64
<scope >provided</scope >
66
65
</dependency >
67
66
<dependency >
71
70
</dependency >
72
71
</dependencies >
73
72
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
-
86
73
<reporting >
87
74
<plugins >
88
75
<plugin >
89
76
<groupId >org.apache.maven.plugins</groupId >
90
77
<artifactId >maven-plugin-plugin</artifactId >
91
78
</plugin >
92
- <plugin >
93
- <artifactId >maven-javadoc-plugin</artifactId >
94
- <configuration >
95
- <additionalparam >-Xdoclint:none</additionalparam >
96
- <failOnError >false</failOnError >
97
- </configuration >
98
- </plugin >
99
79
</plugins >
100
80
</reporting >
101
81
Original file line number Diff line number Diff line change 37
37
<plugin >
38
38
<artifactId >maven-surefire-plugin</artifactId >
39
39
<configuration >
40
- <forkMode >once</forkMode >
41
40
<excludes >
42
41
<exclude >**/Test*.java</exclude >
43
42
<exclude >**/Abstract*.java</exclude >
81
80
</plugin >
82
81
</plugins >
83
82
</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 >
95
83
</project >
Original file line number Diff line number Diff line change 123
123
<build >
124
124
<pluginManagement >
125
125
<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 >
135
126
<plugin >
136
127
<groupId >org.apache.maven.plugins</groupId >
137
128
<artifactId >maven-release-plugin</artifactId >
138
129
<configuration >
139
130
<autoVersionSubmodules >true</autoVersionSubmodules >
140
131
</configuration >
141
132
</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 >
158
133
</plugins >
159
134
</pluginManagement >
160
135
<plugins >
You can’t perform that action at this time.
0 commit comments