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/07/12 07:04:20 UTC

svn commit: r555492 - in /directory/apacheds/trunk: server-installers/pom.xml server-main/ server-main/pom.xml server-xml/

Author: akarasulu
Date: Wed Jul 11 22:04:19 2007
New Revision: 555492

URL: http://svn.apache.org/viewvc?view=rev&rev=555492
Log:
some tweaks to pom for allowing overwrites of server.xml and ignores

Modified:
    directory/apacheds/trunk/server-installers/pom.xml
    directory/apacheds/trunk/server-main/   (props changed)
    directory/apacheds/trunk/server-main/pom.xml
    directory/apacheds/trunk/server-xml/   (props changed)

Modified: directory/apacheds/trunk/server-installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/pom.xml?view=diff&rev=555492&r1=555491&r2=555492
==============================================================================
--- directory/apacheds/trunk/server-installers/pom.xml (original)
+++ directory/apacheds/trunk/server-installers/pom.xml Wed Jul 11 22:04:19 2007
@@ -334,6 +334,8 @@
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${basedir}/src/main/installers</outputDirectory>
+              <overWriteReleases>true</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
             </configuration>
           </execution>
         </executions>

Propchange: directory/apacheds/trunk/server-main/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jul 11 22:04:19 2007
@@ -1,3 +1,4 @@
+server.xml
 META-INF
 server-work
 example.com

Modified: directory/apacheds/trunk/server-main/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-main/pom.xml?view=diff&rev=555492&r1=555491&r2=555492
==============================================================================
--- directory/apacheds/trunk/server-main/pom.xml (original)
+++ directory/apacheds/trunk/server-main/pom.xml Wed Jul 11 22:04:19 2007
@@ -110,9 +110,12 @@
                   <groupId>${pom.groupId}</groupId>
                   <artifactId>apacheds-server-xml</artifactId>
                   <version>${pom.version}</version>
+                  <overWrite>true</overWrite>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${basedir}</outputDirectory>
+              <overWriteReleases>true</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
             </configuration>
           </execution>
         </executions>

Propchange: directory/apacheds/trunk/server-xml/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul 11 22:04:19 2007
@@ -0,0 +1,4 @@
+target
+.settings
+.classpath
+.project