You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/10/11 23:39:55 UTC

svn commit: r462972 - in /beehive/sandbox/maven2: beehive-archetype-controls/README.txt beehive-archetype-webapp/README.txt maven-apt-compiler/README.txt

Author: ekoneil
Date: Wed Oct 11 14:39:54 2006
New Revision: 462972

URL: http://svn.apache.org/viewvc?view=rev&rev=462972
Log:
Update the Maven2 plugin / archetype READMEs with hints for creating archetype instaces and tweaked documentation.


Added:
    beehive/sandbox/maven2/beehive-archetype-controls/README.txt
    beehive/sandbox/maven2/beehive-archetype-webapp/README.txt
Modified:
    beehive/sandbox/maven2/maven-apt-compiler/README.txt

Added: beehive/sandbox/maven2/beehive-archetype-controls/README.txt
URL: http://svn.apache.org/viewvc/beehive/sandbox/maven2/beehive-archetype-controls/README.txt?view=auto&rev=462972
==============================================================================
--- beehive/sandbox/maven2/beehive-archetype-controls/README.txt (added)
+++ beehive/sandbox/maven2/beehive-archetype-controls/README.txt Wed Oct 11 14:39:54 2006
@@ -0,0 +1,9 @@
+This is a Maven2 archetype for creating a Beehive controls project.
+
+To create an instance of this archetype:
+
+1) Ensure that the beehive-archetype-controls plugin is installed in your Maven repository
+2) Run the command:
+
+mvn archetype:create -DarchetypeGroupId=org.apache.beehive -DarchetypeArtifactId=beehive-archetype-controls \
+                     -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=<groupId> -DartifactId=<artifactId>  

Added: beehive/sandbox/maven2/beehive-archetype-webapp/README.txt
URL: http://svn.apache.org/viewvc/beehive/sandbox/maven2/beehive-archetype-webapp/README.txt?view=auto&rev=462972
==============================================================================
--- beehive/sandbox/maven2/beehive-archetype-webapp/README.txt (added)
+++ beehive/sandbox/maven2/beehive-archetype-webapp/README.txt Wed Oct 11 14:39:54 2006
@@ -0,0 +1,9 @@
+This is a Maven2 archetype for creating a Beehive web application project.
+
+To create an instance of this archetype:
+
+1) Ensure that the beehive-archetype-webapp plugin is installed in your Maven repository
+2) Run the command:
+
+mvn archetype:create -DarchetypeGroupId=org.apache.beehive -DarchetypeArtifactId=beehive-archetype-webapp \
+                     -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=<groupId> -DartifactId=<artifactId>  

Modified: beehive/sandbox/maven2/maven-apt-compiler/README.txt
URL: http://svn.apache.org/viewvc/beehive/sandbox/maven2/maven-apt-compiler/README.txt?view=diff&rev=462972&r1=462971&r2=462972
==============================================================================
--- beehive/sandbox/maven2/maven-apt-compiler/README.txt (original)
+++ beehive/sandbox/maven2/maven-apt-compiler/README.txt Wed Oct 11 14:39:54 2006
@@ -11,7 +11,9 @@
 
 3) Edit the following configuration file:
 
-  .m2\repository\org\apache\maven\plugins\maven-compiler-plugin\2.0\maven-compiler-plugin-2.0.pom
+  .m2\repository\org\apache\maven\plugins\maven-compiler-plugin\$VERSION\maven-compiler-plugin-$VERSION.pom
+
+where $VERSION might be 2.0, 2.0.1, etc.
 
 to add the following block of XML: