[weld-commits] Weld SVN: r6623 - archetypes.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Mon Jul 12 02:39:38 EDT 2010
Author: dan.j.allen
Date: 2010-07-12 02:39:38 -0400 (Mon, 12 Jul 2010)
New Revision: 6623
Modified:
archetypes/about.txt
Log:
more detail about the archetypes repository
Modified: archetypes/about.txt
===================================================================
--- archetypes/about.txt 2010-07-12 06:26:57 UTC (rev 6622)
+++ archetypes/about.txt 2010-07-12 06:39:38 UTC (rev 6623)
@@ -2,5 +2,24 @@
http://seamframework.org/Documentation/WeldQuickstartForMavenUsers
-Each archetype has its own SVN root (trunk, tags, branches). The root tags and
-branches directories contain past releases and the old structure.
+Each archetype has its own SVN root (trunk, tags, branches)*.
+
+name-of-archetype/
+ trunk/
+ tags/
+ branches/
+
+The trunk/ of an archetype contains a prototype project. The archetype source is
+generated from the project dynamically using the archetype:create-from-project
+goal. Due to some limitations with this plugin, a script is used to execute
+this goal and amend the generated source.
+
+The tags/ of an archetype contains only the archetype source. It's a
+snapshot in time of the prototype project translated into an archetype and
+matches the archetype that is published to Maven central.
+
+The branches/ of an archetype will contain the prototype project for past major
+version lines.
+
+* The tags/ and branches/ adjacent to the named archetype directories
+contain past releases with the old structure.
More information about the weld-commits
mailing list