It used to refer to old maven-plugin-tools-javadoc which is no longer available in maven-plugin-tools 3.6f38
parent
7e97fddd04
commit
3d5d01cff7
@ -0,0 +1,24 @@
|
|||||||
|
diff --git a/maven-parent-34/maven-plugins/pom.xml b/maven-parent-34/maven-plugins/pom.xml
|
||||||
|
index ef0aebe..df9fbc7 100644
|
||||||
|
--- a/maven-parent-34/maven-plugins/pom.xml
|
||||||
|
+++ b/maven-parent-34/maven-plugins/pom.xml
|
||||||
|
@@ -94,19 +94,6 @@ under the License.
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</plugin>
|
||||||
|
- <plugin>
|
||||||
|
- <groupId>org.apache.maven.plugins</groupId>
|
||||||
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
- <configuration>
|
||||||
|
- <tagletArtifacts>
|
||||||
|
- <tagletArtifact combine.id="org.apache.maven.plugin-tools:maven-plugin-tools-javadoc">
|
||||||
|
- <groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
|
- <artifactId>maven-plugin-tools-javadoc</artifactId>
|
||||||
|
- <version>${mavenPluginToolsVersion}</version>
|
||||||
|
- </tagletArtifact>
|
||||||
|
- </tagletArtifacts>
|
||||||
|
- </configuration>
|
||||||
|
- </plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
Loading…
Reference in new issue