You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/01/22 00:50:15 UTC

svn commit: r371139 - in /directory/trunks/apacheds: plugin/pom.xml pom.xml src/site/resources/images/

Author: ersiner
Date: Sat Jan 21 15:50:07 2006
New Revision: 371139

URL: http://svn.apache.org/viewcvs?rev=371139&view=rev
Log:
Making progress with help from Brett.
The build is successfull only with trunk versions of maven site plugins.

Added:
    directory/trunks/apacheds/src/site/resources/images/
      - copied from r371076, directory/trunks/site/src/site/resources/images/
Modified:
    directory/trunks/apacheds/plugin/pom.xml
    directory/trunks/apacheds/pom.xml

Modified: directory/trunks/apacheds/plugin/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/plugin/pom.xml?rev=371139&r1=371138&r2=371139&view=diff
==============================================================================
--- directory/trunks/apacheds/plugin/pom.xml (original)
+++ directory/trunks/apacheds/plugin/pom.xml Sat Jan 21 15:50:07 2006
@@ -16,7 +16,7 @@
   <distributionManagement>
     <site>
       <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/apacheds/projects/apacheds-plugin/</url>
+      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/apacheds/projects/maven-directory-plugin/</url>
     </site>
   </distributionManagement> 
   <dependencies>

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=371139&r1=371138&r2=371139&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Sat Jan 21 15:50:07 2006
@@ -40,9 +40,12 @@
     <plugins>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-4</version>
+        <version>2.0-SNAPSHOT</version>
       </plugin>
     </plugins>
   </build>
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+  </reporting>
 
 </project>