[weld-issues] [JBoss JIRA] Closed: (WELD-509) weld-parent POM should specify maven standard directory for docbook folder
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu May 27 09:09:08 EDT 2010
[ https://jira.jboss.org/browse/WELD-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir closed WELD-509.
--------------------------
Assignee: Pete Muir
Resolution: Done
> weld-parent POM should specify maven standard directory for docbook folder
> --------------------------------------------------------------------------
>
> Key: WELD-509
> URL: https://jira.jboss.org/browse/WELD-509
> Project: Weld
> Issue Type: Task
> Components: Infrastructure
> Reporter: Lincoln Baxter III
> Assignee: Pete Muir
> Priority: Minor
> Fix For: 1.0.2.CR1
>
>
> To follow the Maven way, we want to put the docbook source in src/main/docbook. However, Weld is configured to put the sources right at the root.
> current Weld way: docs/reference/en-US/*.xml
> the way it should be: docs/reference/src/main/docbook/en-US/*.xml
> The <sourceDirectory> element needs to be added:
> <plugin>
> <groupId>org.jboss.maven.plugins</groupId>
> <artifactId>maven-jdocbook-plugin</artifactId>
> ...
> <configuration>
> <sourceDirectory>${project.basedir}/src/main/docbook</sourceDirectory>
> <sourceDocumentName>master.xml</sourceDocumentName>
> <masterTranslation>en-US</masterTranslation>
> ...
> </configuration>
> ...
> </plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list