Removed wrong configuration for deploy plugin and scm.

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/trunk@1080295 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ldap/client/pom.xml b/ldap/client/pom.xml
index b376b56..9d435b0 100644
--- a/ldap/client/pom.xml
+++ b/ldap/client/pom.xml
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-client-parent</artifactId>
   <name>Apache Directory Shared LDAP Client Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -36,22 +35,4 @@
     <module>api</module>
   </modules>
 
-  <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/client</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/client</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client</url>
-  </scm>
-
 </project>
diff --git a/ldap/codec/pom.xml b/ldap/codec/pom.xml
index fa59783..5f2e66c 100644
--- a/ldap/codec/pom.xml
+++ b/ldap/codec/pom.xml
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-codec-parent</artifactId>
   <name>Apache Directory Shared LDAP Codec Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -36,22 +35,4 @@
     <module>standalone</module>
   </modules>
 
-  <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/codec</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/codec</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec</url>
-  </scm>
-
 </project>
diff --git a/ldap/extras/pom.xml b/ldap/extras/pom.xml
index 68f1739..8fb3d68 100644
--- a/ldap/extras/pom.xml
+++ b/ldap/extras/pom.xml
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-extras-parent</artifactId>
   <name>Apache Directory Shared LDAP Extras</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -40,22 +39,4 @@
     <module>util</module>
   </modules>
 
-  <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>
diff --git a/ldap/net/pom.xml b/ldap/net/pom.xml
index f0705b7..fc415e6 100644
--- a/ldap/net/pom.xml
+++ b/ldap/net/pom.xml
@@ -28,29 +28,10 @@
   
   <artifactId>shared-ldap-net-parent</artifactId>
   <name>Apache Directory Shared LDAP Net Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
     <module>mina</module>
   </modules>
 
-  <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/net</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/net</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/net</url>
-  </scm>
-
 </project>
diff --git a/ldap/schema/pom.xml b/ldap/schema/pom.xml
index 2d06fe1..691a60f 100644
--- a/ldap/schema/pom.xml
+++ b/ldap/schema/pom.xml
@@ -28,7 +28,6 @@
   
   <artifactId>shared-ldap-schema-parent</artifactId>
   <name>Apache Directory Shared LDAP Schema Parent</name>
-  <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <modules>
@@ -36,22 +35,4 @@
     <module>converter</module>
   </modules>
 
-  <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/schema</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/shared/trunk/ldap/schema</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema</url>
-  </scm>
-
 </project>