]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.0
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cc30c20b93130696eedc7ba771114f8ec4ab7e4f..e5c36e42fe9cbd2aca094fe80fba6d3381347c94 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 <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.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>org.argeo.slc</relativePath>
-       </parent>
-       <artifactId>argeo-slc-all</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC All</name>
+       <name>Argeo SLC</name>
+       <version>0.12.0</version>
        <modules>
-               <module>org.argeo.slc</module>
                <module>runtime</module>
-               <module>demo</module>
+               <module>dep</module>
+               <module>modules</module>
                <module>server</module>
+               <module>demo</module>
+               <module>integration-tests</module>
+               <module>archetypes</module>
        </modules>
+       <properties>
+               <developmentCycle>0.12</developmentCycle>
+               <version.argeo-ria>0.12.0</version.argeo-ria>
+               <version.spring>2.5.6.SEC01</version.spring>
+               <version.spring-ws>1.5.7.A</version.spring-ws>
+               <version.spring-osgi>1.2.0</version.spring-osgi>
+               <version.maven>2.0.9</version.maven>
+               <version.ant>1.7.0</version.ant>
+               <version.jetty>6.1.14</version.jetty>
+               <version.tomcat>6.0.18</version.tomcat>
+               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
+               <version.slf4j>1.5.6</version.slf4j>
+               <version.asm>2.2.3</version.asm>
+               <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
+               <version.activemq>5.2.0.0006</version.activemq>
+               <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
+               <version.maven-argeo-qooxdoo>0.8.2.1</version.maven-argeo-qooxdoo>
+               <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
+               <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
+       </properties>
+       <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
-               <url>https://www.argeo.org/svn/slc/trunk</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0</connection>
+               <developerConnection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0</developerConnection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0</url>
        </scm>
+       <issueManagement>
+               <system>Bugzilla</system>
+               <url>https://www.argeo.org/bugzilla/</url>
+       </issueManagement>
+       <licenses>
+               <license>
+                       <name>Apache 2</name>
+                       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <distribution>repo</distribution>
+                       <comments><![CDATA[
+SLC - Software LifeCycle framework
+                          
+Copyright 2008 Mathieu Baudier - Argeo e.U.
+
+Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+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 &quot;AS IS&quot; 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.
+]]>
+                       </comments>
+               </license>
+       </licenses>
+       <organization>
+               <name>Argeo</name>
+               <url>http://www.argeo.org</url>
+       </organization>
+       <developers>
+               <developer>
+                       <id>mbaudier</id>
+                       <name>Mathieu Baudier</name>
+                       <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
+                       <organization>Argeo</organization>
+                       <organizationUrl>http://www.argeo.org</organizationUrl>
+                       <roles>
+                               <role>architect</role>
+                               <role>developer</role>
+                               <role>QA</role>
+                       </roles>
+               </developer>
+               <developer>
+                       <id>cdujeu</id>
+                       <name>Charles du Jeu</name>
+                       <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=KGbI2aXhd2VnJuMU9cL3qeGeNSKwIeUjeqa3XCqRQhY=]]></email>
+                       <organization>Argeo</organization>
+                       <organizationUrl>http://www.argeo.org</organizationUrl>
+                       <roles>
+                               <role>developer</role>
+                       </roles>
+               </developer>
+               <developer>
+                       <id>ocapillo</id>
+                       <name>Olivier Capillon</name>
+                       <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
+                       <organization>Argeo</organization>
+                       <organizationUrl>http://www.argeo.org</organizationUrl>
+                       <roles>
+                               <role>developer</role>
+                       </roles>
+               </developer>
+       </developers>
+       <contributors>
+               <contributor>
+                       <name>Philippe Rioland</name>
+                       <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=w76gYPekGIELW7dvvImvvNzdDSJ3sgCmCXJHFngDGlA=]]></email>
+                       <organization>CapCo</organization>
+                       <organizationUrl>http://www.capco.com</organizationUrl>
+                       <roles>
+                               <role>tester</role>
+                               <role>sponsor</role>
+                       </roles>
+               </contributor>
+       </contributors>
        <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-compiler-plugin</artifactId>
+                                       <configuration>
+                                               <source>1.5</source>
+                                               <target>1.5</target>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-source-plugin</artifactId>
+                                       <executions>
+                                               <execution>
+                                                       <id>attach-sources</id>
+                                                       <phase>package</phase>
+                                                       <goals>
+                                                               <goal>jar</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.argeo.maven.plugins</groupId>
+                                       <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                       <version>${version.maven-argeo-osgi}</version>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
                <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>buildnumber-maven-plugin</artifactId>
+                               <version>1.0-beta-3</version>
+                               <executions>
+                                       <execution>
+                                               <phase>validate</phase>
+                                               <goals>
+                                                       <goal>create</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <doCheck>false</doCheck>
+                                       <doUpdate>false</doUpdate>
+                                       <useLastCommittedRevision>true</useLastCommittedRevision>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-site-plugin</artifactId>
+                               <artifactId>maven-resources-plugin</artifactId>
                                <configuration>
-                                       <excludeModules>org.argeo.slc</excludeModules>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <version>2.0-beta-5</version>
+                               <!--
+                                       The site plugin is buggy with multi modules.
+                                       http://jira.codehaus.org/browse/MSITE-276
+                               -->
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
                                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                                       <releaseProfiles>fullBuild</releaseProfiles>
+                                       <releaseProfiles>release</releaseProfiles>
                                        <goals>deploy</goals>
                                </configuration>
                        </plugin>
                </plugins>
+
        </build>
-       <profiles>
-               <profile>
-                       <id>withIT</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <modules>
-                               <module>integration-tests</module>
-                       </modules>
-               </profile>
-               <profile>
-                       <id>withoutIT</id>
-               </profile>
-       </profiles>
+       <dependencyManagement>
+               <dependencies>
+                       <!-- SLC (itself) -->
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.specs</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.core</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.unit</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.launcher</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.detached</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.lib.detached</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.simple</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.ant</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.hibernate</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.castor</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.activemq</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.server</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.osgiboot</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.osgi</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.equinox</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.jemmy</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.support.ws.client</artifactId>
+                               <version>${project.version}</version> </dependency> <dependency>
+                               <groupId>org.argeo.slc</groupId>
+                               <artifactId>org.argeo.slc.webapp</artifactId>
+                               <version>${project.version}</version> <type>war</type> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>org.argeo.slc.ria</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.argeo.ria</groupId>
+                               <artifactId>org.argeo.ria.core</artifactId>
+                               <version>${version.argeo-ria}</version>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
+                               <type>pom</type> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>org.argeo.slc.server</groupId>
+                               <artifactId>deploy</artifactId>
+                               <version>${project.version}</version>
+                               <type>pom</type>
+                       </dependency>
+
+                       <!-- SLC dubious -->
+                       <dependency>
+                               <groupId>org.argeo.slc.runtime</groupId>
+                               <artifactId>org.argeo.slc.detached.launcher</artifactId>
+                               <version>${project.version}</version>
+                               <type>tar.gz</type>
+                               <classifier>dist</classifier>
+                       </dependency>
+
+
+                       <!-- Javax -->
+                       <dependency>
+                               <groupId>javax.transaction</groupId>
+                               <artifactId>
+                                       com.springsource.javax.transaction
+                               </artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.stream</groupId>
+                               <artifactId>
+                                       com.springsource.javax.xml.stream
+                               </artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.soap</groupId>
+                               <artifactId>com.springsource.javax.xml.soap</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.sun.xml</groupId>
+                               <artifactId>
+                                       com.springsource.com.sun.xml.messaging.saaj
+                               </artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.activation</groupId>
+                               <artifactId>
+                                       com.springsource.javax.activation
+                               </artifactId>
+                               <version>1.1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.annotation</groupId>
+                               <artifactId>com.springsource.javax.annotation</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.persistence</groupId>
+                               <artifactId>com.springsource.javax.persistence</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.ws</groupId>
+                               <artifactId>com.springsource.javax.xml.ws</artifactId>
+                               <version>2.1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.bind</groupId>
+                               <artifactId>com.springsource.javax.xml.bind</artifactId>
+                               <version>2.1.7</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>net.sourceforge.mx4j</groupId>
+                               <artifactId>com.springsource.mx4j</artifactId>
+                               <version>3.0.2</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+
+                       <!-- Unit tests -->
+                       <dependency>
+                               <groupId>org.junit</groupId>
+                               <artifactId>com.springsource.junit</artifactId>
+                               <version>3.8.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.dbunit</groupId>
+                               <artifactId>com.springsource.org.dbunit</artifactId>
+                               <version>2.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+                       <!-- Logging -->
+                       <dependency>
+                               <groupId>org.apache.log4j</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.log4j
+                               </artifactId>
+                               <version>1.2.15</version>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.apache.commons</groupId> <artifactId>
+                               com.springsource.org.apache.commons.logging </artifactId>
+                               <version>1.1.1</version> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.api</artifactId>
+                               <version>${version.slf4j}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+                               <version>${version.slf4j}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>com.springsource.slf4j.log4j</artifactId>
+                               <version>${version.slf4j}</version>
+                       </dependency>
+
+                       <!-- Spring -->
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.core</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.beans</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.context</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>
+                                       org.springframework.context.support
+                               </artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.orm</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jdbc</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.transaction</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.web</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.web.servlet</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.aop</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jms</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.ws</groupId>
+                               <artifactId>org.springframework.oxm</artifactId>
+                               <version>${version.spring-ws}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+                       <!--  Spring DM (OSGi) -->
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.extender</artifactId>
+                               <version>${version.spring-osgi}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.core</artifactId>
+                               <version>${version.spring-osgi}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.web.extender</artifactId>
+                               <version>${version.spring-osgi}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.web</artifactId>
+                               <version>${version.spring-osgi}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework.osgi</groupId>
+                               <artifactId>org.springframework.osgi.test</artifactId>
+                               <version>${version.spring-osgi}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
+                               <version>1.0.0.argeo4</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+                       <!-- Security -->
+                       <dependency>
+                               <groupId>org.springframework.security</groupId>
+                               <artifactId>org.springframework.security</artifactId>
+                               <version>2.0.4.A</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.springframework</groupId>
+                                               <artifactId>org.springframework.web</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.antlr</groupId>
+                               <artifactId>com.springsource.org.antlr</artifactId>
+                               <version>3.0.1</version>
+                       </dependency>
+
+                       <!-- AOP -->
+                       <dependency>
+                               <groupId>org.aspectj</groupId>
+                               <artifactId>com.springsource.org.aspectj.runtime</artifactId>
+                               <version>1.6.3.RELEASE</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.aspectj</groupId>
+                               <artifactId>com.springsource.org.aspectj.weaver</artifactId>
+                               <version>1.6.3.RELEASE</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.aopalliance</groupId>
+                               <artifactId>com.springsource.org.aopalliance</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.cglib</groupId>
+                               <artifactId>com.springsource.net.sf.cglib</artifactId>
+                               <version>2.1.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm</artifactId>
+                               <version>${version.asm}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
+                               <version>${version.asm}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.objectweb.asm</groupId>
+                               <artifactId>com.springsource.org.objectweb.asm.tree.analysis</artifactId>
+                               <version>${version.asm}</version>
+                       </dependency>
+                       <!-- Ant -->
+                       <dependency>
+                               <groupId>org.apache.ant</groupId>
+                               <artifactId>com.springsource.org.apache.tools.ant</artifactId>
+                               <version>1.7.1</version>
+                       </dependency>
+
+                       <!-- Required by specific Ant tasks -->
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.net</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.oro</groupId>
+                               <artifactId>com.springsource.org.apache.oro</artifactId>
+                               <version>2.0.8</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.bsf</groupId>
+                               <artifactId>com.springsource.org.apache.bsf</artifactId>
+                               <version>2.4.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.beanshell</groupId>
+                               <artifactId>com.springsource.bsh</artifactId>
+                               <version>2.0.0.b4</version>
+                       </dependency>
+
+                       <!-- Apache Commons -->
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.commons.io
+                               </artifactId>
+                               <version>1.4.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.collections</artifactId>
+                               <version>3.2.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
+                               <version>1.1.0.argeo1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.commons.exec</artifactId>
+                               <version>1.0.0.argeo1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.pool</artifactId>
+                               <version>1.4.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
+                               <version>1.2.2.osgi</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.fileupload</artifactId>
+                               <version>1.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+                       <!-- DB Drivers -->
+                       <dependency>
+                               <groupId>org.hsqldb</groupId>
+                               <artifactId>com.springsource.org.hsqldb</artifactId>
+                               <version>1.8.0.9</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.jtds</groupId>
+                               <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
+                               <version>1.2.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.mysql.jdbc</groupId>
+                               <artifactId>com.springsource.com.mysql.jdbc</artifactId>
+                               <version>5.1.6</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+                       <!-- XML -->
+                       <dependency>
+                               <groupId>org.codehaus.castor</groupId>
+                               <artifactId>com.springsource.org.castor</artifactId>
+                               <version>1.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xerces</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.xerces
+                               </artifactId>
+                               <version>2.8.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xalan</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.xalan
+                               </artifactId>
+                               <version>2.7.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xmlcommons</groupId>
+                               <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
+                               <version>1.3.3</version>
+                       </dependency>
+
+                       <!-- Web -->
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>com.springsource.javax.servlet</artifactId>
+                               <version>2.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>com.springsource.javax.servlet.jsp</artifactId>
+                               <version>2.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.el</groupId>
+                               <artifactId>com.springsource.javax.el</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>
+                                       com.springsource.javax.servlet.jsp.jstl
+                               </artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.taglibs</groupId>
+                               <artifactId>
+                                       com.springsource.org.apache.taglibs.standard
+                               </artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.activation</groupId>
+                               <artifactId>com.springsource.javax.activation</artifactId>
+                               <version>1.1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.lowagie.text</groupId>
+                               <artifactId>
+                                       com.springsource.com.lowagie.text
+                               </artifactId>
+                               <version>2.0.8</version>
+                       </dependency>
+
+                       <!-- Tomcat -->
+                       <dependency>
+                               <groupId>org.apache.catalina</groupId>
+                               <artifactId>com.springsource.org.apache.catalina</artifactId>
+                               <version>${version.tomcat}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.jasper</groupId>
+                               <artifactId>com.springsource.org.apache.jasper</artifactId>
+                               <version>${version.tomcat}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.el</groupId>
+                               <artifactId>com.springsource.org.apache.el</artifactId>
+                               <version>${version.tomcat}</version>
+                       </dependency>
+
+                       <!-- Maven -->
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-core</artifactId>
+                               <version>${version.maven}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-embedder</artifactId>
+                               <!-- no higher version available -->
+                               <version>2.0.4</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-settings</artifactId>
+                               <version>${version.maven}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.apache.archiva</groupId>
+                               <artifactId>archiva-webapp</artifactId>
+                               <version>1.1.3</version>
+                               <type>war</type>
+                       </dependency>
+
+                       <!-- OSGi -->
+                       <dependency>
+                               <groupId>org.eclipse.osgi</groupId>
+                               <artifactId>org.eclipse.osgi</artifactId>
+                               <version>${version.equinox}</version>
+                       </dependency>
+
+                       <!-- Auto UI -->
+                       <dependency>
+                               <groupId>org.argeo.dep.jemmy</groupId>
+                               <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                               <version>0.2.2</version>
+                       </dependency>
+
+                       <!-- Spring bundle repo -->
+                       <dependency>
+                               <groupId>javax.transaction</groupId>
+                               <artifactId>
+                                       com.springsource.javax.transaction
+                               </artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.hibernate</groupId>
+                               <artifactId>com.springsource.org.hibernate</artifactId>
+                               <version>3.3.1.GA</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>org.slf4j</groupId>
+                                               <artifactId>com.springsource.slf4j.api</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.jexcelapi</groupId>
+                               <artifactId>com.springsource.jxl</artifactId>
+                               <version>2.6.6</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>net.sourceforge.ehcache</groupId>
+                               <artifactId>com.springsource.net.sf.ehcache</artifactId>
+                               <version>1.6.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>edu.emory.mathcs.backport</groupId>
+                               <artifactId>
+                                       com.springsource.edu.emory.mathcs.backport
+                               </artifactId>
+                               <version>3.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.wsdl</groupId>
+                               <artifactId>com.springsource.javax.wsdl</artifactId>
+                               <version>1.6.1</version>
+                       </dependency>
+
+                       <!-- JMS -->
+                       <dependency>
+                               <groupId>javax.jms</groupId>
+                               <artifactId>com.springsource.javax.jms</artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.geronimo.specs</groupId>
+                               <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
+
+                       <!-- ActiveMQ -->
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.activemq</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.activemq.optional</artifactId>
+                               <version>5.2.0.0001</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.activemq.xmpp</artifactId>
+                               <version>5.2.0.0001</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
+                               <version>5.2.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.activemq</groupId>
+                                               <artifactId>com.springsource.org.apache.activemq</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <!--
+                               <dependency> <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.activemq.web</artifactId>
+                               <version>${version.activemq-web}</version> </dependency>
+                       -->
+                       <dependency>
+                               <groupId>javax.xml.soap</groupId>
+                               <artifactId>com.springsource.javax.xml.soap</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.xml.rpc</groupId>
+                               <artifactId>com.springsource.javax.xml.rpc</artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.ejb</groupId>
+                               <artifactId>com.springsource.javax.ejb</artifactId>
+                               <version>3.0.0</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.apache.camel</groupId>
+                               <artifactId>com.springsource.org.apache.camel</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+
+                       <!-- SSH -->
+                       <dependency>
+                               <groupId>com.jcraft.jsch</groupId>
+                               <artifactId>com.springsource.com.jcraft.jsch</artifactId>
+                               <version>0.1.25</version>
+                       </dependency>
+
+                       <!-- Scheduling -->
+                       <dependency>
+                               <groupId>com.opensymphony.quartz</groupId>
+                               <artifactId>com.springsource.org.quartz</artifactId>
+                               <version>1.6.2</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
+                       <!-- Merged (temp title) -->
+                       <dependency>
+                               <groupId>org.argeo.dep.jemmy</groupId>
+                               <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                               <version>0.2.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.jacob</groupId>
+                               <artifactId>org.argeo.dep.jacob</artifactId>
+                               <version>1.14.3.argeo4</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.dep.jacob</groupId>
+                               <artifactId>org.argeo.dep.jacob.win32.x86</artifactId>
+                               <version>1.14.3.argeo4</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jdbc</artifactId>
+                               <version>${version.spring}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.custommonkey.xmlunit</groupId>
+                               <artifactId>com.springsource.org.custommonkey.xmlunit</artifactId>
+                               <version>1.2.0</version>
+                       </dependency>
+
+                       <!-- Dynamic scripts -->
+                       <dependency>
+                               <groupId>org.beanshell</groupId>
+                               <artifactId>com.springsource.bsh</artifactId>
+                               <version>2.0.0.b4</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.codehaus.groovy</groupId>
+                               <artifactId>com.springsource.org.codehaus.groovy</artifactId>
+                               <version>1.6.3</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
+                               <version>1.7.0</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.apache.commons</groupId>
+                                               <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+       <repositories>
+               <repository>
+                       <id>central</id>
+                       <url>http://repo1.maven.org/maven2</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>com.springsource.repository.bundles.release</id>
+                       <name>
+                               SpringSource Enterprise Bundle Repository - SpringSource
+                               Bundle
+                               Releases
+                       </name>
+                       <url>
+                               http://repository.springsource.com/maven/bundles/release
+                       </url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>com.springsource.repository.bundles.external</id>
+                       <name>
+                               SpringSource Enterprise Bundle Repository - External
+                               Bundle
+                               Releases
+                       </name>
+                       <url>
+                               http://repository.springsource.com/maven/bundles/external
+                       </url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>argeo</id>
+                       <url>http://www.argeo.org/maven/argeo</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>argeo-snapshots</id>
+                       <url>http://www.argeo.org/maven/argeo-snapshots</url>
+                       <releases>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </repository>
+       </repositories>
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>argeo</id>
+                       <url>http://www.argeo.org/maven/argeo</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+               <pluginRepository>
+                       <id>argeo-snapshots</id>
+                       <url>http://www.argeo.org/maven/argeo-snapshots</url>
+                       <releases>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+       </pluginRepositories>
        <distributionManagement>
