You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/05/06 20:36:24 UTC

svn commit: r1100317 - in /sling/trunk/maven/archetypes: launchpad-standalone/README.txt launchpad-standalone/pom.xml launchpad-webapp/README.txt launchpad-webapp/pom.xml servlet/README.txt

Author: justin
Date: Fri May  6 18:36:24 2011
New Revision: 1100317

URL: http://svn.apache.org/viewvc?rev=1100317&view=rev
Log:
adding missing scm info and readmes

Added:
    sling/trunk/maven/archetypes/launchpad-standalone/README.txt
    sling/trunk/maven/archetypes/launchpad-webapp/README.txt
Modified:
    sling/trunk/maven/archetypes/launchpad-standalone/pom.xml
    sling/trunk/maven/archetypes/launchpad-webapp/pom.xml
    sling/trunk/maven/archetypes/servlet/README.txt

Added: sling/trunk/maven/archetypes/launchpad-standalone/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-standalone/README.txt?rev=1100317&view=auto
==============================================================================
--- sling/trunk/maven/archetypes/launchpad-standalone/README.txt (added)
+++ sling/trunk/maven/archetypes/launchpad-standalone/README.txt Fri May  6 18:36:24 2011
@@ -0,0 +1,27 @@
+Sling Servlet Archetype
+
+Maven archetype for Sling Launchpad Standalone applications.
+
+Getting Started
+===============
+
+This component uses a Maven 2 (http://maven.apache.org/) build
+environment. It requires a Java 5 JDK (or higher) and Maven (http://maven.apache.org/)
+2.0.7 or later. We recommend to use the latest Maven version.
+
+If you have Maven 2 installed, you can install the jar into your local Maven repository
+using the following command:
+
+    mvn install
+
+See the Maven 2 documentation for other build features.
+
+The latest source code for this component is available in the
+Subversion (http://subversion.tigris.org/) source repository of
+the Apache Software Foundation. If you have Subversion installed,
+you can checkout the latest source using the following command:
+
+    svn checkout http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone
+
+See the Subversion documentation for other source control features.
+

Modified: sling/trunk/maven/archetypes/launchpad-standalone/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-standalone/pom.xml?rev=1100317&r1=1100316&r2=1100317&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/launchpad-standalone/pom.xml (original)
+++ sling/trunk/maven/archetypes/launchpad-standalone/pom.xml Fri May  6 18:36:24 2011
@@ -24,6 +24,13 @@
     <packaging>maven-archetype</packaging>
     <name>Sling Launchpad Standalone Archetype</name>
     <description>Maven archetype for Sling Launchpad Standalone applications</description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-standalone</url>
+    </scm>
+
     <build>
         <extensions>
             <extension>

Added: sling/trunk/maven/archetypes/launchpad-webapp/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-webapp/README.txt?rev=1100317&view=auto
==============================================================================
--- sling/trunk/maven/archetypes/launchpad-webapp/README.txt (added)
+++ sling/trunk/maven/archetypes/launchpad-webapp/README.txt Fri May  6 18:36:24 2011
@@ -0,0 +1,27 @@
+Sling Servlet Archetype
+
+Maven archetype for Sling Launchpad Webapp applications.
+
+Getting Started
+===============
+
+This component uses a Maven 2 (http://maven.apache.org/) build
+environment. It requires a Java 5 JDK (or higher) and Maven (http://maven.apache.org/)
+2.0.7 or later. We recommend to use the latest Maven version.
+
+If you have Maven 2 installed, you can install the jar into your local Maven repository
+using the following command:
+
+    mvn install
+
+See the Maven 2 documentation for other build features.
+
+The latest source code for this component is available in the
+Subversion (http://subversion.tigris.org/) source repository of
+the Apache Software Foundation. If you have Subversion installed,
+you can checkout the latest source using the following command:
+
+    svn checkout http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-webapp
+
+See the Subversion documentation for other source control features.
+

Modified: sling/trunk/maven/archetypes/launchpad-webapp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-webapp/pom.xml?rev=1100317&r1=1100316&r2=1100317&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/launchpad-webapp/pom.xml (original)
+++ sling/trunk/maven/archetypes/launchpad-webapp/pom.xml Fri May  6 18:36:24 2011
@@ -24,6 +24,13 @@
     <packaging>maven-archetype</packaging>
     <name>Sling Launchpad Webapp Archetype</name>
     <description>Maven archetype for Sling Launchpad Webapp applications</description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-webapp</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-webapp</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-webapp</url>
+    </scm>
+
     <build>
         <extensions>
             <extension>

Modified: sling/trunk/maven/archetypes/servlet/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/README.txt?rev=1100317&r1=1100316&r2=1100317&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/servlet/README.txt (original)
+++ sling/trunk/maven/archetypes/servlet/README.txt Fri May  6 18:36:24 2011
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/initial-content
+    svn checkout http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet
 
 See the Subversion documentation for other source control features.