Author: coheigea
Date: Fri May 11 11:11:47 2012
New Revision: 1337111

URL: http://svn.apache.org/viewvc?rev=1337111&view=rev
Log:
Removed tabs from pom and re-indented.

Modified:
    cxf/fediz/trunk/examples/simpleWebapp/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml
    cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml
    cxf/fediz/trunk/plugins/core/pom.xml
    cxf/fediz/trunk/plugins/tomcat/pom.xml
    cxf/fediz/trunk/pom.xml
    cxf/fediz/trunk/services/idp/pom.xml
    cxf/fediz/trunk/services/sts/pom.xml

Modified: cxf/fediz/trunk/examples/simpleWebapp/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/simpleWebapp/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/simpleWebapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/simpleWebapp/pom.xml Fri May 11 11:11:47 2012
@@ -20,31 +20,31 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-    <modelVersion>4.0.0</modelVersion>
-   <parent>
-       <groupId>org.apache.cxf.fediz.examples</groupId>
-       <artifactId>examples</artifactId>
-       <version>0.6-SNAPSHOT</version>
-   </parent>
-
-    <groupId>org.apache.cxf.fediz.examples</groupId>
-    <artifactId>simpleWebapp</artifactId>
-    <name>Apache Fediz Webapp simple</name>
-    <packaging>war</packaging>
-
-   <properties>
-      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-   </properties>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.cxf.fediz.examples</groupId>
+               <artifactId>examples</artifactId>
+               <version>0.6-SNAPSHOT</version>
+       </parent>
+
+       <groupId>org.apache.cxf.fediz.examples</groupId>
+       <artifactId>simpleWebapp</artifactId>
+       <name>Apache Fediz Webapp simple</name>
+       <packaging>war</packaging>
+
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
 
-    <dependencies>
+       <dependencies>
     <!-- 
