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 2012/04/10 21:40:26 UTC

svn commit: r1311956 - in /myfaces/core/branches/1.1.x: api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java pom.xml

Author: lu4242
Date: Tue Apr 10 19:40:25 2012
New Revision: 1311956

URL: http://svn.apache.org/viewvc?rev=1311956&view=rev
Log:
add scpexe protocol, update to maven 3 and small fix when generate site

Modified:
    myfaces/core/branches/1.1.x/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
    myfaces/core/branches/1.1.x/pom.xml

Modified: myfaces/core/branches/1.1.x/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.1.x/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java?rev=1311956&r1=1311955&r2=1311956&view=diff
==============================================================================
--- myfaces/core/branches/1.1.x/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java (original)
+++ myfaces/core/branches/1.1.x/api/src/main/java/javax/faces/component/html/_HtmlGraphicImage.java Tue Apr 10 19:40:25 2012
@@ -25,7 +25,7 @@ import javax.faces.component.UIGraphic;
  * <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

Modified: myfaces/core/branches/1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.1.x/pom.xml?rev=1311956&r1=1311955&r2=1311956&view=diff
==============================================================================
--- myfaces/core/branches/1.1.x/pom.xml (original)
+++ myfaces/core/branches/1.1.x/pom.xml Tue Apr 10 19:40:25 2012
@@ -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>