Author: coheigea
Date: Thu Jan 10 11:05:29 2013
New Revision: 1431278

URL: http://svn.apache.org/viewvc?rev=1431278&view=rev
Log:
Removing tabs from pom files

Modified:
    cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml
    cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml
    cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml
    cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml

Modified: cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml?rev=1431278&r1=1431277&r2=1431278&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/plugins/core/pom.xml Thu Jan 10 11:05:29 2013
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements. See the NOTICE file
@@ -17,89 +18,86 @@
   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";>
-
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz</artifactId>
-               <version>1.0.3-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>
-
-       <dependencies>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>${junit.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.ws.security</groupId>
-                       <artifactId>wss4j</artifactId>
-                       <version>${wss4j.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-                <dependency>
-                    <groupId>net.sf.ehcache</groupId>
-                    <artifactId>ehcache-core</artifactId>
-                    <version>${ehcache.version}</version>
-                    <scope>compile</scope>
-                </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-jdk14</artifactId>
-                       <version>${slf4j.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-                       <version>${slf4j.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>servlet-api</artifactId>
-                       <version>2.5</version>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
-   <build>
-     <plugins>
-           <plugin>
-           <groupId>com.sun.tools.xjc.maven2</groupId>
-           <artifactId>maven-jaxb-plugin</artifactId>
-        <version>1.1.1</version>
-           <executions>
-                <execution>
-               <goals>
-                    <goal>generate</goal>
-               </goals>
-               </execution>
-           </executions>
-           <configuration>
-               <schemaDirectory>${basedir}/src/main/resources</schemaDirectory>
-               
<generatePackage>org.apache.cxf.fediz.core.config.jaxb</generatePackage>
-               <includeSchemas>
-                    <includeSchema>**/FedizConfig.xsd</includeSchema>
-               </includeSchemas>
-               <excludeSchemas>
-                    <excludeSchema>test*.xsd</excludeSchema>
-               </excludeSchemas>
-               <includeBindings>
-                   <includeBinding>*.xjb</includeBinding>
-               </includeBindings>
-               <strict>true</strict>
-               <verbose>true</verbose>
-           </configuration>
-           </plugin>
-       <plugin>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.cxf.fediz</groupId>
+        <artifactId>fediz</artifactId>
+        <version>1.0.3-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>
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.security</groupId>
+            <artifactId>wss4j</artifactId>
+            <version>${wss4j.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.ehcache</groupId>
+            <artifactId>ehcache-core</artifactId>
+            <version>${ehcache.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <version>${slf4j.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>${slf4j.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.sun.tools.xjc.maven2</groupId>
+                <artifactId>maven-jaxb-plugin</artifactId>
+                <version>1.1.1</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    
<schemaDirectory>${basedir}/src/main/resources</schemaDirectory>
+                    
<generatePackage>org.apache.cxf.fediz.core.config.jaxb</generatePackage>
+                    <includeSchemas>
+                        <includeSchema>**/FedizConfig.xsd</includeSchema>
+                    </includeSchemas>
+                    <excludeSchemas>
+                        <excludeSchema>test*.xsd</excludeSchema>
+                    </excludeSchemas>
+                    <includeBindings>
+                        <includeBinding>*.xjb</includeBinding>
+                    </includeBindings>
+                    <strict>true</strict>
+                    <verbose>true</verbose>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
                 <version>2.1.2</version>
@@ -113,20 +111,18 @@
                     </execution>
                 </executions>
             </plugin>
-         <plugin>
-             <groupId>org.apache.maven.plugins</groupId>
-             <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>attach-javadocs</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-         </plugin>
-
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
-    </build>    
+    </build>
 </project>
- 

Modified: cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml?rev=1431278&r1=1431277&r2=1431278&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/plugins/tomcat/pom.xml Thu Jan 10 11:05:29 
2013
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements. See the NOTICE file
@@ -17,83 +18,78 @@
   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";>
-
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz</artifactId>
-               <version>1.0.3-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>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.tomcat</groupId>
-                       <artifactId>tomcat-catalina</artifactId>
-                       <version>${tomcat.version}</version>
-                       <!-- <artifactId>catalina</artifactId>
-                       <version>6.0.35</version>-->
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>${junit.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.cxf.fediz</groupId>
-                       <artifactId>fediz-core</artifactId>
-                       <version>${project.version}</version>
-                       <type>jar</type>
-                       <scope>compile</scope>
-               </dependency>
-
-       </dependencies>
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                               <version>2.1.2</version>
-                               <executions>
-                                       <execution>
-                                               <id>attach-sources</id>
-                                               <phase>verify</phase>
-                                               <goals>
-                                                       <goal>jar-no-fork</goal>
-                                               </goals>
-                                       </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>
-                        <!-- 
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.cxf.fediz</groupId>
+        <artifactId>fediz</artifactId>
+        <version>1.0.3-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>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-catalina</artifactId>
+            <version>${tomcat.version}</version>
+            <!-- <artifactId>catalina</artifactId>
+                        <version>6.0.35</version>-->
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf.fediz</groupId>
+            <artifactId>fediz-core</artifactId>
+            <version>${project.version}</version>
+            <type>jar</type>
+            <scope>compile</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <version>2.1.2</version>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>jar-no-fork</goal>
+                        </goals>
+                    </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>
                                 <artifactId>maven-assembly-plugin</artifactId>
                                 <version>2.2.1</version>
@@ -114,7 +110,5 @@
                         </plugin>
                         -->
         </plugins>
-   </build>
-
+    </build>
 </project>
- 

Modified: cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml?rev=1431278&r1=1431277&r2=1431278&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/services/idp/pom.xml Thu Jan 10 11:05:29 2013
@@ -18,87 +18,81 @@
   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";>
-
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz</artifactId>
-               <version>1.0.3-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.springframework</groupId>
-           <artifactId>spring-web</artifactId>
-           <version>${spring.version}</version>
-        </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-                       <version>${slf4j.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-jdk14</artifactId>
-                       <version>${slf4j.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.cxf</groupId>
-                       <artifactId>cxf-rt-ws-security</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>
-
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.cxf.fediz</groupId>
+        <artifactId>fediz</artifactId>
+        <version>1.0.3-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.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>${slf4j.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <version>${slf4j.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-ws-security</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>
     <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>
+            <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>
         </plugins>
         <!-- Name of the generated WAR file -->
         <finalName>fedizidp</finalName>
     </build>
-
 </project>

Modified: cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml?rev=1431278&r1=1431277&r2=1431278&view=diff
==============================================================================
--- cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml (original)
+++ cxf/fediz/branches/1.0.x-fixes/services/sts/pom.xml Thu Jan 10 11:05:29 2013
@@ -18,47 +18,44 @@
   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";>
-
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.cxf.fediz</groupId>
-               <artifactId>fediz</artifactId>
-               <version>1.0.3-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>
-
-       <dependencies>
-           <dependency>
-           <groupId>org.springframework</groupId>
-           <artifactId>spring-web</artifactId>
-           <version>${spring.version}</version>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.cxf.fediz</groupId>
+        <artifactId>fediz</artifactId>
+        <version>1.0.3-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>
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>${spring.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-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>
+        <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>
@@ -71,9 +68,8 @@
                                 </exclusion>
                         </exclusions>
                         -->
-        </dependency>        
-   </dependencies>
-
+        </dependency>
+    </dependencies>
     <build>
         <plugins>
             <!--
@@ -88,19 +84,19 @@
                 </configuration>
             </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>
+            <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>
         </plugins>
         <!-- Name of the generated WAR file -->
         <finalName>fedizidpsts</finalName>
     </build>
-
 </project>


Reply via email to