You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/10/08 08:43:31 UTC

svn commit: r702733 - in /directory/sandbox/felixk/embed-apacheds-archetype: pom.xml src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

Author: felixk
Date: Tue Oct  7 23:43:31 2008
New Revision: 702733

URL: http://svn.apache.org/viewvc?rev=702733&view=rev
Log:
Add some documentation

Added:
    directory/sandbox/felixk/embed-apacheds-archetype/src/site/
    directory/sandbox/felixk/embed-apacheds-archetype/src/site/apt/
    directory/sandbox/felixk/embed-apacheds-archetype/src/site/apt/index.apt
    directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml   (with props)
Modified:
    directory/sandbox/felixk/embed-apacheds-archetype/pom.xml

Modified: directory/sandbox/felixk/embed-apacheds-archetype/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/embed-apacheds-archetype/pom.xml?rev=702733&r1=702732&r2=702733&view=diff
==============================================================================
--- directory/sandbox/felixk/embed-apacheds-archetype/pom.xml (original)
+++ directory/sandbox/felixk/embed-apacheds-archetype/pom.xml Tue Oct  7 23:43:31 2008
@@ -17,13 +17,28 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.directory.project</groupId>
+    <artifactId>project</artifactId>
+    <version>13</version>
+  </parent>
+
   <groupId>org.apache.directory</groupId>
   <artifactId>embed-apacheds-archetype</artifactId>
   <packaging>maven-archetype</packaging>
   <name>Archetype to embed ApacheDS as a Web Application</name>
   <version>1.0-SNAPSHOT</version>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/sandbox/felixk/embed-apacheds-archetype/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/sandbox/felixk/embed-apacheds-archetype/</developerConnection>
+    <url>https://svn.apache.org/repos/asf/directory/sandbox/felixk/embed-apacheds-archetype/</url>
+  </scm>
+
   <build>
     <extensions>
       <extension>
@@ -40,4 +55,8 @@
       </plugin>
     </plugins>
   </build>
+  
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+  </reporting>
 </project>
\ No newline at end of file

Added: directory/sandbox/felixk/embed-apacheds-archetype/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/embed-apacheds-archetype/src/site/apt/index.apt?rev=702733&view=auto
==============================================================================
--- directory/sandbox/felixk/embed-apacheds-archetype/src/site/apt/index.apt (added)
+++ directory/sandbox/felixk/embed-apacheds-archetype/src/site/apt/index.apt Tue Oct  7 23:43:31 2008
@@ -0,0 +1,48 @@
+ ------
+ Introduction
+ ------
+ 
+ ------
+ 08 October 2008
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~     http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+
+ApacheDS Archetype Plugin
+
+ The ApacheDS Archetype Plugin allows the user to create a webapp project
+ with an embed ApacheDS.
+
+
+* Usage
+
+  Change to your preferred location to create the new project and execute following command:
+
++---
+mvn archetype:generate \
+  -DgroupId=org.example \
+  -DartifactId=myProject \
+  -Dversion=1.0-SNAPSHOT \
+  -DarchetypeGroupId=org.apache.directory \
+  -DarchetypeArtifactId=embed-apacheds \
+  -DarchetypeVersion=1.0-SNAPSHOT
++---
\ No newline at end of file

Added: directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml?rev=702733&view=auto
==============================================================================
--- directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml (added)
+++ directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml Tue Oct  7 23:43:31 2008
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://directory.apache.org/staticresources/images/server-icon_128x128.png</src>
+    <href>http://directory.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+  </bannerRight>
+  <publishDate format="dd MMM yyyy" position="left" />
+  <version position="left" />
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Directory" href="http://directory.apache.org/"/>
+    </links>
+
+    <menu name="Overview">
+      <item name="Introduction" href="/index.html"/>
+    </menu>
+    <menu ref="reports" />
+  </body>
+</project>

Propchange: directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/sandbox/felixk/embed-apacheds-archetype/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Id