You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/01/09 23:33:47 UTC

svn commit: r733176 - /myfaces/portlet-bridge/core/trunk/api/pom.xml

Author: sobryan
Date: Fri Jan  9 14:33:47 2009
New Revision: 733176

URL: http://svn.apache.org/viewvc?rev=733176&view=rev
Log:
Added a myfaces wagon to, hopefully, update the website

Modified:
    myfaces/portlet-bridge/core/trunk/api/pom.xml

Modified: myfaces/portlet-bridge/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/api/pom.xml?rev=733176&r1=733175&r2=733176&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/api/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/api/pom.xml Fri Jan  9 14:33:47 2009
@@ -58,6 +58,15 @@
 
   <build>
     <plugins>
+        <groupId>org.apache.myfaces.maven</groupId>
+          <artifactId>wagon-maven-plugin</artifactId>
+          <version>1.0.2</version>
+          <configuration>
+            <id>myfaces-nightly-builds</id>
+            <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/1.0/api/apidocs</url>
+            <inputDirectory>target/site/apidocs</inputDirectory>
+          </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>