-               <dependency>
-                       <groupId>org.apache.tomcat</groupId>
-                       <artifactId>tomcat-catalina</artifactId>
-                       <version>${tomcat.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-                -->
+                <dependency>
+                        <groupId>org.apache.tomcat</groupId>
+                        <artifactId>tomcat-catalina</artifactId>
+                        <version>${tomcat.version}</version>
+                        <scope>provided</scope>
+                </dependency>
+                 -->
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
@@ -52,21 +52,21 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz-core</artifactId>
-               <version>0.6-SNAPSHOT</version>
-               <scope>provided</scope>
+                <groupId>org.apache.cxf.fediz</groupId>
+                <artifactId>fediz-core</artifactId>
+                <version>0.6-SNAPSHOT</version>
+                <scope>provided</scope>
         </dependency>
         <dependency>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz-tomcat</artifactId>
-               <version>0.6-SNAPSHOT</version>
-               <scope>provided</scope>
+                <groupId>org.apache.cxf.fediz</groupId>
+                <artifactId>fediz-tomcat</artifactId>
+                <version>0.6-SNAPSHOT</version>
+                <scope>provided</scope>
         </dependency>
         <dependency>
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-lang3</artifactId>
-               <version>3.0.1</version>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-lang3</artifactId>
+                <version>3.0.1</version>
         </dependency>
     </dependencies>
 
@@ -85,15 +85,15 @@
             </plugin>
             -->
             <plugin><!--for mvn tomcat:deploy/:undeploy/:redeploy -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>tomcat-maven-plugin</artifactId>
-                               <version>1.1</version>
-                               <configuration>
-                                       <server>myTomcat</server>
-                                       
<url>http://localhost:8080/manager/text</url>
-                                       <path>/${project.build.finalName}</path>
-                               </configuration>
-                       </plugin>
+                                <groupId>org.codehaus.mojo</groupId>
+                                <artifactId>tomcat-maven-plugin</artifactId>
+                                <version>1.1</version>
+                                <configuration>
+                                        <server>myTomcat</server>
+                                        
<url>http://localhost:8080/manager/text</url>
+                                        
<path>/${project.build.finalName}</path>
+                                </configuration>
+                        </plugin>
         </plugins>
         <!-- Name of the generated WAR file -->
         <finalName>fedizhelloworld</finalName>

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml Fri May 11 11:11:47 
2012
@@ -20,106 +20,106 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-       <groupId>org.apache.cxf.fediz.examples</groupId>
-       <artifactId>wsclientWebapp</artifactId>
-       <version>0.6-SNAPSHOT</version>
-    </parent>
-    <artifactId>webapp</artifactId>
-    <name>Apache Fediz webservice Client Webapp</name>
-    <packaging>war</packaging>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.cxf.fediz.examples</groupId>
+               <artifactId>wsclientWebapp</artifactId>
+               <version>0.6-SNAPSHOT</version>
+       </parent>
+       <artifactId>webapp</artifactId>
+       <name>Apache Fediz webservice Client Webapp</name>
+       <packaging>war</packaging>
 
-   <properties>
-      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-   </properties>
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.cxf.fediz.examples.webservice</groupId>
-            <artifactId>service-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>provided</scope>
-        </dependency>
+       <dependencies>
+               <dependency>
+                       
<groupId>org.apache.cxf.fediz.examples.webservice</groupId>
+                       <artifactId>service-common</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>servlet-api</artifactId>
+                       <version>2.5</version>
+                       <scope>provided</scope>
+               </dependency>
                <dependency>
                        <groupId>org.apache.tomcat</groupId>
                        <artifactId>tomcat-catalina</artifactId>
                        <version>${tomcat.version}</version>
                        <scope>provided</scope>
                </dependency>
-        <dependency>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz-core</artifactId>
-               <version>0.6-SNAPSHOT</version>
-               <scope>provided</scope>
-        </dependency>
-        <dependency>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz-tomcat</artifactId>
-               <version>0.6-SNAPSHOT</version>
-               <scope>provided</scope>
-        </dependency>
-        <dependency>
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-lang3</artifactId>
-               <version>3.0.1</version>
-        </dependency>
-                <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-security</artifactId>
-            <version>${cxf.version}</version>
-            <exclusions>
-               <exclusion>
-                       <artifactId>xmlsec</artifactId>
-                       <groupId>org.apache.santuario</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>wss4j</artifactId>
-                       <groupId>org.apache.ws.security</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>        
-        <dependency>
-               <groupId>org.springframework</groupId>
-               <artifactId>spring-context</artifactId>
-               <version>3.0.6.RELEASE</version>
-               <type>jar</type>
-               <scope>compile</scope>
-        </dependency>
-        <dependency>
-               <groupId>org.springframework</groupId>
-               <artifactId>spring-web</artifactId>
-               <version>3.0.6.RELEASE</version>
-               <type>jar</type>
-               <scope>compile</scope>
-        </dependency>
-                <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <version>1.6.1</version>
-            <scope>compile</scope>
-        </dependency>
-    </dependencies>
+               <dependency>
+                       <groupId>org.apache.cxf.fediz</groupId>
+                       <artifactId>fediz-core</artifactId>
+                       <version>0.6-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf.fediz</groupId>
+                       <artifactId>fediz-tomcat</artifactId>
+                       <version>0.6-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+                       <version>3.0.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-frontend-jaxws</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-policy</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-security</artifactId>
+                       <version>${cxf.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <artifactId>xmlsec</artifactId>
+                                       <groupId>org.apache.santuario</groupId>
+                               </exclusion>
+                               <exclusion>
+                                       <artifactId>wss4j</artifactId>
+                                       
<groupId>org.apache.ws.security</groupId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-transports-http-jetty</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context</artifactId>
+                       <version>3.0.6.RELEASE</version>
+                       <type>jar</type>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-web</artifactId>
+                       <version>3.0.6.RELEASE</version>
+                       <type>jar</type>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+                       <version>1.6.1</version>
+                       <scope>compile</scope>
+               </dependency>
+       </dependencies>
 
     <build>
         <plugins>
@@ -136,15 +136,15 @@
             </plugin>
             -->
             <plugin><!--for mvn tomcat:deploy/:undeploy/:redeploy -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>tomcat-maven-plugin</artifactId>
-                               <version>1.1</version>
-                               <configuration>
-                                       <server>myTomcat</server>
-                                       
<url>http://localhost:8080/manager/text</url>
-                                       <path>/${project.build.finalName}</path>
-                               </configuration>
-                       </plugin>
+                                <groupId>org.codehaus.mojo</groupId>
+                                <artifactId>tomcat-maven-plugin</artifactId>
+                                <version>1.1</version>
+                                <configuration>
+                                        <server>myTomcat</server>
+                                        
<url>http://localhost:8080/manager/text</url>
+                                        
<path>/${project.build.finalName}</path>
+                                </configuration>
+                        </plugin>
         </plugins>
         <!-- Name of the generated WAR file -->
         <finalName>fedizhelloworld</finalName>

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml 
(original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/pom.xml Fri May 
11 11:11:47 2012
@@ -21,20 +21,19 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-       <groupId>org.apache.cxf.fediz.examples</groupId>
-       <artifactId>webservice</artifactId>
-       <version>0.6-SNAPSHOT</version>
-    </parent>
-    <groupId>org.apache.cxf.fediz.examples.webservice</groupId>
-    <artifactId>service-war</artifactId>
-    <name>Apache Fediz Web Service implementation</name>
-    <version>0.6-SNAPSHOT</version>
-    <packaging>war</packaging>
+       <parent>
+               <groupId>org.apache.cxf.fediz.examples</groupId>
+               <artifactId>webservice</artifactId>
+               <version>0.6-SNAPSHOT</version>
+       </parent>
+       <groupId>org.apache.cxf.fediz.examples.webservice</groupId>
+       <artifactId>service-war</artifactId>
+       <name>Apache Fediz Web Service implementation</name>
+       <version>0.6-SNAPSHOT</version>
+       <packaging>war</packaging>
 
-
-    <build>
-        <plugins>
+       <build>
+               <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-war-plugin</artifactId>
@@ -57,47 +56,47 @@
                                        <path>/${project.build.finalName}</path>
                                </configuration>
                        </plugin>
-        </plugins>
-                <finalName>fedizservice</finalName>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.cxf.fediz.examples.webservice</groupId>
-            <artifactId>service-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+               </plugins>
+               <finalName>fedizservice</finalName>
+       </build>
+       <dependencies>
+               <dependency>
+                       
<groupId>org.apache.cxf.fediz.examples.webservice</groupId>
+                       <artifactId>service-common</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
 
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-security</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-jdk14</artifactId>
-            <version>1.6.1</version>
-            <scope>runtime</scope>
-        </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-frontend-jaxws</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-transports-http-jetty</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-addr</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-policy</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-security</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-jdk14</artifactId>
+                       <version>1.6.1</version>
+                       <scope>runtime</scope>
+               </dependency>
 
-    </dependencies>
+       </dependencies>
 </project>

Modified: cxf/fediz/trunk/plugins/core/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/plugins/core/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/plugins/core/pom.xml (original)
+++ cxf/fediz/trunk/plugins/core/pom.xml Fri May 11 11:11:47 2012
@@ -19,35 +19,35 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-   <modelVersion>4.0.0</modelVersion>
-   <parent>
-       <groupId>org.apache.cxf.fediz</groupId>
-       <artifactId>fediz</artifactId>
-       <version>0.6-SNAPSHOT</version>
-       <relativePath>../../pom.xml</relativePath>
-   </parent>
-   <artifactId>fediz-core</artifactId>
-   <name>Apache Fediz Plugin Core</name>
-   <packaging>jar</packaging>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.cxf.fediz</groupId>
+               <artifactId>fediz</artifactId>
+               <version>0.6-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
+       </parent>
+       <artifactId>fediz-core</artifactId>
+       <name>Apache Fediz Plugin Core</name>
+       <packaging>jar</packaging>
 
-    <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>  
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
 
-   <dependencies>
-               <dependency>
+       <dependencies>
+               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>4.8.2</version>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.apache.ws.security</groupId>
-                       <artifactId>wss4j</artifactId>
-                       <version>${wss4j.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-       <dependency>
+               <dependency>
+                       <groupId>org.apache.ws.security</groupId>
+                       <artifactId>wss4j</artifactId>
+                       <version>${wss4j.version}</version>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-jdk14</artifactId>
                        <version>1.6.1</version>
@@ -58,14 +58,14 @@
                        <artifactId>slf4j-api</artifactId>
                        <version>1.6.1</version>
                </dependency>
-                <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>provided</scope>
-        </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>servlet-api</artifactId>
+                       <version>2.5</version>
+                       <scope>provided</scope>
+               </dependency>
 
-   </dependencies>
+       </dependencies>
     
 </project>
  

Modified: cxf/fediz/trunk/plugins/tomcat/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/plugins/tomcat/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/plugins/tomcat/pom.xml (original)
+++ cxf/fediz/trunk/plugins/tomcat/pom.xml Fri May 11 11:11:47 2012
@@ -17,22 +17,22 @@
   under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
-   <parent>
-       <groupId>org.apache.cxf.fediz</groupId>
-       <artifactId>fediz</artifactId>
-       <version>0.6-SNAPSHOT</version>
-       <relativePath>../../pom.xml</relativePath>
-   </parent>
+       <parent>
+               <groupId>org.apache.cxf.fediz</groupId>
+               <artifactId>fediz</artifactId>
+               <version>0.6-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
+       </parent>
        <artifactId>fediz-tomcat</artifactId>
        <name>Apache Fediz Plugin Tomcat</name>
        <packaging>jar</packaging>
 
-   <properties>
-      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-   </properties>
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
 
        <dependencies>
                <dependency>
@@ -93,47 +93,47 @@
                                        </execution>
                                </executions>
                        </plugin>
-     <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2.1</version>
-        <executions>
-          <execution>
-            <id>zip-file</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/assembly.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-                       <!-- 
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
                                <version>2.2.1</version>
-                               <configuration>
-                                       <descriptorRefs>
-                                               
<descriptorRef>jar-with-dependencies</descriptorRef>
-                                       </descriptorRefs>
-                               </configuration>
                                <executions>
                                        <execution>
-                                               <id>make-assembly</id>
+                                               <id>zip-file</id>
                                                <phase>package</phase>
                                                <goals>
-                                                       <goal>single</goal>
+                                                       <goal>attached</goal>
                                                </goals>
+                                               <configuration>
+                                                       <descriptors>
+                                                               
<descriptor>src/main/assembly/assembly.xml</descriptor>
+                                                       </descriptors>
+                                               </configuration>
                                        </execution>
                                </executions>
                        </plugin>
-                       -->
-               </plugins>
-       </build>
+                        <!-- 
+                        <plugin>
+                                <artifactId>maven-assembly-plugin</artifactId>
+                                <version>2.2.1</version>
+                                <configuration>
+                                        <descriptorRefs>
+                                                
<descriptorRef>jar-with-dependencies</descriptorRef>
+                                        </descriptorRefs>
+                                </configuration>
+                                <executions>
+                                        <execution>
+                                                <id>make-assembly</id>
+                                                <phase>package</phase>
+                                                <goals>
+                                                        <goal>single</goal>
+                                                </goals>
+                                        </execution>
+                                </executions>
+                        </plugin>
+                        -->
+        </plugins>
+   </build>
 
 </project>
  

Modified: cxf/fediz/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Fri May 11 11:11:47 2012
@@ -584,13 +584,13 @@
                         
<stagingRepositoryId>apache.cxf.site</stagingRepositoryId>
                         
<stagingSiteURL>scp://people.apache.org/www/cxf.apache.org/maven-site-${project.version}</stagingSiteURL>
                     </configuration>
-                   <dependencies>
-                     <dependency>
-                       <groupId>org.apache.maven.wagon</groupId>
-                       <artifactId>wagon-ssh</artifactId>
-                       <version>2.1</version>
-                     </dependency>
-                   </dependencies>
+                    <dependencies>
+                      <dependency>
+                        <groupId>org.apache.maven.wagon</groupId>
+                        <artifactId>wagon-ssh</artifactId>
+                        <version>2.1</version>
+                      </dependency>
+                    </dependencies>
                 </plugin>
 -->
             </plugins>

Modified: cxf/fediz/trunk/services/idp/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/services/idp/pom.xml (original)
+++ cxf/fediz/trunk/services/idp/pom.xml Fri May 11 11:11:47 2012
@@ -20,35 +20,35 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-    <modelVersion>4.0.0</modelVersion>
-   <parent>
-       <groupId>org.apache.cxf.fediz</groupId>
-       <artifactId>fediz</artifactId>
-       <version>0.6-SNAPSHOT</version>
-       <relativePath>../../pom.xml</relativePath>
-   </parent>
-    <artifactId>fediz-idp</artifactId>
-    <name>Apache Fediz IDP</name>
-    <packaging>war</packaging>
-
-    <dependencyManagement>
-       <dependencies>
-       </dependencies>
-    </dependencyManagement>
-    
-    <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>  
-
-    <dependencies>
-
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.cxf.fediz</groupId>
+               <artifactId>fediz</artifactId>
+               <version>0.6-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
+       </parent>
+       <artifactId>fediz-idp</artifactId>
+       <name>Apache Fediz IDP</name>
+       <packaging>war</packaging>
+
+       <dependencyManagement>
+               <dependencies>
+               </dependencies>
+       </dependencyManagement>
+
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
+
+       <dependencies>
+
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>servlet-api</artifactId>
+                       <version>2.5</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
                        <version>1.6.1</version>
@@ -58,40 +58,40 @@
                        <artifactId>slf4j-jdk14</artifactId>
                        <version>1.6.1</version>
                </dependency>
-        <dependency>
+               <dependency>
                        <groupId>org.apache.cxf</groupId>
                        <artifactId>cxf-rt-ws-security</artifactId>
                        <version>${cxf.version}</version>
-        </dependency>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-transports-http</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-policy</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
                <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-lang3</artifactId>
-               <version>3.0.1</version>
-        </dependency>
-    </dependencies>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+                       <version>3.0.1</version>
+               </dependency>
+       </dependencies>
 
     <build>
         <plugins>
             <plugin><!--for mvn tomcat:deploy/:undeploy/:redeploy -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>tomcat-maven-plugin</artifactId>
-                               <version>1.1</version>
-                               <configuration>
-                                       <server>myTomcat</server>
-                                       
<url>http://localhost:9080/manager/text</url>
-                                       <path>/${project.build.finalName}</path>
-                               </configuration>
-                       </plugin>
+                                <groupId>org.codehaus.mojo</groupId>
+                                <artifactId>tomcat-maven-plugin</artifactId>
+                                <version>1.1</version>
+                                <configuration>
+                                        <server>myTomcat</server>
+                                        
<url>http://localhost:9080/manager/text</url>
+                                        
<path>/${project.build.finalName}</path>
+                                </configuration>
+                        </plugin>
         </plugins>
         <!-- Name of the generated WAR file -->
         <finalName>fedizidp</finalName>

Modified: cxf/fediz/trunk/services/sts/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/pom.xml?rev=1337111&r1=1337110&r2=1337111&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/pom.xml (original)
+++ cxf/fediz/trunk/services/sts/pom.xml Fri May 11 11:11:47 2012
@@ -20,53 +20,53 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-    <modelVersion>4.0.0</modelVersion>
-   <parent>
-       <groupId>org.apache.cxf.fediz</groupId>
-       <artifactId>fediz</artifactId>
-       <version>0.6-SNAPSHOT</version>
-       <relativePath>../../pom.xml</relativePath>
-   </parent>
-    <artifactId>fediz-idp-sts</artifactId>
-    <name>Apache Fediz STS</name>
-    <packaging>war</packaging>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.cxf.fediz</groupId>
+               <artifactId>fediz</artifactId>
+               <version>0.6-SNAPSHOT</version>
+               <relativePath>../../pom.xml</relativePath>
+       </parent>
+       <artifactId>fediz-idp-sts</artifactId>
+       <name>Apache Fediz STS</name>
+       <packaging>war</packaging>
 
-   <properties>
-      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-   </properties>
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
 
-   <dependencies>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf.services.sts</groupId>
-            <artifactId>cxf-services-sts-core</artifactId>
-            <version>${cxf.version}</version>
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-transports-http</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-frontend-jaxws</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf</groupId>
+                       <artifactId>cxf-rt-ws-policy</artifactId>
+                       <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.cxf.services.sts</groupId>
+                       <artifactId>cxf-services-sts-core</artifactId>
+                       <version>${cxf.version}</version>
             <!--
             <exclusions>
-                               <exclusion>
-                                       <artifactId>slf4j-jdk14</artifactId>
-                                       <groupId>org.slf4j</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>slf4j-api</artifactId>
-                                       <groupId>org.slf4j</groupId>
-                               </exclusion>
-                       </exclusions>
-                       -->
+                                <exclusion>
+                                        <artifactId>slf4j-jdk14</artifactId>
+                                        <groupId>org.slf4j</groupId>
+                                </exclusion>
+                                <exclusion>
+                                        <artifactId>slf4j-api</artifactId>
+                                        <groupId>org.slf4j</groupId>
+                                </exclusion>
+                        </exclusions>
+                        -->
         </dependency>        
    </dependencies>
 
@@ -85,15 +85,15 @@
             </plugin>
             -->
             <plugin><!--for mvn tomcat:deploy/:undeploy/:redeploy -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>tomcat-maven-plugin</artifactId>
-                               <version>1.1</version>
-                               <configuration>
-                                       <server>myTomcat</server>
-                                       
<url>http://localhost:9080/manager/text</url>
-                                       <path>/${project.build.finalName}</path>
-                               </configuration>
-                       </plugin>
+                                <groupId>org.codehaus.mojo</groupId>
+                                <artifactId>tomcat-maven-plugin</artifactId>
+                                <version>1.1</version>
+                                <configuration>
+                                        <server>myTomcat</server>
+                                        
<url>http://localhost:9080/manager/text</url>
+                                        
<path>/${project.build.finalName}</path>
+                                </configuration>
+                        </plugin>
         </plugins>
         <!-- Name of the generated WAR file -->
         <finalName>fedizidpsts</finalName>


Reply via email to