We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4643985 commit 8a5efe8Copy full SHA for 8a5efe8
pom.xml
@@ -70,26 +70,7 @@
70
<groupId>org.apache.maven.plugins</groupId>
71
<artifactId>maven-resources-plugin</artifactId>
72
<version>${maven-resources-plugin.version}</version>
73
- <!--
74
- <executions>
75
- <execution>
76
- <id>copy-javadoc</id>
77
- <phase>package</phase>
78
- <goals>
79
- <goal>testResources</goal>
80
- </goals>
81
- <configuration>
82
- <outputDirectory>${basedir}/docs/javadoc</outputDirectory>
83
- <resources>
84
- <resource>
85
- <directory>${basedir}/target/apidocs</directory>
86
- <filtering>false</filtering>
87
- </resource>
88
- </resources>
89
- </configuration>
90
- </execution>
91
- </executions>
92
- -->
+
93
<configuration>
94
<encoding>UTF-8</encoding>
95
</configuration>
0 commit comments