You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/04 10:07:46 UTC

svn commit: r1464344 - in /syncope/trunk: common/pom.xml console/pom.xml core/pom.xml pom.xml standalone/pom.xml

Author: ilgrosso
Date: Thu Apr  4 08:07:46 2013
New Revision: 1464344

URL: http://svn.apache.org/r1464344
Log:
[maven-release-plugin] prepare branch 1_1_X

Modified:
    syncope/trunk/common/pom.xml
    syncope/trunk/console/pom.xml
    syncope/trunk/core/pom.xml
    syncope/trunk/pom.xml
    syncope/trunk/standalone/pom.xml

Modified: syncope/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/common/pom.xml?rev=1464344&r1=1464343&r2=1464344&view=diff
==============================================================================
--- syncope/trunk/common/pom.xml (original)
+++ syncope/trunk/common/pom.xml Thu Apr  4 08:07:46 2013
@@ -1,126 +1,126 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-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/xsd/maven-4.0.0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.syncope</groupId>
-    <artifactId>syncope</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
-  </parent>
-
-  <name>Apache Syncope Common</name>
-  <description>Apache Syncope Common</description>
-  <groupId>org.apache.syncope</groupId>
-  <artifactId>syncope-common</artifactId>
-  <packaging>bundle</packaging>
-
-  <distributionManagement>
-    <site>
-      <id>syncope.website</id>
-      <name>Apache Syncope website</name>
-      <url>${site.deploymentBaseUrl}/${project.artifactId}</url>
-    </site>
-  </distributionManagement>
-  
-  <dependencies>
-    <dependency>
-      <groupId>javax.ws.rs</groupId>
-      <artifactId>javax.ws.rs-api</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-webmvc</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-web</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.codehaus.jackson</groupId>
-      <artifactId>jackson-core-asl</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-Name>${project.name}</Bundle-Name>
-            <Bundle-SymbolicName>org.apache.syncope.common</Bundle-SymbolicName>
-            <Bundle-Version>${project.version}</Bundle-Version>
-            <Export-Package>
-              org.apache.syncope.common*;version=${project.version};-split-package:=merge-first
-            </Export-Package>
-            <Import-Package>
-              org.apache.commons.lang*;version="[2.6,3)",
-              org.codehaus.jackson.annotate;version="[1.9,2)",
-              org.springframework*;version="[3,4)",
-              ch.qos.logback.classic;resolution:=optional,
-              org.slf4j;resolution:=optional,
-              *
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-      </plugin>
-    </plugins>
-    
-    <resources>
-      <resource>
-        <directory>..</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>LICENSE</include>
-          <include>NOTICE</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+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/xsd/maven-4.0.0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.syncope</groupId>
+    <artifactId>syncope</artifactId>
+    <version>1.1.0-SNAPSHOT</version>
+  </parent>
+
+  <name>Apache Syncope Common</name>
+  <description>Apache Syncope Common</description>
+  <groupId>org.apache.syncope</groupId>
+  <artifactId>syncope-common</artifactId>
+  <packaging>bundle</packaging>
+
+  <distributionManagement>
+    <site>
+      <id>syncope.website</id>
+      <name>Apache Syncope website</name>
+      <url>${site.deploymentBaseUrl}/${project.artifactId}</url>
+    </site>
+  </distributionManagement>
+  
+  <dependencies>
+    <dependency>
+      <groupId>javax.ws.rs</groupId>
+      <artifactId>javax.ws.rs-api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-webmvc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-classic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-Name>${project.name}</Bundle-Name>
+            <Bundle-SymbolicName>org.apache.syncope.common</Bundle-SymbolicName>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            <Export-Package>
+              org.apache.syncope.common*;version=${project.version};-split-package:=merge-first
+            </Export-Package>
+            <Import-Package>
+              org.apache.commons.lang*;version="[2.6,3)",
+              org.codehaus.jackson.annotate;version="[1.9,2)",
+              org.springframework*;version="[3,4)",
+              ch.qos.logback.classic;resolution:=optional,
+              org.slf4j;resolution:=optional,
+              *
+            </Import-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+    </plugins>
+    
+    <resources>
+      <resource>
+        <directory>..</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE</include>
+          <include>NOTICE</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+</project>

Modified: syncope/trunk/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/console/pom.xml?rev=1464344&r1=1464343&r2=1464344&view=diff
==============================================================================
--- syncope/trunk/console/pom.xml (original)
+++ syncope/trunk/console/pom.xml Thu Apr  4 08:07:46 2013
@@ -188,8 +188,8 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <unzip src="${basedir}/../core/target/syncope.war" dest="${cargo.run.dir}"/>
-                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}"/>
+                <unzip src="${basedir}/../core/target/syncope.war" dest="${cargo.run.dir}" />
+                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}" />
                 <copy todir="${cargo.run.dir}/WEB-INF/classes" includeEmptyDirs="false">
                   <fileset dir="${project.build.directory}/test-classes">
                     <exclude name="**/*.class" />
