activeobjects-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.java.dev.activeobjects</groupId>
<artifactId>activeobjects-parent</artifactId>
<version>1.2.4-46d82ca1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>com.atlassian.pom</groupId>
<!-- We don't use the Atlassian "central-pom" parent, because it's only for Atlassian groupIds -->
<artifactId>base-pom</artifactId>
<version>5.0.26</version>
<relativePath><!-- empty --></relativePath>
</parent>
<groupId>net.java.dev.activeobjects</groupId>
<artifactId>activeobjects-parent</artifactId>
<version>1.2.4-46d82ca1</version>
<packaging>pom</packaging>
<name>Active Objects - Parent POM</name>
<description>ActiveObjects is an intuitive, pure-Java ORM. AO is designed from the ground up to be extremely simple
and easy to use from an API standpoint.
</description>
<url>http://activeobjects.java.net/</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<ciManagement>
<system>Bamboo</system>
<url>https://ecosystem-bamboo.internal.atlassian.com/browse/AO</url>
</ciManagement>
<scm>
<connection>scm:git:git@bitbucket.org:server-platform/activeobjects.git</connection>
<developerConnection>scm:git:git@bitbucket.org:server-platform/activeobjects.git</developerConnection>
<url>https://bitbucket.org/server-platform/activeobjects</url>
<tag>aggregator-1.2.4-46d82ca1</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<!-- This ID is defined in the settings.xml in the atlassian/maven-settings-sonatype project on BBC -->
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<developers>
<developer>
<id>djspiewak</id>
<name>Daniel Spiewak</name>
<roles>
<role>Creator</role>
</roles>
</developer>
<developer>
<id>sleberrig</id>
<name>Samuel Le Berrigaud</name>
<email>sam(at)leberrigaud(dot)org</email>
<timezone>+1</timezone>
</developer>
<developer>
<id>mrdon</id>
<name>Don Brown</name>
<timezone>+10</timezone>
</developer>
<developer>
<id>ahempel</id>
<name>Adrian Hempel</name>
<timezone>+10</timezone>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>
<url>https://ecosystem.atlassian.net/browse/AO</url>
</issueManagement>
<modules>
<module>activeobjects-core</module>
<module>activeobjects-builder</module>
<module>activeobjects-test</module>
<module>activeobjects-integration-test</module>
<module>activeobjects-integration-test-model</module>
<module>activeobjects-ant-task</module>
<module>activeobjects</module>
<module>activeobjects-benchmark</module>
<module>activeobjects-integration-profiles</module>
</modules>
<properties>
<slf4j.version>1.5.11</slf4j.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<hamcrest.version>1.3</hamcrest.version>
<c3p0.version>0.9.1.1</c3p0.version>
<dbcp.version>1.4</dbcp.version>
<proxool.version>0.9.1</proxool.version>
<dbpool.version>4.9.3-jdbc3</dbpool.version>
<hsqldb.version>1.8.0.5</hsqldb.version>
<h2.version>1.3.176</h2.version>
<mysql.version>5.1.13</mysql.version>
<postgres.version>8.4-701.jdbc3</postgres.version>
<oracle.version>11.2.0.2.0</oracle.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>2.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
<version>2.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- dependencies shared across all modules -->
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>11.0.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<!--
for tests
-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<!-- need 2.10 to run individual test methods -->
<version>2.12.4</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.12.4</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.12.4</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0-beta-1</version>
</plugin>
<plugin>
<groupId>org.leberrigaud.maven.plugins</groupId>
<artifactId>database-maven-plugin</artifactId>
<version>0.10</version>
</plugin>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.17.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<message>You must use maven 3.3.3 or above to build Active Objects</message>
<version>[3.3.3,)</version>
</requireMavenVersion>
<requireJavaVersion>
<message>Active Objects requires Java 8 or later to be built.</message>
<version>[1.8,)</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin><!-- See https://central.sonatype.org/pages/apache-maven.html -->
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<!-- This ID is defined in the settings.xml in the atlassian/maven-settings-sonatype project on BBC -->
<serverId>sonatype-nexus-staging</serverId>
<!-- See https://github.com/sonatype/nexus-maven-plugins/tree/master/staging/maven-plugin -->
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>ao-unmanaged</id>
<name>AO dependencies that are not present in maven central</name>
<url>file:${project.basedir}/repository</url>
</repository>
</repositories>
<profiles>
<profile>
<id>release</id>
<properties>
<skipTests>true</skipTests>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>