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/20 15:36:52 UTC

svn commit: r706278 - /directory/sandbox/felixk/embed-apacheds-archetype/archetype-catalog.xml

Author: felixk
Date: Mon Oct 20 06:36:52 2008
New Revision: 706278

URL: http://svn.apache.org/viewvc?rev=706278&view=rev
Log:
Add archetype-catalog definition.
If the snapshot is available on the CI server a new project can be created by
'mvn archetype:generate -DarchetypeCatalog=http://vm094.oxylos.org'
If once matured from sandbox this can be moved to directory.a.o.

If once released and the main archetype-catalog file is patched a new project can be created by
'mvn archetype:generate' and choosing the wanted type 'apacheds-webapp'

Added:
    directory/sandbox/felixk/embed-apacheds-archetype/archetype-catalog.xml   (with props)

Added: directory/sandbox/felixk/embed-apacheds-archetype/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/embed-apacheds-archetype/archetype-catalog.xml?rev=706278&view=auto
==============================================================================
--- directory/sandbox/felixk/embed-apacheds-archetype/archetype-catalog.xml (added)
+++ directory/sandbox/felixk/embed-apacheds-archetype/archetype-catalog.xml Mon Oct 20 06:36:52 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!-- 
+  For now this is available at http://vm094.oxylos.org/archetype-catalog.xml
+  When official this file can be placed at http://directory.apache.org/archetype-catalog.xml
+  and added (patch) to 
+  http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
+ -->
+<archetype-catalog>
+  <archetypes>
+    <archetype>
+      <groupId>org.apache.directory</groupId>
+      <artifactId>apacheds-webapp</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <!-- FIX ME after the first release
+      <version>RELEASE</version>
+       -->
+      <description>Creates ApacheDS as an embedded Web Application</description>
+    </archetype>
+  </archetypes>
+</archetype-catalog>
\ No newline at end of file

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

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