Author: baranda
Date: Tue Nov  7 12:18:32 2006
New Revision: 472234

URL: http://svn.apache.org/viewvc?view=rev&rev=472234
Log:
Temporary/ugly modifications to the version and distribution management section 
in the pom to deploy to baranda's home, so the myfaces 1.2 implementation can 
depend on this plugin while it is not formally merged and released

Modified:
    incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin/pom.xml

Modified: incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin/pom.xml?view=diff&rev=472234&r1=472233&r2=472234
==============================================================================
--- incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin/pom.xml 
(original)
+++ incubator/adffaces/branches/myfaces-1_2-maven-faces-plugin/pom.xml Tue Nov  
7 12:18:32 2006
@@ -11,7 +11,7 @@
 
   <groupId>org.apache.myfaces.trinidadbuild</groupId>
   <artifactId>maven-faces-plugin</artifactId> 
-  <version>myfaces-2.0-SNAPSHOT</version>
+  <version>baranda-2.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Faces Plugin</name>
 
@@ -68,5 +68,13 @@
       <version>1.2.0_rc2-dev</version>
     </dependency>
   </dependencies>
+
+  <!-- Temporary section to deploy to baranda's repo -->
+  <distributionManagement>
+    <repository>
+      <id>baranda-repo</id>
+      <url>scpexe://people.apache.org/home/baranda/public_html/repo</url>
+    </repository>
+  </distributionManagement>
 
 </project>


Reply via email to