You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/07/23 13:35:13 UTC

svn commit: r967051 - /directory/installers/trunk/apacheds/pom.xml

Author: kayyagari
Date: Fri Jul 23 11:35:13 2010
New Revision: 967051

URL: http://svn.apache.org/viewvc?rev=967051&view=rev
Log:
o removed the server-xml artifact unpack plugin 

Modified:
    directory/installers/trunk/apacheds/pom.xml

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=967051&r1=967050&r2=967051&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Fri Jul 23 11:35:13 2010
@@ -1142,33 +1142,5 @@
         </plugin>
       </plugins>
     </pluginManagement>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>unpack-server-xml</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>unpack</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.directory.server</groupId>
-                  <artifactId>apacheds-server-xml</artifactId>
-                  <version>${server.version}</version>
-                  <excludes>serverAuthenticatorInAuthenticationInterceptor.xml,serverJdbmPartition.xml,serverReplicationInterceptor.xml</excludes>
-                </artifactItem>
-              </artifactItems>
-              <outputDirectory>${basedir}/src/main/installers</outputDirectory>
-              <overWriteReleases>true</overWriteReleases>
-              <overWriteSnapshots>true</overWriteSnapshots>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
   </build>
 </project>