[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1703) Mavenize the docbook build

Mark Newton (JIRA) jira-events at lists.jboss.org
Mon Feb 11 13:50:08 EST 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-1703?page=comments#action_12399156 ] 
            
Mark Newton commented on JBIDE-1703:
------------------------------------

Here are the maven commands you need to build the docs. These should be entered from the directory where you have the pom.xml file:

mvn clean          (this removes the target directory created during the build)
mvn compile          (this processes the DocBook source using XSLT to produce HTML, PDF etc..)
mvn package          (this packages up the various output formats into WAR files so they can be easily deployed on a web server)

It's also possible to chain commands together if you like:

mvn clean compile



> Mavenize the docbook build
> --------------------------
>
>                 Key: JBIDE-1703
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1703
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Build/Releng
>            Reporter: Max Andersen
>         Assigned To: Mark Newton
>             Fix For: 2.1
>
>         Attachments: eclipse.xsl, pom.xml, settings.xml
>
>
> Will give us the standard style + eclipse look'n'feel out of the box

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list