Author: msorokin
Date: 2009-05-19 06:29:11 -0400 (Tue, 19 May 2009)
New Revision: 15341
Modified:
trunk/documentation/jboss-tools-docs-archetype/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBDS-708
Archetype is created
Modified: trunk/documentation/jboss-tools-docs-archetype/readme.txt
===================================================================
--- trunk/documentation/jboss-tools-docs-archetype/readme.txt 2009-05-19 09:16:36 UTC (rev
15340)
+++ trunk/documentation/jboss-tools-docs-archetype/readme.txt 2009-05-19 10:29:11 UTC (rev
15341)
@@ -1,8 +1,8 @@
jboss-tools-docs-archetype
-The "jboss-tools-docs-archetype" archetype help create a skeleton for a new
guide. To use it you need to take a few simple steps:
+The "jboss-tools-docs-archetype" archetype helps create a skeleton for a new
guide. To use it you need to take a few simple steps:
1. Build the archetype in the current folder with "mvn install"
2. Navigate to the folder with the new plugin for which you want to make a new guide.
-3. Create the docs folder
+3. Create the docs folder. If the folder already exists just proceed to the next step.
4. CD to docs folder
5. Run mvn "archetype:generate -DarchetypeGroupId=org.jboss.tools
-DarchetypeArtifactId=jboss-tools-docs-archetype -DarchetypeVersion=1.0-SNAPSHOT
-DartifactId=XXX_Guide -DgroupId=org.jboss.tools"
6. That's it. A new guide is created. You can build it (CD to XXX_Guide directory and
run "mvn install" ) to see that everything's ok.