You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/15 17:39:45 UTC

svn commit: r431651 - /incubator/adffaces/branches/matzew-rc1-plugins-m1/pom.xml

Author: matzew
Date: Tue Aug 15 10:39:45 2006
New Revision: 431651

URL: http://svn.apache.org/viewvc?rev=431651&view=rev
Log:
some pom stuff

Modified:
    incubator/adffaces/branches/matzew-rc1-plugins-m1/pom.xml

Modified: incubator/adffaces/branches/matzew-rc1-plugins-m1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-rc1-plugins-m1/pom.xml?rev=431651&r1=431650&r2=431651&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-rc1-plugins-m1/pom.xml (original)
+++ incubator/adffaces/branches/matzew-rc1-plugins-m1/pom.xml Tue Aug 15 10:39:45 2006
@@ -164,7 +164,26 @@
     <module>site</module>
   </modules>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <outputEncoding>UTF-8</outputEncoding>
+            <aggregate>true</aggregate>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
   <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://minotaur.apache.org/www/incubator.apache.org/adffaces</url>
+    </site>
     <snapshotRepository>
       <uniqueVersion>false</uniqueVersion>
       <id>apache-maven-snapshots</id>
@@ -188,4 +207,4 @@
 -->
   </distributionManagement>
 
-</project>
+</project>
\ No newline at end of file