add scpexe protocol, update to maven 3 and small fix when generate site
diff --git a/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java b/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
index f6f113c..767127e 100644
--- a/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
+++ b/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
@@ -25,7 +25,7 @@
  * <p>
  * Unless otherwise specified, all attributes accept static values
  * or EL expressions.
- * <p>
+ * </p>
  * see Javadoc of <a href="http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/index.html">JSF Specification</a>
  *
  * @JSFComponent
diff --git a/pom.xml b/pom.xml
index 7b4dfe5..411c5d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,15 @@
     </properties>
 
     <build>
+
+        <!-- Since Maven 3.0, this is required to add scpexe as protocol for deploy. -->
+        <extensions>
+          <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh-external</artifactId>
+            <version>1.0-beta-7</version>
+          </extension>
+        </extensions>
         
         <plugins>
 
@@ -118,7 +127,7 @@
                 <plugin>
                     <groupId>org.apache.myfaces.buildtools</groupId>
                     <artifactId>myfaces-builder-plugin</artifactId>
-                    <version>1.0.3</version>
+                    <version>1.0.10</version>
                 </plugin>
                 
                 <plugin>