File tree Expand file tree Collapse file tree 1 file changed +9
-26
lines changed Expand file tree Collapse file tree 1 file changed +9
-26
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml</groupId >
5
5
<artifactId >oss-parent</artifactId >
6
- <version >16 </version >
6
+ <version >24 </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.util</groupId >
9
9
<artifactId >java-merge-sort</artifactId >
60
60
61
61
<build >
62
62
<plugins >
63
- <!--
64
63
<plugin >
65
64
<groupId >org.apache.maven.plugins</groupId >
66
- <artifactId>maven-release-plugin</artifactId>
65
+ <artifactId >maven-javadoc-plugin</artifactId >
66
+ <version >${version.plugin.javadoc} </version >
67
67
<configuration >
68
- <mavenExecutorId>forked-path</mavenExecutorId>
68
+ <source >${version.jdk} </source >
69
+ <target >${version.jdk} </target >
70
+ <encoding >UTF-8</encoding >
71
+ <links >
72
+ <link >http://docs.oracle.com/javase/7/docs/api/</link >
73
+ </links >
69
74
</configuration >
70
- </plugin>
71
- -->
72
75
73
- <!-- 04-Jun-2014, tatu: Not sure why source and javadoc plugins are needed
74
- here; parent pom SHOULD include enough info
75
- -->
76
- <plugin ><!-- plug-in to attach source bundle in repo -->
77
- <groupId >org.apache.maven.plugins</groupId >
78
- <artifactId >maven-source-plugin</artifactId >
79
- <version >2.1.2</version >
80
- <executions >
81
- <execution >
82
- <id >attach-sources</id >
83
- <goals >
84
- <goal >jar</goal >
85
- </goals >
86
- </execution >
87
- </executions >
88
- </plugin >
89
- <plugin >
90
- <groupId >org.apache.maven.plugins</groupId >
91
- <artifactId >maven-javadoc-plugin</artifactId >
92
- <version >2.6</version >
93
76
<executions >
94
77
<execution >
95
78
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments