Skip to content

Commit a41a8cc

Browse files
committed
drop reporting
1 parent f0ca21f commit a41a8cc

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

pom.xml

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -243,74 +243,8 @@
243243
</execution>
244244
</executions>
245245
</plugin>
246-
<plugin>
247-
<artifactId>maven-javadoc-plugin</artifactId>
248-
<version>2.8.1</version>
249-
<configuration>
250-
<aggregate>true</aggregate>
251-
<source>1.7</source>
252-
<encoding>UTF-8</encoding>
253-
<maxmemory>1g</maxmemory>
254-
<links>
255-
<link>http://java.sun.com/javase/6/docs/api/</link>
256-
</links>
257-
</configuration>
258-
<executions>
259-
<execution>
260-
<id>attach-javadocs</id>
261-
<phase>verify</phase>
262-
<goals>
263-
<goal>jar</goal>
264-
</goals>
265-
</execution>
266-
</executions>
267-
</plugin>
268246
</plugins>
269247
</build>
270-
<reporting>
271-
<plugins>
272-
<plugin>
273-
<artifactId>maven-javadoc-plugin</artifactId>
274-
<version>2.8.1</version>
275-
<configuration>
276-
<aggregate>true</aggregate>
277-
<source>1.7</source>
278-
<encoding>UTF-8</encoding>
279-
<maxmemory>1g</maxmemory>
280-
<links>
281-
<link>http://java.sun.com/javase/7/docs/api/</link>
282-
</links>
283-
<bootclasspath>${sun.boot.class.path}</bootclasspath>
284-
<doclet>com.google.doclava.Doclava</doclet>
285-
<useStandardDocletOptions>false</useStandardDocletOptions>
286-
<additionalJOption>-J-Xmx1024m</additionalJOption>
287-
<docletArtifact>
288-
<groupId>com.google.doclava</groupId>
289-
<artifactId>doclava</artifactId>
290-
<version>1.0.3</version>
291-
</docletArtifact>
292-
<additionalparam>
293-
-hdf project.name "${project.name}
294-
${project.version}"
295-
-d
296-
${project.reporting.outputDirectory}/apidocs
297-
</additionalparam>
298-
</configuration>
299-
<reportSets>
300-
<reportSet>
301-
<id>default</id>
302-
<reports>
303-
<report>javadoc</report>
304-
</reports>
305-
</reportSet>
306-
</reportSets>
307-
</plugin>
308-
<plugin>
309-
<artifactId>maven-surefire-report-plugin</artifactId>
310-
<version>${surefire.version}</version>
311-
</plugin>
312-
</plugins>
313-
</reporting>
314248
<profiles>
315249
<profile>
316250
<id>release-sign-artifacts</id>
@@ -403,7 +337,6 @@
403337
<module>api</module>
404338
<module>providers</module>
405339
<module>extras</module>
406-
<!-- <module>site</module> -->
407340
</modules>
408341
<dependencies>
409342
<dependency>

0 commit comments

Comments
 (0)