@@ -376,7 +376,7 @@ under the License.
     <profile>
       <id>skipTests</id>
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       
       <build>

Modified: syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/pom.xml?rev=1464344&r1=1464343&r2=1464344&view=diff
==============================================================================
--- syncope/trunk/core/pom.xml (original)
+++ syncope/trunk/core/pom.xml Thu Apr  4 08:07:46 2013
@@ -46,7 +46,7 @@ under the License.
     <jdbcdriver.groupId>com.h2database</jdbcdriver.groupId>
     <jdbcdriver.artifactId>h2</jdbcdriver.artifactId>
 
-    <javaagent/>
+    <javaagent />
   </properties>
 
   <dependencies>
@@ -435,16 +435,14 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <unzip src="${project.build.directory}/${project.build.finalName}.war" dest="${cargo.run.dir}"/>
-                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncActions.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync"/>
-                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncRule.class" 
-                      todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync"/>
-                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}"/>
+                <unzip src="${project.build.directory}/${project.build.finalName}.war" dest="${cargo.run.dir}" />
+                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncActions.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync" />
+                <copy file="${project.build.directory}/test-classes/org/apache/syncope/core/sync/TestSyncRule.class" todir="${cargo.run.dir}/WEB-INF/classes/org/apache/syncope/core/sync" />
+                <copy file="${project.build.directory}/test-classes/db.jsp" todir="${cargo.run.dir}" />
                 <copy todir="${cargo.run.dir}/WEB-INF/classes" includeEmptyDirs="false">
                   <fileset dir="${project.build.directory}/test-classes">
-                    <exclude name="**/*.class"/>
-                    <exclude name="restClientContext.xml"/>
+                    <exclude name="**/*.class" />
+                    <exclude name="restClientContext.xml" />
                   </fileset>
                 </copy>
               </target>
@@ -458,7 +456,7 @@ under the License.
             <phase>pre-integration-test</phase>
             <configuration>
               <target>
-                <copy file="${project.build.directory}/test-classes/test.csv" todir="${test.csvdir.path}" overwrite="true"/>
+                <copy file="${project.build.directory}/test-classes/test.csv" todir="${test.csvdir.path}" overwrite="true" />
               </target>
             </configuration>
             <goals>
@@ -662,7 +660,7 @@ under the License.
       <id>skipTests</id>
 
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
 
       <dependencies>
@@ -728,7 +726,7 @@ under the License.
       <id>dev</id>
       <properties>
         <waitForCheck>true</waitForCheck>
-        <javaagent/>
+        <javaagent />
       </properties>
       <build>
         <defaultGoal>clean verify</defaultGoal>
@@ -758,7 +756,7 @@ under the License.
     <profile>
       <id>jaxrs</id>
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       <build>
         <defaultGoal>clean verify</defaultGoal>
@@ -847,7 +845,7 @@ under the License.
       <properties>
         <jdbcdriver.groupId>com.oracle</jdbcdriver.groupId>
         <jdbcdriver.artifactId>ojdbc6</jdbcdriver.artifactId>
-        <javaagent/>
+        <javaagent />
       </properties>
       <dependencies>
         <dependency>
@@ -871,9 +869,7 @@ under the License.
                 <phase>process-test-resources</phase>
                 <configuration>
                   <target>
-                    <copy tofile="${project.build.directory}/classes/META-INF/orm.xml" 
-                          file="${basedir}/src/main/resources/META-INF/orm.xml.oracle" 
-                          overwrite="true"/>
+                    <copy tofile="${project.build.directory}/classes/META-INF/orm.xml" file="${basedir}/src/main/resources/META-INF/orm.xml.oracle" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>
@@ -903,7 +899,7 @@ under the License.
     <profile>
       <id>noopworkflow</id>
       <properties>
-        <javaagent/>
+        <javaagent />
       </properties>
       <build>
         <defaultGoal>clean verify</defaultGoal>
@@ -970,7 +966,7 @@ under the License.
       <properties>
         <jdbcdriver.groupId>com.microsoft.sqlserver</jdbcdriver.groupId>
         <jdbcdriver.artifactId>sqljdbc4</jdbcdriver.artifactId>
-        <javaagent/>
+        <javaagent />
       </properties>
       <dependencies>
         <dependency>
@@ -994,7 +990,7 @@ under the License.
                 <phase>process-test-resources</phase>
                 <configuration>
                   <target>
