hobama / dkpro-wsd

Automatically exported from code.google.com/p/dkpro-wsd
0 stars 0 forks source link

Tell maven-javadoc-plugin to exclude de.tudarmstadt.ukp.dkpro.wsd.testing #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Jenkins build of DKPro WSD is failing because maven-javadoc-plugin wants to 
produce Javadocs for the module de.tudarmstadt.ukp.dkpro.wsd.testing, but it 
has no classes:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadoc) on 
project de.tudarmstadt.ukp.dkpro.wsd.testing: MavenReportException: Error while 
creating archive: 
Exit code: 1 - javadoc: error - No public or protected classes found to 
document.

We need to tell maven-javadoc-plugin to exclude 
de.tudarmstadt.ukp.dkpro.wsd.testing.

Original issue reported on code.google.com by tristan.miller@nothingisreal.com on 24 Jul 2013 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by tristan.miller@nothingisreal.com on 24 Jul 2013 at 12:05

GoogleCodeExporter commented 9 years ago
I added an exclusion section to the testing pom.xml. DKPro WSD is building now 
without any maven-javadoc-plugin complaints.

Original comment by tristan.miller@nothingisreal.com on 25 Jul 2013 at 8:33