gh-246 Remove docbooks from asciidoctor infrastructure

resolves #246

Removed javadoc build from parent pom.

It is now contained in the doc pom
This commit is contained in:
Gunnar Hillert
2016-11-15 23:35:39 -10:00
committed by Glenn Renfro
parent 7a30a3357b
commit 4ed50a6b31
46 changed files with 155 additions and 3920 deletions

20
pom.xml
View File

@@ -165,26 +165,6 @@
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
<!--<execution>-->
<!--<id>aggregate</id>-->
<!--<phase>package</phase>-->
<!--<goals>-->
<!--<goal>aggregate</goal>-->
<!--</goals>-->
<!--</execution>-->
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>