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 2010/10/15 16:28:07 UTC

svn commit: r1022937 - in /sling/trunk/maven/archetypes: initial-content/README.txt initial-content/pom.xml servlet/README.txt servlet/pom.xml

Author: justin
Date: Fri Oct 15 14:28:06 2010
New Revision: 1022937

URL: http://svn.apache.org/viewvc?rev=1022937&view=rev
Log:
adding README files

Added:
    sling/trunk/maven/archetypes/initial-content/README.txt
    sling/trunk/maven/archetypes/servlet/README.txt
Modified:
    sling/trunk/maven/archetypes/initial-content/pom.xml
    sling/trunk/maven/archetypes/servlet/pom.xml

Added: sling/trunk/maven/archetypes/initial-content/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/initial-content/README.txt?rev=1022937&view=auto
==============================================================================
--- sling/trunk/maven/archetypes/initial-content/README.txt (added)
+++ sling/trunk/maven/archetypes/initial-content/README.txt Fri Oct 15 14:28:06 2010
@@ -0,0 +1,27 @@
+Sling Initial Content Archetype
+
+Maven archetype for initial content.
+
+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/initial-content
+
+See the Subversion documentation for other source control features.
+

Modified: sling/trunk/maven/archetypes/initial-content/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/initial-content/pom.xml?rev=1022937&r1=1022936&r2=1022937&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/initial-content/pom.xml (original)
+++ sling/trunk/maven/archetypes/initial-content/pom.xml Fri Oct 15 14:28:06 2010
@@ -25,12 +25,20 @@
         <version>10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
-    <groupId>org.apache.sling</groupId>
+
     <artifactId>sling-initial-content-archetype</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
+
     <name>Sling Initial Content Archetype</name>
     <description>Maven archetype for initial content</description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/initial-content</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/initial-content</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/initial-content</url>
+    </scm>
+
     <build>
         <extensions>
             <extension>
@@ -47,4 +55,24 @@
             </plugin>
         </plugins>
     </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <version>2.5.1</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <!-- No javadocs -->
+                    <excludePackageNames>
+                        org.apache.sling
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>

Added: sling/trunk/maven/archetypes/servlet/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/README.txt?rev=1022937&view=auto
==============================================================================
--- sling/trunk/maven/archetypes/servlet/README.txt (added)
+++ sling/trunk/maven/archetypes/servlet/README.txt Fri Oct 15 14:28:06 2010
@@ -0,0 +1,27 @@
+Sling Servlet Archetype
+
+Maven archetype for Sling Servlets.
+
+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/initial-content
+
+See the Subversion documentation for other source control features.
+

Modified: sling/trunk/maven/archetypes/servlet/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/pom.xml?rev=1022937&r1=1022936&r2=1022937&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/servlet/pom.xml (original)
+++ sling/trunk/maven/archetypes/servlet/pom.xml Fri Oct 15 14:28:06 2010
@@ -25,12 +25,21 @@
         <version>10-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
+
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-servlet-archetype</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
+
     <name>Sling Servlet Archetype</name>
     <description>Maven archetype for Sling Servlets</description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet</url>
+    </scm>
+
     <build>
         <extensions>
             <extension>
@@ -47,4 +56,24 @@
             </plugin>
         </plugins>
     </build>
+
+        <reporting>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-plugin-plugin</artifactId>
+                    <version>2.5.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <configuration>
+                        <!-- No javadocs -->
+                        <excludePackageNames>
+                            org.apache.sling
+                        </excludePackageNames>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </reporting>
 </project>