-                    <copy tofile="${project.build.directory}/classes/META-INF/orm.xml" file="${basedir}/src/main/resources/META-INF/orm.xml.sqlserver" overwrite="true"/>
+                    <copy tofile="${project.build.directory}/classes/META-INF/orm.xml" file="${basedir}/src/main/resources/META-INF/orm.xml.sqlserver" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>
@@ -1026,7 +1022,7 @@ under the License.
       <properties>
         <jdbcdriver.groupId>postgresql</jdbcdriver.groupId>
         <jdbcdriver.artifactId>postgresql</jdbcdriver.artifactId>
-        <javaagent/>
+        <javaagent />
       </properties>
       <dependencies>
         <dependency>
@@ -1060,7 +1056,7 @@ under the License.
       <properties>
         <jdbcdriver.groupId>mysql</jdbcdriver.groupId>
         <jdbcdriver.artifactId>mysql-connector-java</jdbcdriver.artifactId>
-        <javaagent/>
+        <javaagent />
       </properties>
       <dependencies>
         <dependency>
@@ -1179,14 +1175,9 @@ under the License.
                 <phase>pre-integration-test</phase>
                 <configuration>
                   <target>
-                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" 
-                           dest="${project.build.directory}/syncope-build-tools-test"/>
-                    <copy file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" 
-                          todir="${project.build.directory}/syncope-build-tools-test/META-INF"
-                          overwrite="true"/>
-                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" 
-                          todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib"
-                          overwrite="true"/>
+                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" dest="${project.build.directory}/syncope-build-tools-test" />
+                    <copy file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" todir="${project.build.directory}/syncope-build-tools-test/META-INF" overwrite="true" />
+                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>
@@ -1306,17 +1297,12 @@ under the License.
                 <configuration>
                   <target>
                     <!-- Needed because WebLogic has problems in running ApacheDS from the WAR archive -->
-                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" 
-                           dest="${project.build.directory}/syncope-build-tools-test"/>
+                    <unzip src="${settings.localRepository}/org/apache/syncope/syncope-build-tools/${project.version}/syncope-build-tools-${project.version}.war" dest="${project.build.directory}/syncope-build-tools-test" />
                     <!-- Needed because WebLogic is installed (H2 dependency cannot be injected via cargo) -->
-                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" 
-                          todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib"
-                          overwrite="true"/>
+                    <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${project.build.directory}/syncope-build-tools-test/WEB-INF/lib" overwrite="true" />
                     <!-- Needed because WebLogic deploys first core then build-tools: this JSP will just ask core to
                     reload all connectors -->
-                    <copy file="${project.build.directory}/test-classes/conninstance-reload.jsp" 
-                          todir="${project.build.directory}/syncope-build-tools-test"
-                          overwrite="true"/>
+                    <copy file="${project.build.directory}/test-classes/conninstance-reload.jsp" todir="${project.build.directory}/syncope-build-tools-test" overwrite="true" />
                   </target>
                 </configuration>
                 <goals>

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1464344&r1=1464343&r2=1464344&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Thu Apr  4 08:07:46 2013
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -33,7 +33,7 @@ under the License.
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>13</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <url>http://syncope.apache.org/</url>
@@ -49,9 +49,9 @@ under the License.
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/syncope/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/branches/1_1_X</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/branches/1_1_X</developerConnection>
+    <url>http://svn.apache.org/viewvc/syncope/branches/1_1_X</url>
   </scm>
   
   <issueManagement>

Modified: syncope/trunk/standalone/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/standalone/pom.xml?rev=1464344&r1=1464343&r2=1464344&view=diff
==============================================================================
--- syncope/trunk/standalone/pom.xml (original)
+++ syncope/trunk/standalone/pom.xml Thu Apr  4 08:07:46 2013
@@ -90,62 +90,50 @@ under the License.
             <phase>verify</phase>
             <configuration>
               <target>
-                <mkdir dir="${work.dir}"/>
+                <mkdir dir="${work.dir}" />
                 
                 <!-- legal stuff -->
-                <copy file="${project.build.outputDirectory}/README" todir="${work.dir}"/>
-                <copy file="../legal_ext/LICENSE" todir="${work.dir}"/>
-                <copy file="../legal_ext/NOTICE" todir="${work.dir}"/>
+                <copy file="${project.build.outputDirectory}/README" todir="${work.dir}" />
+                <copy file="../legal_ext/LICENSE" todir="${work.dir}" />
+                <copy file="../legal_ext/NOTICE" todir="${work.dir}" />
 
                 <!-- Syncope core (as run for integration tests) -->
