Skip to content

Commit

Permalink
Don't fail on javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Mar 27, 2013
1 parent 5cdce8e commit 9d4fd7b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Expand Up @@ -107,17 +107,6 @@
<module>convert</module>
</modules>
</profile>

<profile>
<id>javadoc</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>container-api</module>
<module>parser-xml</module>
</modules>
</profile>
</profiles>

<dependencyManagement>
Expand Down Expand Up @@ -470,6 +459,7 @@
<outputDirectory>${project.build.directory}/javadoc/${project.version}</outputDirectory>
<reportOutputDirectory>${project.build.directory}/javadoc/${project.version}</reportOutputDirectory>
<destDir>${project.build.directory}/javadoc/${project.version}</destDir>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9d4fd7b

Please sign in to comment.