| <?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/maven-v4_0_0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-parent</artifactId> |
| <version>6-SNAPSHOT</version> |
| <relativePath>../parent/pom.xml</relativePath> |
| </parent> |
| |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum</artifactId> |
| <packaging>pom</packaging> |
| <name>Continuum :: Project</name> |
| <url>http://continuum.apache.org/ref/latest</url> |
| <version>1.5-SNAPSHOT</version> |
| |
| <prerequisites> |
| <maven>2.0.9</maven> |
| </prerequisites> |
| |
| <properties> |
| <jetty.version>8.1.7.v20120910</jetty.version> |
| <continuumWebappVersion>${project.version}</continuumWebappVersion> |
| <!-- Note, when later moving beyond 2.2.1, the continuum-artifact-manager module should be removed --> |
| <maven.version>2.2.1</maven.version> |
| <spring.version>3.2.13.RELEASE</spring.version> |
| <struts.version>2.3.20</struts.version> |
| <wagon.version>1.0-beta-6</wagon.version> |
| <maven-scm.version>1.4</maven-scm.version> |
| <redback.version>1.3-M3</redback.version> |
| <archiva.version>1.2.1</archiva.version> |
| <slf4jVersion>1.5.8</slf4jVersion> |
| <xmlrpc.version>3.1.2</xmlrpc.version> |
| <atlassian.xmlrpc.binder.version>0.11</atlassian.xmlrpc.binder.version> |
| <surefire.version>2.12</surefire.version> |
| <svnUrl>https://svn.apache.org/repos/asf/continuum/site-publish/ref/latest</svnUrl> |
| <checkoutDirectory>site-publish</checkoutDirectory> |
| </properties> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/trunk</developerConnection> |
| <url>http://svn.apache.org/viewvc/continuum/trunk/</url> |
| </scm> |
| <reporting> |
| <excludeDefaults>true</excludeDefaults> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-project-info-reports-plugin</artifactId> |
| <version>2.7</version> |
| <reportSets> |
| <reportSet> |
| <reports> |
| <report>index</report> |
| <report>summary</report> |
| <report>license</report> |
| <report>dependencies</report> |
| <report>dependency-management</report> |
| <report>plugins</report> |
| <report>plugin-management</report> |
| <report>modules</report> |
| <report>dependency-convergence</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| <version>2.3</version> |
| <inherited>false</inherited> |
| <reportSets> |
| <reportSet> |
| <id>aggregate</id> |
| <reports> |
| <report>aggregate</report> |
| <report>test-aggregate</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.9</version> |
| <inherited>false</inherited> |
| <configuration> |
| <source>1.5</source> |
| <notimestamp>true</notimestamp> |
| <!-- Disabled - currently generating empty PDFs in my environment (brett, 2013-01-02) |
| <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet> |
| <docletArtifact> |
| <groupId>gr.spinellis</groupId> |
| <artifactId>UmlGraph</artifactId> |
| <version>4.6</version> |
| </docletArtifact> |
| <additionalparam> |
| -inferrel -inferdep -quiet -hide java.* |
| -collpackages java.util.* -qualify |
| -postfixpackage -nodefontsize 9 |
| -nodefontpackagesize 7 |
| </additionalparam> |
| --> |
| </configuration> |
| <reportSets> |
| <reportSet> |
| <id>aggregate</id> |
| <reports> |
| <report>aggregate</report> |
| </reports> |
| </reportSet> |
| </reportSets> |
| </plugin> |
| </plugins> |
| </reporting> |
| <build> |
| <finalName>apache-continuum-${project.version}</finalName> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <version>0.10</version> |
| <configuration> |
| <excludes> |
| <exclude>continuum-webapp-test/src/test/example-projects/**</exclude> |
| <exclude>continuum-webapp-test/src/test/example-svn/**</exclude> |
| <exclude>continuum-webapp-test/src/test/selenium-ide/**</exclude> |
| <exclude>**/*.iml</exclude> |
| <exclude>**/*.fbp</exclude> |
| <exclude>Continuum.sonarj</exclude> |
| <!-- modules that are not in the default build, need to be checked manually --> |
| <exclude>continuum-webapp-test/target/**</exclude> |
| <exclude>continuum-docs/target/**</exclude> |
| </excludes> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-release-plugin</artifactId> |
| <configuration> |
| <tagBase>https://svn.apache.org/repos/asf/continuum/tags</tagBase> |
| <preparationGoals>clean install</preparationGoals> |
| <autoVersionSubmodules>true</autoVersionSubmodules> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-component-metadata</artifactId> |
| <version>1.5.5</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.modello</groupId> |
| <artifactId>modello-maven-plugin</artifactId> |
| <version>1.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-gpg-plugin</artifactId> |
| <version>1.1</version> |
| <configuration> |
| <useAgent>true</useAgent> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <version>1.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-war-plugin</artifactId> |
| <version>2.0.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>appassembler-maven-plugin</artifactId> |
| <version>1.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-shade-plugin</artifactId> |
| <version>2.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>tomcat-maven-plugin</artifactId> |
| <version>1.0-beta-1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>jpox-maven-plugin</artifactId> |
| <version>1.1.7</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>jspc-maven-plugin</artifactId> |
| <version>1.4.6</version> |
| </plugin> |
| <plugin> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-maven-plugin</artifactId> |
| <version>${jetty.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-failsafe-plugin</artifactId> |
| <version>${surefire.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>${surefire.version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-scm-publish-plugin</artifactId> |
| <configuration> |
| <!-- Note: we use this instead of distributionManagement as that currently impacts the URLs that are |
| inherited in continuum-docs --> |
| <pubScmUrl>scm:svn:${svnUrl}</pubScmUrl> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>com.google.code.maven-replacer-plugin</groupId> |
| <artifactId>replacer</artifactId> |
| <version>1.5.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>exec-maven-plugin</artifactId> |
| <version>1.2.1</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-enforcer-plugin</artifactId> |
| <version>1.3.1</version> |
| <executions> |
| <execution> |
| <goals> |
| <goal>enforce</goal> |
| </goals> |
| <configuration> |
| <rules> |
| <requireMavenVersion> |
| <version>2.0.9</version> |
| </requireMavenVersion> |
| <bannedDependencies> |
| <excludes> |
| <exclude>velocity:velocity-dep</exclude> |
| <exclude>classworlds:classworlds</exclude> |
| <exclude>javax.transaction:jta</exclude> |
| <exclude>javax.sql:jdbc-stdext</exclude> |
| <exclude>ant:ant-optional</exclude> |
| <exclude>xom:xom</exclude> |
| <exclude>org.codehaus.plexus:plexus-log4j-logging</exclude> |
| <exclude>commons-logging:commons-logging</exclude> |
| <exclude>org.slf4j:jcl104-over-slf4j</exclude> |
| <exclude>org.slf4j:slf4j-nop</exclude> |
| <exclude>org.codehaus.plexus:plexus-spring</exclude> |
| <exclude>xml-apis:xml-apis</exclude> |
| <exclude>jtidy:jtidy</exclude> |
| <exclude>jdom:jdom</exclude> |
| <exclude>org.apache.maven:maven-artifact-manager</exclude> |
| </excludes> |
| <includes> |
| <include>org.apache.maven:maven-artifact-manager:*:jar:provided</include> |
| </includes> |
| </bannedDependencies> |
| </rules> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <configuration> |
| <archive> |
| <manifest> |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
| </manifest> |
| <manifestEntries> |
| <SVN-Revision>${buildNumber}</SVN-Revision> |
| </manifestEntries> |
| </archive> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-failsafe-plugin</artifactId> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <redirectTestOutputToFile>true</redirectTestOutputToFile> |
| <argLine>-Xmx512m</argLine> |
| <systemProperties> |
| <property> |
| <name>JAVA_HOME</name> |
| <value>${java.home}</value> |
| </property> |
| <property> |
| <name>M2_HOME</name> |
| <value>${maven.home}</value> |
| </property> |
| <property> |
| <name>plexus.home</name> |
| <!-- ${project.build.directory} is not evaluated see surefire documentation --> |
| <!--value>${project.build.directory}</value--> |
| <value>./target</value> |
| </property> |
| <property> |
| <name>appserver.base</name> |
| <value>${basedir}/target/test-classes/</value> |
| </property> |
| <property> |
| <name>user.home</name> |
| <value>${basedir}/target/test-classes/</value> |
| </property> |
| <property> |
| <!-- java.io.tmpdir is a shared directory on solaris and cause permission issues --> |
| <name>java.io.tmpdir</name> |
| <value>${project.build.directory}</value> |
| </property> |
| </systemProperties> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <modules> |
| <module>continuum-api</module> |
| <module>continuum-base</module> |
| <module>continuum-commons</module> |
| <module>continuum-security</module> |
| <module>continuum-store</module> |
| <module>continuum-reports</module> |
| <module>continuum-core</module> |
| <module>continuum-model</module> |
| <module>continuum-notifiers</module> |
| <module>continuum-test</module> |
| <module>continuum-webapp</module> |
| <module>continuum-xmlrpc</module> |
| <module>continuum-release</module> |
| <module>continuum-data-management</module> |
| <module>continuum-jetty</module> |
| <module>continuum-purge</module> |
| <module>continuum-buildagent</module> |
| <module>continuum-distributed</module> |
| <module>continuum-builder</module> |
| <module>continuum-artifact-manager</module> |
| </modules> |
| <repositories> |
| <!-- atlassian xmlrpc 0.11 --> |
| <repository> |
| <id>atlassian.releases</id> |
| <url>https://maven.atlassian.com/content/groups/public</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| </repositories> |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>4.12</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-all</artifactId> |
| <version>1.9.5</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-core</artifactId> |
| <version>${maven.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>classworlds</groupId> |
| <artifactId>classworlds</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-model</artifactId> |
| <version>${maven.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact</artifactId> |
| <version>${maven.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact-manager</artifactId> |
| <version>${maven.version}</version> |
| <scope>provided</scope> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-repository-metadata</artifactId> |
| <version>${maven.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-artifact-manager</artifactId> |
| <version>${project.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact-manager</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-project</artifactId> |
| <version>${maven.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact-manager</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-settings</artifactId> |
| <version>${maven.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-api</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-svnexe</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvsjava</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvsexe</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-manager-plexus</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-providers-standard</artifactId> |
| <version>${maven-scm.version}</version> |
| <type>pom</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-local</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-cvs-commons</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-svn-commons</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-bazaar</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-clearcase</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-hg</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-perforce</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-starteam</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-synergy</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.scm</groupId> |
| <artifactId>maven-scm-provider-git-commons</artifactId> |
| <version>${maven-scm.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.release</groupId> |
| <artifactId>maven-release-manager</artifactId> |
| <version>2.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact-manager</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-provider-api</artifactId> |
| <version>${wagon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-file</artifactId> |
| <version>${wagon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-http-lightweight</artifactId> |
| <version>${wagon.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jtidy</groupId> |
| <artifactId>jtidy</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-ssh</artifactId> |
| <version>${wagon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-ssh-external</artifactId> |
| <version>${wagon.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-webdav-jackrabbit</artifactId> |
| <version>${wagon.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-nop</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-model</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-commons</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-configuration</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-scm</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-store</artifactId> |
| <classifier>tests</classifier> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-store</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-reports</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-core</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-test</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-xmlrpc-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-xmlrpc-client</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-xmlrpc-server</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-buildagent-webdav</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xmlrpc</groupId> |
| <artifactId>xmlrpc-client</artifactId> |
| <version>${xmlrpc.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xmlrpc</groupId> |
| <artifactId>xmlrpc-server</artifactId> |
| <version>${xmlrpc.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xmlrpc</groupId> |
| <artifactId>xmlrpc-common</artifactId> |
| <version>${xmlrpc.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>com.atlassian.xmlrpc</groupId> |
| <artifactId>atlassian-xmlrpc-binder-annotations</artifactId> |
| <version>${atlassian.xmlrpc.binder.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.atlassian.xmlrpc</groupId> |
| <artifactId>atlassian-xmlrpc-binder-support</artifactId> |
| <version>${atlassian.xmlrpc.binder.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>com.atlassian.xmlrpc</groupId> |
| <artifactId>atlassian-xmlrpc-binder</artifactId> |
| <version>${atlassian.xmlrpc.binder.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>com.atlassian.xmlrpc</groupId> |
| <artifactId>atlassian-xmlrpc-binder-server-spring</artifactId> |
| <version>${atlassian.xmlrpc.binder.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-notifier-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-notifier-irc</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-notifier-jabber</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-notifier-msn</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-notifier-wagon</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-release</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-security</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-webapp</artifactId> |
| <version>${project.version}</version> |
| <type>war</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-legacy</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>data-management-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>data-management-cli</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>data-management-jdo</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>data-management-redback-jdo</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>redback-legacy</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-builder</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-buildagent-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-buildagent-core</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-buildagent-webapp</artifactId> |
| <version>${project.version}</version> |
| <type>war</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-commons</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-slave-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-slave-server</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-slave-client</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-master-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-master-server</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-distributed-master-client</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>net.sf.ehcache</groupId> |
| <artifactId>ehcache</artifactId> |
| <version>1.5.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.shared</groupId> |
| <artifactId>maven-app-configuration-model</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.shared</groupId> |
| <artifactId>maven-app-configuration-web</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.shared</groupId> |
| <artifactId>file-management</artifactId> |
| <version>1.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-artifact-manager</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus.registry</groupId> |
| <artifactId>plexus-registry-api</artifactId> |
| <version>1.0-alpha-3</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus.registry</groupId> |
| <artifactId>plexus-registry-commons</artifactId> |
| <version>1.0-alpha-3</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>ant</groupId> |
| <artifactId>ant-optional</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>xmlunit</groupId> |
| <artifactId>xmlunit</artifactId> |
| <version>1.0</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>jpox</groupId> |
| <artifactId>jpox</artifactId> |
| <version>1.1.9-1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.transaction</groupId> |
| <artifactId>transaction-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.resource</groupId> |
| <artifactId>connector-api</artifactId> |
| </exclusion> |
| <!-- targeting JDK 1.4 we don't need this --> |
| <exclusion> |
| <groupId>javax.sql</groupId> |
| <artifactId>jdbc-stdext</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>jpox</groupId> |
| <artifactId>jpox-enhancer</artifactId> |
| <version>1.1.9</version> |
| <exclusions> |
| <exclusion> |
| <groupId>bcel</groupId> |
| <artifactId>bcel</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.sql</groupId> |
| <artifactId>jdbc-stdext</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>jpox</groupId> |
| <artifactId>jpox-dbcp</artifactId> |
| <version>1.1.9</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.bcel</groupId> |
| <artifactId>bcel</artifactId> |
| <version>5.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-utils</artifactId> |
| <version>3.0.15</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-jdo2</artifactId> |
| <version>1.0-alpha-8</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpcore</artifactId> |
| <version>4.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpclient</artifactId> |
| <version>4.1.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-velocity</artifactId> |
| <version>1.1.7</version> |
| <exclusions> |
| <exclusion> |
| <groupId>velocity</groupId> |
| <artifactId>velocity-dep</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-slf4j-logging</artifactId> |
| <version>1.1-alpha-1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-simple</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>${slf4jVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-simple</artifactId> |
| <version>${slf4jVersion}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| <version>${slf4jVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl-over-slf4j</artifactId> |
| <version>${slf4jVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-jdk14</artifactId> |
| <version>${slf4jVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-taskqueue</artifactId> |
| <version>1.0-alpha-8</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>10.1.3.1</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| <version>1.4</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>hsqldb</groupId> |
| <artifactId>hsqldb</artifactId> |
| <version>1.8.0.7</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-quartz</artifactId> |
| <version>1.0-alpha-4</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>commons-configuration</groupId> |
| <artifactId>commons-configuration</artifactId> |
| <version>1.5</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>2.4</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-collections</groupId> |
| <artifactId>commons-collections</artifactId> |
| <version>3.2.1</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>1.4</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.struts</groupId> |
| <artifactId>struts2-core</artifactId> |
| <version>${struts.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.struts</groupId> |
| <artifactId>struts2-spring-plugin</artifactId> |
| <version>${struts.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.struts</groupId> |
| <artifactId>struts2-json-plugin</artifactId> |
| <version>${struts.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <!-- |
| Plexus Redback Dependencies |
| --> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-rbac-memory</artifactId> |
| <version>${redback.version}</version> |
| <scope>test</scope> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-authentication-api</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-policy</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-authorization-api</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-users-api</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-keys-api</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-users-memory</artifactId> |
| <version>${redback.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-keys-memory</artifactId> |
| <version>${redback.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-rbac-model</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-authorization-rbac</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-rbac-role-manager</artifactId> |
| <version>${redback.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-users-configurable</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-system</artifactId> |
| <version>${redback.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-common-integrations</artifactId> |
| <version>${redback.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-struts2-content</artifactId> |
| <version>${redback.version}</version> |
| <type>war</type> |
| <exclusions> |
| <exclusion> |
| <groupId>classworlds</groupId> |
| <artifactId>classworlds</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-struts2-integration</artifactId> |
| <version>${redback.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>classworlds</groupId> |
| <artifactId>classworlds</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>velocity</groupId> |
| <artifactId>velocity-dep</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-data-management</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| <version>3.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>plexus-spring</artifactId> |
| <version>${redback.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-xmlrpc-services</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.redback</groupId> |
| <artifactId>redback-xmlrpc-security</artifactId> |
| <version>${redback.version}</version> |
| </dependency> |
| |
| <!-- due to http://jira.codehaus.org/browse/MECLIPSE-472 --> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-component-api</artifactId> |
| <version>1.0-alpha-22</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| <version>1.0-alpha-22</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-beans</artifactId> |
| <version>${spring.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-context</artifactId> |
| <version>${spring.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-context-support</artifactId> |
| <version>${spring.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-core</artifactId> |
| <version>${spring.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-web</artifactId> |
| <version>${spring.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-tx</artifactId> |
| <version>${spring.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.continuum</groupId> |
| <artifactId>continuum-purge</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-model</artifactId> |
| <version>${archiva.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl104-over-slf4j</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-common</artifactId> |
| <version>${archiva.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xalan</groupId> |
| <artifactId>xalan</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-repository-layer</artifactId> |
| <version>${archiva.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.slf4j</groupId> |
| <artifactId>jcl104-over-slf4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-core-consumers</artifactId> |
| <version>${archiva.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-database</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-configuration</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-indexer</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-consumer-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.archiva</groupId> |
| <artifactId>archiva-repository-layer</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-command-line</artifactId> |
| <version>1.0-alpha-2</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-action</artifactId> |
| <version>1.0-alpha-6</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-container-default</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-component-annotations</artifactId> |
| <version>1.5.5</version> |
| </dependency> |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax</artifactId> |
| <version>1.1.1-dev</version> |
| <scope>runtime</scope> |
| <exclusions> |
| <exclusion> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xmlbeans-jsr173-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>net.java.dev.stax-utils</groupId> |
| <artifactId>stax-utils</artifactId> |
| <version>20060502</version> |
| <exclusions> |
| <exclusion> |
| <groupId>com.bea.xml</groupId> |
| <artifactId>jsr173-ri</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-server</artifactId> |
| <version>${jetty.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-deploy</artifactId> |
| <version>${jetty.version}</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-start</artifactId> |
| <version>${jetty.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-jndi</artifactId> |
| <version>${jetty.version}</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-jsp</artifactId> |
| <version>${jetty.version}</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-plus</artifactId> |
| <version>${jetty.version}</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-annotations</artifactId> |
| <version>${jetty.version}</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>commons-dbcp</groupId> |
| <artifactId>commons-dbcp</artifactId> |
| <version>1.4</version> |
| <scope>runtime</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.code.cli-parser</groupId> |
| <artifactId>cli</artifactId> |
| <version>7</version> |
| </dependency> |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>1.2.14</version> |
| </dependency> |
| <dependency> |
| <groupId>backport-util-concurrent</groupId> |
| <artifactId>backport-util-concurrent</artifactId> |
| <version>3.0</version> |
| </dependency> |
| <dependency> |
| <groupId>quartz</groupId> |
| <artifactId>quartz</artifactId> |
| <version>1.5.2</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>velocity</groupId> |
| <artifactId>velocity</artifactId> |
| <version>1.4</version> |
| <exclusions> |
| <exclusion> |
| <groupId>velocity</groupId> |
| <artifactId>velocity-dep</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.plexus</groupId> |
| <artifactId>plexus-classworlds</artifactId> |
| <version>1.2-alpha-7</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.jdo</groupId> |
| <artifactId>jdo2-api</artifactId> |
| <version>2.0</version> |
| </dependency> |
| <dependency> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| <version>1.0.b2</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging-api</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.servlet</groupId> |
| <artifactId>servlet-api</artifactId> |
| <version>2.4</version> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <groupId>joda-time</groupId> |
| <artifactId>joda-time</artifactId> |
| <version>1.5.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.jackrabbit</groupId> |
| <artifactId>jackrabbit-webdav</artifactId> |
| <version>1.5.0</version> |
| <exclusions> |
| <exclusion> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>httpunit</groupId> |
| <artifactId>httpunit</artifactId> |
| <version>1.6.2</version> |
| <scope>test</scope> |
| <exclusions> |
| <exclusion> |
| <groupId>jtidy</groupId> |
| <artifactId>jtidy</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.jsoup</groupId> |
| <artifactId>jsoup</artifactId> |
| <version>1.5.2</version> |
| </dependency> |
| <dependency> |
| <groupId>jpox</groupId> |
| <artifactId>jpox-ehcache</artifactId> |
| <version>1.1.9</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jdom</groupId> |
| <artifactId>jdom</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>nekohtml</groupId> |
| <artifactId>nekohtml</artifactId> |
| <version>1.9.6.2</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <profiles> |
| <profile> |
| <id>apache-release</id> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>verify</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <profile> |
| <id>integration</id> |
| <modules> |
| <module>continuum-webapp-test</module> |
| </modules> |
| </profile> |
| <profile> |
| <id>buildnumber</id> |
| <activation> |
| <file> |
| <exists>.svn</exists> |
| </file> |
| </activation> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>buildnumber-maven-plugin</artifactId> |
| <version>1.0-beta-1</version> |
| <executions> |
| <execution> |
| <phase>generate-resources</phase> |
| <goals> |
| <goal>create</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <doCheck>false</doCheck> |
| <doUpdate>false</doUpdate> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| </profiles> |
| <distributionManagement> |
| <!-- Site base required here for site:stage to calculate correct URLs --> |
| <site> |
| <id>apache</id> |
| <url>scm:svn:${rootSitePublishUrl}</url> |
| </site> |
| </distributionManagement> |
| </project> |