Author: dennisl
Date: Sun Aug  3 12:10:34 2008
New Revision: 682200

URL: http://svn.apache.org/viewvc?rev=682200&view=rev
Log:
o Add maven-filtering.
o Configure a stagingSiteURL for the Site plugin.

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=682200&r1=682199&r2=682200&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Sun Aug  3 12:10:34 2008
@@ -57,6 +57,7 @@
     <module>maven-dependency-tree</module>
     <module>maven-downloader</module>
     <module>maven-doxia-tools</module>
+    <module>maven-filtering</module>
     <module>maven-invoker</module>
     <module>maven-model-converter</module>
     <module>maven-osgi</module>
@@ -86,6 +87,12 @@
             
<tagBase>https://svn.apache.org/repos/asf/maven/shared/tags</tagBase>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/shared/${project.artifactId}-${project.version}</stagingSiteURL>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>


Reply via email to