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 2007/11/22 00:29:49 UTC

svn commit: r597261 - /myfaces/portlet-bridge/trunk/pom.xml

Author: sobryan
Date: Wed Nov 21 15:29:48 2007
New Revision: 597261

URL: http://svn.apache.org/viewvc?rev=597261&view=rev
Log:
Removed unneeded staging repository

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

Modified: myfaces/portlet-bridge/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/pom.xml?rev=597261&r1=597260&r2=597261&view=diff
==============================================================================
--- myfaces/portlet-bridge/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/trunk/pom.xml Wed Nov 21 15:29:48 2007
@@ -153,17 +153,6 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    
-    <repository>
-      <id>myfaces-staging</id>
-      <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
   </repositories>
 
   <!-- Versions and scope of dependencies -->
@@ -370,18 +359,18 @@
           <configuration>
             <outputEncoding>UTF-8</outputEncoding>
           </configuration>
-          <executions>
-            <execution>
-              <phase>package</phase>
-              <id>package</id>
-              <configuration>
-                <generateReports>true</generateReports>
-              </configuration>
-              <goals>
-                <goal>site</goal>
-              </goals>
-            </execution>
-          </executions>
+          <executions>
+            <execution>
+              <phase>package</phase>
+              <id>package</id>
+              <configuration>
+                <generateReports>true</generateReports>
+              </configuration>
+              <goals>
+                <goal>site</goal>
+              </goals>
+            </execution>
+          </executions>
         </plugin>