You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/05/23 04:22:42 UTC

svn commit: r540806 - /directory/apacheds/branches/1.0-with-dependencies/pom.xml

Author: akarasulu
Date: Tue May 22 19:22:41 2007
New Revision: 540806

URL: http://svn.apache.org/viewvc?view=rev&rev=540806
Log:
creating new placeholder pom to kick off builds of dependencies for apacheds 1.0 branch

Modified:
    directory/apacheds/branches/1.0-with-dependencies/pom.xml

Modified: directory/apacheds/branches/1.0-with-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/1.0-with-dependencies/pom.xml?view=diff&rev=540806&r1=540805&r2=540806
==============================================================================
--- directory/apacheds/branches/1.0-with-dependencies/pom.xml (original)
+++ directory/apacheds/branches/1.0-with-dependencies/pom.xml Tue May 22 19:22:41 2007
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.directory</groupId>
-  <version>1.0.5</version>
-  <artifactId>build</artifactId>
-  <name>Apache Directory Build</name>
+  <groupId>org.apache.directory.server</groupId>
+  <version>1.0</version>
+  <artifactId>1.0-with-dependencies</artifactId>
+  <name>ApacheDS 1.0 Build With Dependencies</name>
   <inceptionYear>2004</inceptionYear>
   <packaging>pom</packaging>
   <modules>
@@ -12,102 +12,4 @@
     <module>shared</module>
     <module>daemon</module>
   </modules>
-  <dependencies>
-   <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <repositories>
-    <!-- For snapshots (no release jars or non-apache jars) -->
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/maven-snapshot-repository</url>
-    </repository>
-    
-    <!-- Temp repo for 3rd party jars that are not in ibiblio.org yet.-->
-    <!-- Artifacts in repo should be requested for ibiblio upload &   -->
-    <!-- removed from this repository - this repo will disappear.     -->
-    <repository>
-      <id>safehaus</id>
-      <name>Alternate Repository for Missing Ibiblio Artifacts</name>
-      <url>http://m2.safehaus.org</url>
-    </repository>
-  </repositories>
-
-  <pluginRepositories>
-    <pluginRepository>
-      <id>snapshots</id>
-      <name>snapshot plugins</name>
-      <url>http://snapshots.repository.codehaus.org</url>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Plugins</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </pluginRepository>
-  </pluginRepositories>
-
-  <distributionManagement>
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <url>
-        scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
-      </url>
-    </snapshotRepository>
-    <repository>
-      <name>ASF Mirrored M2 Distributions</name>
-      <id>apache.snapshots</id>
-      <url>
-        scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
-      </url>
-    </repository>
-
-  </distributionManagement>
-
-  <licenses>
-    <license>
-      <name>Apache Software License 2.0</name>
-      <url>http://directory.apache.org/license.html</url>
-    </license>
-  </licenses>
-
-  <build>
-    <!--pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-      </plugins>
-    </pluginManagement-->
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.1</version>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-    
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/branches/1.0-with-dependencies</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/branches/1.0-with-dependencies</developerConnection>
-  </scm>
-
 </project>