Skip to content

Commit

Permalink
o Configure the Javadoc Plugin for Java 1.4 sources, because the Mode…
Browse files Browse the repository at this point in the history
…llo generated classes uses the assert keyword. This is only required when the "apache-release" profile is activated.

git-svn-id: https://svn.apache.org/repos/asf/maven/release/trunk@904887 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dennisl committed Jan 30, 2010
1 parent 1c4405a commit a6dca80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions maven-release-manager/pom.xml
Expand Up @@ -201,6 +201,14 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- Required because the Modello generated classes uses the assert keyword -->
<source>1.4</source>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit a6dca80

Please sign in to comment.