You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:49:27 UTC

[myfaces] 28/29: add scpexe protocol, update to maven 3 and small fix when generate site

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 857f6b96b081c3bc751062a2eab99bf17ca49b5d
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Tue Apr 10 19:40:25 2012 +0000

    add scpexe protocol, update to maven 3 and small fix when generate site
---
 .../java/javax/faces/component/html/_HtmlGraphicImage.java    |  2 +-
 pom.xml                                                       | 11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

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 @@ 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
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>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.