trails-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.trailsframework</groupId>
<artifactId>trails-parent</artifactId>
<version>2.1.1</version>
</dependency><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">
<name>Trails Parent</name>
<url>http://www.trailsframework.org/</url>
<modelVersion>4.0.0</modelVersion>
<groupId>org.trailsframework</groupId>
<artifactId>trails-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.1</version>
<properties>
<tapestry-release-version>5.1.0.5</tapestry-release-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<!-- This is a separately releaseable super pom, don't specify any modules. Use "modules" project for sub projects that are released together -->
</modules>
<description>A Domain Driven Development framework for Java.</description>
<inceptionYear>2004</inceptionYear>
<developers>
<developer>
<id>ccnelson</id>
<name>Chris Nelson</name>
<email>ccnelson@dev.java.net</email>
<url>http://jroller.com/page/ccnelson</url>
</developer>
<developer>
<id>ascandroli</id>
<name>Alejandro Scandroli</name>
<organization>Amneris Web Solutions</organization>
<organizationUrl>http://www.amneris.es/</organizationUrl>
<email>ascandroli@N05PAM.codehaus.org</email>
<url>http://docs.codehaus.org/display/~ascandroli</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>kaosko</id>
<name>Kalle Korhonen</name>
<email>kalle.o.korhonen@gmail.com</email>
<url>http://docs.codehaus.org/display/~kaosko</url>
<timezone>-8</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<mailingLists>
<mailingList>
<name>Trails User List</name>
<subscribe>http://xircles.codehaus.org/manage_email/users@trails.codehaus.org</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/users@trails.codehaus.org</unsubscribe>
<post>users@trails.codehaus.org</post>
<archive>http://archive.trails.codehaus.org/users</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/Trails---Users-f27435.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Trails Developer List</name>
<subscribe>http://xircles.codehaus.org/manage_email/dev@trails.codehaus.org</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/dev@trails.codehaus.org</unsubscribe>
<post>dev@trails.codehaus.org</post>
<archive>http://archive.trails.codehaus.org/dev</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.codehaus.org/trails/tags/trails-parent-2.1.1</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/trails/tags/trails-parent-2.1.1</developerConnection>
<url>http://svn.trails.codehaus.org/trails/tags/trails-parent-2.1.1</url>
</scm>
<prerequisites>
<maven>2.0.9</maven>
</prerequisites>
<repositories>
<repository>
<id>main</id>
<url>http://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>apache-ci-snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<!-- Don't use snapshots unless absolutely necessary -->
<repository>
<id>trails-codehaus-ci</id>
<name>Official snapshot repository available from Codehaus' Bamboo server</name>
<url>http://ci.repository.codehaus.org</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>repository.jboss.org</id>
<url>http://repository.jboss.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!--
<repository>
<id>tapestry</id>
<url>http://people.apache.org/~hlship/tapestry-ibiblio-rsynch-repository</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
-->
</repositories>
<pluginRepositories>
<!--
<pluginRepository>
<id>codehaus</id>
<name>CodeHaus Repository</name>
<url>http://repository.codehaus.org</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
-->
<pluginRepository>
<id>snapshots.codehaus.org</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
<pluginRepository>
<id>people.apache.org</id>
<name>Apache's Maven2 Snapshot Repository</name>
<url>http://people.apache.org/maven-snapshot-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
<!-- This can be commented out when access to the snapshot version of a Tapestry Maven plugin is not required.-->
<pluginRepository>
<id>tapestry-snapshots</id>
<url>http://tapestry.formos.com/maven-snapshot-repository/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<ciManagement>
<system>bamboo</system>
<url>http://bamboo.ci.codehaus.org/browse/TRAILS</url>
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<address>ci@trails.codehaus.org</address>
</configuration>
</notifier>
<notifier>
<type>irc</type>
<configuration>
<host>irc.codehaus.org</host>
<port>6667</port>
<channel>#trails</channel>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<distributionManagement>
<repository>
<id>trails-release</id>
<name>Trails' release repository</name>
<url>dav:https://dav.codehaus.org/repository/trails</url>
</repository>
<snapshotRepository>
<id>trails-snapshot</id>
<name>Trails' snapshot repository</name>
<url>dav:https://dav.codehaus.org/snapshots.repository/trails</url>
</snapshotRepository>
</distributionManagement>
<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/secure/project/BrowseProject.jspa?id=11342</url>
</issueManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.0</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.3</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1-beta-1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-idea-plugin</artifactId>
<version>2.2</version>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
<dependenciesAsLibraries>true</dependenciesAsLibraries>
<useFullNames>false</useFullNames>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
<descriptor>src/main/assembly/examples.xml</descriptor>
</descriptors>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- By default, do not deploy site, especially for the parent itself-->
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1</version>
<inherited>true</inherited>
<configuration>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.5</source>
<linksource>true</linksource>
<aggregate>false</aggregate>
</configuration>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>bamboo</id>
<distributionManagement>
<snapshotRepository>
<id>trails-codehaus-ci</id>
<name>Official snapshot repository available from Codehaus' Bamboo server</name>
<url>file:///opt/ci.repository.codehaus.org/</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>ydoc</id>
<activation>
<property>
<name>ydoc</name>
</property>
</activation>
<reporting>
<plugins>
<plugin>
<!--
Generates the documentation using the YDoc UML generation plugin.
Assumes you have the YDoc libraries locally, as well as a valid
YDoc license file. Config info:
http://docs.codehaus.org/display/TRAILS/Configuring+Maven2+settings.xml
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.0</version>
<configuration>
<doclet>ydoc.doclets.YStandard</doclet>
<docletPath>
${ydoc.home}/lib/ydoc.jar${path.separator}${ydoc.home}/lib/class2svg.jar${path.separator}${ydoc.home}/resources
</docletPath>
<additionalparam>-license ${ydoc.license} -filter ydoc.filters.ExcludeFilter -filterpath
${ydoc.home}/lib/ydoc.jar -umlautogen
</additionalparam>
<author>true</author>
<bottom>true</bottom>
<header><![CDATA[<a href="/" target="_top">Trails Framework</a>]]></header>
<minmemory>128m</minmemory>
<maxmemory>512</maxmemory>
<packagenames>org.trails.*</packagenames>
<use>true</use>
<version>true</version>
<windowtitle>${project.name} ${project.version} API</windowtitle>
</configuration>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
<version>2.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-legacy</artifactId>
<version>2.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.15.rc4</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>