You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/09/08 08:28:55 UTC

svn commit: r1759758 - /uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml

Author: pkluegl
Date: Thu Sep  8 08:28:55 2016
New Revision: 1759758

URL: http://svn.apache.org/viewvc?rev=1759758&view=rev
Log:
no jira - fixed pdf overflow in section 4.4

Modified:
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml?rev=1759758&r1=1759757&r2=1759758&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml Thu Sep  8 08:28:55 2016
@@ -515,9 +515,12 @@ The|DT rabbit|NN made|VBD up|RP this|DT
       A UIMA Ruta project are created with following command using the the archetype (in one line): 
     </para>  
     
-    <programlisting><![CDATA[mvn archetype:generate -DarchetypeGroupId=org.apache.uima 
-    -DarchetypeArtifactId=ruta-maven-archetype -DarchetypeVersion=<ruta-version>
-    -DgroupId=<package> -DartifactId=<project-name>]]></programlisting>
+    <programlisting><![CDATA[mvn archetype:generate 
+    -DarchetypeGroupId=org.apache.uima 
+    -DarchetypeArtifactId=ruta-maven-archetype 
+    -DarchetypeVersion=<ruta-version>
+    -DgroupId=<package> 
+    -DartifactId=<project-name>]]></programlisting>
     
     <para>
       The placeholders need to be replaced with the corresponding values. This could look like: