[ http://jira.codehaus.org/browse/MPXDOC-128?page=comments#action_38206 ]
Daniel Frey commented on MPXDOC-128:
------------------------------------
Ok, a simple adaptation resolved the issue with the model. Adapting project.xml
of the plugin and replace
<dependency>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
<version>1.1</version>
<type>jar</type>
</dependency>
with
<dependency>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
<version>1.1-SNAPSHOT</version>
<type>jar</type>
</dependency>
works fine.
Daniel Frey
> Internationalized Websites
> --------------------------
>
> Key: MPXDOC-128
> URL: http://jira.codehaus.org/browse/MPXDOC-128
> Project: maven-xdoc-plugin
> Type: Improvement
> Versions: 1.9
> Environment: All
> Reporter: Daniel Frey
> Assignee: Arnaud HERITIER
> Attachments: Default language.jpg, French site.jpg, dummy.zip,
> maven-xdoc-plugin-1.9-SNAPSHOT.zip
>
> Original Estimate: 16 hours
> Remaining: 16 hours
>
> Documentation generated by maven xdocs plugin does not support
> internationalization. The main scope therefore is restricted to developers.
> However, end user documentation is as well a very suitable scope for mavens
> web site. I therefore would appreciate an internationalizable xdocs plugin. I
> consider this an important feature, as it opens maven to new people.
--
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]