[seam-issues] [JBoss JIRA] (SEAM-114) The seam reference manual documentation should clearly state its version

Shane Bryzak (Assigned) (JIRA) jira-events at lists.jboss.org
Thu Dec 8 07:47:41 EST 2011


     [ https://issues.jboss.org/browse/SEAM-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Bryzak reassigned SEAM-114:
---------------------------------

    Assignee: Shane Bryzak

    
> The seam reference manual documentation should clearly state its version
> ------------------------------------------------------------------------
>
>                 Key: SEAM-114
>                 URL: https://issues.jboss.org/browse/SEAM-114
>             Project: Seam 3 Distribution
>          Issue Type: Task
>          Components: Build Infrastructure
>    Affects Versions: 3.1.0.CR1
>            Reporter: Geoffrey De Smet
>            Assignee: Shane Bryzak
>            Priority: Minor
>             Fix For: 3.1.0.Final
>
>
> When I go here
>   http://docs.jboss.org/seam/3/latest/reference/en-US/html_single
> I can't figure out what version it's talking about easily.
> It's pretty easy to automate this so it's automatically correct:
> https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/pom.xml#L275
> {code}
>         <plugin>
>           <groupId>org.jboss.maven.plugins</groupId>
>           <artifactId>maven-jdocbook-plugin</artifactId>
>           <version>2.3.6</version>
>           <extensions>true</extensions>
>           <dependencies>
>             <dependency>
>               <groupId>org.jboss.pressgang</groupId>
>               <artifactId>pressgang-xslt-ns</artifactId>
>               <version>2.0.1</version>
>             </dependency>
>             <dependency>
>               <groupId>org.jboss.pressgang</groupId>
>               <artifactId>pressgang-jdocbook-style</artifactId>
>               <type>jdocbook-style</type>
>               <version>2.0.1</version>
>             </dependency>
>           </dependencies>
>           <configuration>
>             ...
>             <injections>
>               <injection>
>                 <name>project.version</name>
>                 <value>${project.version}</value>
>               </injection>
>             </injections>
>             ...
>           </configuration>
>         </plugin>
> {code}
> https://github.com/droolsjbpm/drools-planner/blob/master/drools-planner-docs/src/main/docbook/en-US/master.xml#L10
> {code}
>  <info>
>     <title>Drools Planner User Guide</title>
>     <releaseinfo>Version &project.version;</releaseinfo>
> ...
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list