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/10/19 13:12:38 UTC

flex-site git commit: - Commented out the sitemap plugin as this requires Maven 3.1.1 and buildbot uses 3.0.4

Repository: flex-site
Updated Branches:
  refs/heads/maven-site dd3225186 -> 489b24949


- Commented out the sitemap plugin as this requires Maven 3.1.1 and buildbot uses 3.0.4


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/489b2494
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/489b2494
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/489b2494

Branch: refs/heads/maven-site
Commit: 489b249494a0f33dc3a70d2a3f6292d41827e628
Parents: dd32251
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed Oct 19 15:12:31 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed Oct 19 15:12:31 2016 +0200

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/489b2494/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 44f31bf..b842da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,8 @@
         </dependencies>
       </plugin>
 
-      <plugin>
+      <!-- Removed for now as this plugin requires Maven 3.1.1 or greater, currently buildbot runs on 3.0.4 -->
+      <!--plugin>
         <groupId>com.github.s4u.plugins</groupId>
         <artifactId>sitemapxml-maven-plugin</artifactId>
         <version>1.0.0</version>
@@ -181,7 +182,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
 
       <!--
           Make the maven-site-plugin stage the output in the "asf-site" branch