You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2013/04/02 04:31:20 UTC

svn commit: r1463364 - in /myfaces/site/trunk: pom.xml src/site/apt/index.apt

Author: lu4242
Date: Tue Apr  2 02:31:19 2013
New Revision: 1463364

URL: http://svn.apache.org/r1463364
Log:
extval release

Modified:
    myfaces/site/trunk/pom.xml
    myfaces/site/trunk/src/site/apt/index.apt

Modified: myfaces/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/pom.xml?rev=1463364&r1=1463363&r2=1463364&view=diff
==============================================================================
--- myfaces/site/trunk/pom.xml (original)
+++ myfaces/site/trunk/pom.xml Tue Apr  2 02:31:19 2013
@@ -34,23 +34,54 @@
   <description>This is the MyFaces Site</description>
   <url>http://myfaces.apache.org</url>
 
+  <properties>
+    <site.mainDirectory>${user.home}/myfaces-site/checkout</site.mainDirectory>
+    <siteContent.path>${user.home}/myfaces-site/site</siteContent.path>
+    <!-- it's a default location for performance reason (not checkout the content all the time)
+         you can override this value in your settings. -->
+    <scmCheckout.path>\${site.mainDirectory}</scmCheckout.path>
+    <siteDeploy.url>file://${user.home}/myfaces-site/site</siteDeploy.url>
+  </properties>
+
   <build>
     <defaultGoal>site</defaultGoal>
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-beta-7</version>
+        <version>2.2</version>
       </extension>
     </extensions>
     <pluginManagement>
         <plugins>
           <plugin>
             <artifactId>maven-site-plugin</artifactId>
-            <version>3.0</version>
+            <version>3.1</version>
           </plugin>
         </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <version>1.0-beta-1</version>
+        <configuration>
+          <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/publish/</pubScmUrl>
+          <tryUpdate>true</tryUpdate>
+          <checkoutDirectory>${scmCheckout.path}</checkoutDirectory>
+          <content>\${siteContent.path}</content>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <stagingRepositoryId>myfaces-local-staging</stagingRepositoryId>
+          <stagingSiteURL>${siteDeploy.url}</stagingSiteURL>
+        </configuration>
+      </plugin>
+    </plugins>
+
   </build>
   <reporting>
       <plugins>
@@ -65,7 +96,7 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/site/trunk</url>
   </scm>
-
+<!--
   <distributionManagement>
     <site>
       <id>apache.website</id>
@@ -73,6 +104,14 @@
       <url>scpexe://people.apache.org/www/myfaces.apache.org</url>
     </site>
   </distributionManagement>
-
+-->
+  <distributionManagement>
+    <site>
+      <id>myfaces-local-staging</id>
+      <name>Apache Website</name>
+      <url>scp://localhost/home/lu4242/myfaces-site</url>
+    </site>
+  </distributionManagement>
+  
 </project>
 

Modified: myfaces/site/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/apt/index.apt?rev=1463364&r1=1463363&r2=1463364&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/apt/index.apt (original)
+++ myfaces/site/trunk/src/site/apt/index.apt Tue Apr  2 02:31:19 2013
@@ -31,6 +31,16 @@ Welcome to the Apache MyFaces Project
 
     * Follow us on twitter! {{{http://twitter.com/MyFacesTeam}@MyFacesTeam}}
 
+March 5, 2013 - MyFaces Extensions Validator 2.0.7 Released
+
+   MyFaces Extensions Validator (aka MyFaces ExtVal) has been released.
+
+   The project is available at:
+   {{{http://myfaces.apache.org/extensions/validator}http://myfaces.apache.org/extensions/validator}}
+
+   Release notes can be found
+   {{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&version=12323488}here}}
+
 November 28, 2012 - MyFaces Core 2.1.10, 2.0.16 released
 
    MyFaces Core 2.1.10, 2.0.16 have been released. It is available from the