[ http://jira.codehaus.org/browse/MOJO-250?page=all ]
Carlos Sanchez updated MOJO-250:
--------------------------------
Component: xdoclet
> maven xdoclet documentation contains some errors
> -------------------------------------------------
>
> Key: MOJO-250
> URL: http://jira.codehaus.org/browse/MOJO-250
> Project: Mojo
> Type: Improvement
> Components: xdoclet
> Reporter: Andreas Wuest
> Priority: Minor
>
>
> Hello,
> testing the xdoclet i encountered the following 3 documentation errors
> on the page : http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html
> see comments in the code :
> <plugin>
> <artifactId>xdoclet-maven-plugin</artifactId>
> <groupId>org.codehaus.mojo</groupId>
> <version>1.0-alpha-1</version> <= version is also not up to
> date
> <executions>
> <execution>
> <phase>generate-sources</phase>
> <goals>
> <goal>xdoclet</goal>
> </goals>
> <configuration>
> <tasks>
> <!-- example : -->
> <ejbdoclet destdir="${project.build.outputDirectory}">
> <fileset dir="${basedir}/src/main/java" includes="**/*Bean.java"/>
> <entitycmp destDir="${project.build.outputDirectory}"/>
> <deploymentdescriptor
> destDir="${project.build.outputDirectory}"/META-INF"
> <= bad attribute value
> />
> </ejbdoclet>
> </tasks>
> </configuration>
> </goal> <= bad closing tag
> </goals> <= bad closing tag
> </plugin>
> regards,
> Andreas
--
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