-                <unzip src="${settings.localRepository}/org/codehaus/cargo/cargo-container-archives/apache-tomcat-${tomcat.version}.zip"
-                       dest="${work.dir}"/>
+                <unzip src="${settings.localRepository}/org/codehaus/cargo/cargo-container-archives/apache-tomcat-${tomcat.version}.zip" dest="${work.dir}" />
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope">
-                  <fileset dir="../core/target/syncope-core-test" includes="**/*"/>
+                  <fileset dir="../core/target/syncope-core-test" includes="**/*" />
                 </copy>
-                <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope/WEB-INF/classes"
-                      overwrite="true">
-                  <fileset dir="${project.build.outputDirectory}/core"/>
+                <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope/WEB-INF/classes" overwrite="true">
+                  <fileset dir="${project.build.outputDirectory}/core" />
                 </copy>
                 
                 <!-- Syncope console (exploded) -->
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-console">
-                  <fileset dir="../console/target/syncope-console" includes="**/*"/>
+                  <fileset dir="../console/target/syncope-console" includes="**/*" />
                 </copy>
-                <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-console/WEB-INF/classes"
-                      overwrite="true">
-                  <fileset dir="${project.build.outputDirectory}/console"/>
+                <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-console/WEB-INF/classes" overwrite="true">
+                  <fileset dir="${project.build.outputDirectory}/console" />
                 </copy>
                                 
                 <!-- ConnId's SOAP wssample (provides endpoint for SOAP resources) -->
-                <copy file="${settings.localRepository}/org/connid/bundles/soap/wssample/${connid.soap.version}/wssample-${connid.soap.version}.war"
-                      tofile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/wssample.war"/>
+                <copy file="${settings.localRepository}/org/connid/bundles/soap/wssample/${connid.soap.version}/wssample-${connid.soap.version}.war" tofile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/wssample.war" />
 
                 <!-- Syncope build tools (provide H2 and Apache DS resources + ConnId connector server) -->
-                <unzip src="../build-tools/target/syncope-build-tools-${project.version}.war"
-                       dest="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools"/>
+                <unzip src="../build-tools/target/syncope-build-tools-${project.version}.war" dest="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools" />
                 <copy todir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools/WEB-INF/lib">
-                  <fileset dir="../core/target/bundles" includes="**/*"/>
+                  <fileset dir="../core/target/bundles" includes="**/*" />
                 </copy>
-                <zip destfile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools.war"
-                     basedir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools"/>
-                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools"/>                  
+                <zip destfile="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools.war" basedir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools" />
+                <delete dir="${work.dir}/apache-tomcat-${tomcat.version}/webapps/syncope-build-tools" />                  
 
                 <!-- Tomcat shared libraries: H2 and groovy -->
-                <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar"
-                      todir="${work.dir}/apache-tomcat-${tomcat.version}/lib"/>
-                <copy file="${settings.localRepository}/org/codehaus/groovy/groovy-all/${groovy.version}/groovy-all-${groovy.version}.jar"
-                      todir="${work.dir}/apache-tomcat-${tomcat.version}/lib"/>
+                <copy file="${settings.localRepository}/com/h2database/h2/${h2.version}/h2-${h2.version}.jar" todir="${work.dir}/apache-tomcat-${tomcat.version}/lib" />
+                <copy file="${settings.localRepository}/org/codehaus/groovy/groovy-all/${groovy.version}/groovy-all-${groovy.version}.jar" todir="${work.dir}/apache-tomcat-${tomcat.version}/lib" />
                 
                 <!-- Other custom Tomcat resources -->
-                <copy file="../core/target/test-classes/context.xml"
-                      todir="${work.dir}/apache-tomcat-${tomcat.version}/conf" overwrite="true"/>
-                <copy file="src/main/resources/setenv.sh"
-                      todir="${work.dir}/apache-tomcat-${tomcat.version}/bin"/>
-                <copy file="src/main/resources/setenv.bat"
-                      todir="${work.dir}/apache-tomcat-${tomcat.version}/bin"/>
-                <replace file="${work.dir}/apache-tomcat-${tomcat.version}/conf/server.xml" 
-                         token="8080" value="${cargo.servlet.port}"/>
+                <copy file="../core/target/test-classes/context.xml" todir="${work.dir}/apache-tomcat-${tomcat.version}/conf" overwrite="true" />
+                <copy file="src/main/resources/setenv.sh" todir="${work.dir}/apache-tomcat-${tomcat.version}/bin" />
+                <copy file="src/main/resources/setenv.bat" todir="${work.dir}/apache-tomcat-${tomcat.version}/bin" />
+                <replace file="${work.dir}/apache-tomcat-${tomcat.version}/conf/server.xml" token="8080" value="${cargo.servlet.port}" />
               </target>
             </configuration>
           </execution>