Author: akarasulu
Date: Sun Feb 27 23:48:25 2011
New Revision: 1075182
URL: http://svn.apache.org/viewvc?rev=1075182&view=rev
Log:
DIRSHARED-94: setting up scaffolding for the architype that creates control and extended req/resp
projects
Added:
directory/shared/branches/akarasulu/ldap-extras/archetype/
directory/shared/branches/akarasulu/ldap-extras/archetype/pom.xml
directory/shared/branches/akarasulu/ldap-extras/archetype/src/
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/META-INF/
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/META-INF/maven/
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/META-INF/maven/archetype.xml
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/archetype-resources/
directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/archetype-resources/pom.xml
Added: directory/shared/branches/akarasulu/ldap-extras/archetype/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/akarasulu/ldap-extras/archetype/pom.xml?rev=1075182&view=auto
==============================================================================
--- directory/shared/branches/akarasulu/ldap-extras/archetype/pom.xml (added)
+++ directory/shared/branches/akarasulu/ldap-extras/archetype/pom.xml Sun Feb 27 23:48:25
2011
@@ -0,0 +1,52 @@
+<?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.
+-->
+<!-- $Rev: $ $Date: $ -->
+<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.shared</groupId>
+ <artifactId>shared-parent</artifactId>
+ <version>1.0.0-M2-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>shared-ldap-extras-archetype</artifactId>
+ <name>Apache Directory Shared LDAP Extras Archetype</name>
+ <inceptionYear>2003</inceptionYear>
+ <packaging>pom</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/directory/shared/trunk/ldap-extras</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap-extras</developerConnection>
+ <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap-extras</url>
+ </scm>
+
+</project>
Added: directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/META-INF/maven/archetype.xml?rev=1075182&view=auto
==============================================================================
(empty)
Added: directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/archetype-resources/pom.xml?rev=1075182&view=auto
==============================================================================
--- directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/archetype-resources/pom.xml
(added)
+++ directory/shared/branches/akarasulu/ldap-extras/archetype/src/main/resources/archetype-resources/pom.xml
Sun Feb 27 23:48:25 2011
@@ -0,0 +1,105 @@
+<?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.
+-->
+<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.shared</groupId>
+ <artifactId>shared-ldap-extras-parent</artifactId>
+ <version>1.0.0-M2-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>shared-ldap-extras-codec</artifactId>
+ <name>Apache Directory Shared LDAP Extras Codec</name>
+ <packaging>bundle</packaging>
+ <description>
+ An LDAP extension module containing additional controls and
+ extended operations to be used with the Apache Directory Poject's
+ LDAP API.
+ </description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.directory.junit</groupId>
+ <artifactId>junit-addons</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.directory.shared</groupId>
+ <artifactId>shared-ldap-codec</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <systemPropertyVariables>
+ <workingDirectory>${basedir}/target</workingDirectory>
+ <felix.cache.rootdir>
+ ${project.build.directory}
+ </felix.cache.rootdir>
+ <felix.cache.locking>
+ false
+ </felix.cache.locking>
+ <org.osgi.framework.storage>
+ ${project.build.directory}/osgi-cache
+ </org.osgi.framework.storage>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <inherited>true</inherited>
+ <extensions>true</extensions>
+ <configuration>
+ <manifestLocation>META-INF</manifestLocation>
+ <instructions>
+ <Bundle-SymbolicName>${project.groupId}.ldap.extras.codec</Bundle-SymbolicName>
+ <Bundle-Activator>
+ org.apache.directory.shared.ldap.extras.ExtrasBundleActivator
+ </Bundle-Activator>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
|