File tree 2 files changed +9
-14
lines changed 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.codehaus.mojo</groupId >
8
8
<artifactId >mojo-parent</artifactId >
9
- <version >85 </version >
9
+ <version >86 </version >
10
10
</parent >
11
11
12
12
<artifactId >taglist-maven-plugin</artifactId >
13
13
<version >3.1.1-SNAPSHOT</version >
14
-
15
14
<packaging >maven-plugin</packaging >
15
+
16
16
<name >Taglist Maven Plugin</name >
17
17
<description >Produce a tag list report.</description >
18
+
18
19
<url >https://www.mojohaus.org/taglist-maven-plugin/</url >
19
20
<inceptionYear >2005</inceptionYear >
20
21
260
261
<version >3.0.1</version >
261
262
</dependency >
262
263
</dependencies >
264
+
263
265
<build >
264
266
<pluginManagement >
265
267
<plugins >
294
296
</plugin >
295
297
</plugins >
296
298
</pluginManagement >
299
+
297
300
<plugins >
298
301
<plugin >
299
302
<groupId >org.apache.maven.plugins</groupId >
302
305
<argLine >-Duser.language=en</argLine >
303
306
</configuration >
304
307
</plugin >
305
- <plugin >
306
- <groupId >org.apache.maven.plugins</groupId >
307
- <artifactId >maven-plugin-plugin</artifactId >
308
- </plugin >
309
308
<plugin >
310
309
<groupId >org.codehaus.modello</groupId >
311
310
<artifactId >modello-maven-plugin</artifactId >
355
354
</plugin >
356
355
</plugins >
357
356
</build >
357
+
358
358
<reporting >
359
359
<plugins >
360
- <plugin >
361
- <groupId >org.apache.maven.plugins</groupId >
362
- <artifactId >maven-javadoc-plugin</artifactId >
363
- </plugin >
364
360
<plugin >
365
361
<groupId >org.codehaus.mojo</groupId >
366
362
<artifactId >taglist-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/DECORATION/1.8.1"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd" >
2
+ <site xmlns =" http://maven.apache.org/SITE/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" >
5
4
<body >
6
5
7
6
<breadcrumbs >
21
20
<item name =" Sample Taglist Report" href =" ./taglist.html" />
22
21
</menu >
23
22
</body >
24
- </project >
23
+ </site >
You can’t perform that action at this time.
0 commit comments