+               <repository>
+                       <uniqueVersion>false</uniqueVersion>
+                       <id>argeo-restricted</id>
+                       <name>Argeo FOSS Repository</name>
+                       <url>file:///var/argeo/maven2/argeo</url>
+               </repository>
+               <snapshotRepository>
+                       <uniqueVersion>true</uniqueVersion>
+                       <id>argeo-snapshots-restricted</id>
+                       <name>Argeo FOSS Snapshots Repository</name>
+                       <url>file:///var/argeo/maven2/argeo-snapshots</url>
+               </snapshotRepository>
                <site>
                        <id>argeo-slc-site</id>
                        <name>SLC Site</name>
-                       <url>
-                               file:///var/argeo/projects/SLC/www/site/${project.version}
-                       </url>
+                       <url>file://${site.repoBase}/${developmentCycle}/</url>
                </site>
        </distributionManagement>
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-project-info-reports-plugin</artifactId>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <report>index</report>
+                                                       <report>summary</report>
+                                                       <report>license</report>
+                                                       <report>scm</report>
+                                                       <report>issue-tracking</report>
+                                               </reports>
+                                       </reportSet>
+                                       <reportSet>
+                                               <inherited>false</inherited>
+                                               <reports>
+                                                       <report>project-team</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <inherited>false</inherited>
+                               <configuration>
+                                       <aggregate>true</aggregate>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-jxr-plugin</artifactId>
+                               <configuration>
+                                       <aggregate>true</aggregate>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-report-plugin</artifactId>
+                               <inherited>false</inherited>
+                               <configuration>
+                                       <aggregate>true</aggregate>
+                               </configuration>
+                       </plugin>
+                       <!--
+                               <plugin> <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>scmchangelog-maven-plugin</artifactId> </plugin>
+                       -->
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>taglist-maven-plugin</artifactId>
+                               <configuration>
+                                       <aggregate>true</aggregate>
+                                       <tags>
+                                               <tag>TODO</tag>
+                                               <tag>FIXME</tag>
+                                               <tag>@deprecated</tag>
+                                       </tags>
+                               </configuration>
+                       </plugin>
+                       <!--
+                               <plugin> <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>clirr-maven-plugin</artifactId>
+                               <inherited>false</inherited> </plugin>
+                       -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-changelog-plugin</artifactId>
+                               <inherited>false</inherited>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-pmd-plugin</artifactId>
+                               <version>2.3</version>
+                               <inherited>false</inherited>
+                               <configuration>
+                                       <linkXref>true</linkXref>
+                                       <targetJdk>1.5</targetJdk>
+                                       <aggregate>true</aggregate>
+                                       <excludes>
+                                               <exclude>**/springutil/*.java</exclude>
+                                       </excludes>
+                               </configuration>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <report>cpd</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                       </plugin>
+               </plugins>
+       </reporting>
+       <profiles>
+               <profile>
+                       <id>developer</id>
+                       <properties>
+                               <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
+                               <site.urlBase>${site.repoBase}</site.urlBase>
+                       </properties>
+                       <distributionManagement>
+                               <snapshotRepository>
+                                       <uniqueVersion>true</uniqueVersion>
+                                       <id>argeo-snapshots-restricted</id>
+                                       <name>Argeo FOSS Snapshots Repository</name>
+                                       <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
+                               </snapshotRepository>
+                       </distributionManagement>
+               </profile>
+               <profile>
+                       <id>release</id>
+                       <distributionManagement>
+                               <site>
+                                       <id>argeo-slc-site</id>
+                                       <name>SLC Site</name>
+                                       <url>file://${site.repoBase}/${project.version}</url>
+                               </site>
+                       </distributionManagement>
+               </profile>
+       </profiles>
+
 </project>