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/28 18:16:51 UTC

svn commit: r542257 - /directory/tlp-common/trunk/pom.xml

Author: akarasulu
Date: Mon May 28 09:16:50 2007
New Revision: 542257

URL: http://svn.apache.org/viewvc?view=rev&rev=542257
Log:
revising pom for new configuration

Modified:
    directory/tlp-common/trunk/pom.xml

Modified: directory/tlp-common/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/tlp-common/trunk/pom.xml?view=diff&rev=542257&r1=542256&r2=542257
==============================================================================
--- directory/tlp-common/trunk/pom.xml (original)
+++ directory/tlp-common/trunk/pom.xml Mon May 28 09:16:50 2007
@@ -1,129 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <organization>
-    <name>Apache Directory Project (ApacheDS)</name>
-    <url>http://directory.apache.org</url>
-  </organization>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>build</artifactId>
+    <version>4</version>
+  </parent>
+
   <groupId>org.apache.directory</groupId>
-  <version>1.0.6-SNAPSHOT</version>
+  <version>7</version>
   <artifactId>build</artifactId>
   <name>Apache Directory Build</name>
-  <inceptionYear>2004</inceptionYear>
+  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
-  <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>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </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>
-
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/project</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project</developerConnection>
   </scm>
  
-  <pluginRepositories>
-    <pluginRepository>
-      <id>snapshots</id>
-      <name>snapshot plugins</name>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Plugins</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </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>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-
-    </plugins>
-  </build>
 </project>