You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/13 16:28:58 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Updated the site plugin version to make it more equal to the maven projects build.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop ee75cb7e5 -> 82233e9a6


- Updated the site plugin version to make it more equal to the maven projects build.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/82233e9a
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/82233e9a
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/82233e9a

Branch: refs/heads/develop
Commit: 82233e9a6450e7e182e30bab2d6b6201fb360b30
Parents: ee75cb7
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Sep 13 18:28:52 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Sep 13 18:28:52 2016 +0200

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/82233e9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09978db..1d6df3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,7 +338,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.4</version>
+        <version>3.5.1</version>
         <configuration>
           <generateReports>true</generateReports>
           <generateSitemap>true</generateSitemap>
@@ -346,6 +346,7 @@
           <locales>en</locales>
           <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
           <outputEncoding>${project.reporting.outputencoding}</outputEncoding>
+          <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/flex/content/maven/flexjs/${website.path}</topSiteURL>
           <!-- Configure the asciidoctor configuration -->
           <asciidoc>
             <sourceDirectory>src/site/asciidoc</sourceDirectory>
@@ -390,11 +391,11 @@
             <version>1.3.1</version>
           </dependency>
           <!-- add support for ssh/scp site deployment -->
-          <dependency>
+          <!--dependency>
             <groupId>org.apache.maven.wagon</groupId>
             <artifactId>wagon-ssh</artifactId>
             <version>1.0</version>
-          </dependency>
+          </dependency-->
         </dependencies>
       </plugin>