Author: simonetripodi
Date: Fri Jan 13 10:21:19 2012
New Revision: 1230976
URL: http://svn.apache.org/viewvc?rev=1230976&view=rev
Log:
site *source* can be safety stay with the rest of the sources, let's keep the
site space to deploy generated pages - if there is the need of deploying the
site on svn
Added:
incubator/any23/trunk/src/
- copied from r1230642, incubator/any23/site/src/
Removed:
incubator/any23/site/pom.xml
incubator/any23/site/src/
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1230976&r1=1230975&r2=1230976&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Fri Jan 13 10:21:19 2012
@@ -588,9 +588,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
- <configuration>
- <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
- </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>