locale parameter causes javadoc to fail
---------------------------------------
Key: MNG-1610
URL: http://jira.codehaus.org/browse/MNG-1610
Project: Maven 2
Type: Bug
Components: maven-javadoc-plugin
Versions: 2.0
Environment: Maven 2.0, maven-javadoc-plugin v2.0-beta-2
Reporter: Anuerin Diaz
Using the following configuration
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<locale>en_US</locale>
</configuration>
</plugin>
the javadoc execution fails with:
[INFO] An error has occurred in JavaDocs report generation.
Embedded error: Exit code: 1 - javadoc: option -locale must be first on the
command line.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]