pom.xml revision cc354d5672bc5cb5bba3bf49b6bf953e2021d7d3
0066eddda7203f6345b56f77d146a759298dc635gryzor<?xml version="1.0" encoding="UTF-8"?>
0066eddda7203f6345b56f77d146a759298dc635gryzor<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ! CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd !
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd ! The contents of this file are subject to the terms of the
0066eddda7203f6345b56f77d146a759298dc635gryzor ! Common Development and Distribution License, Version 1.0 only
0066eddda7203f6345b56f77d146a759298dc635gryzor ! (the "License"). You may not use this file except in compliance
0066eddda7203f6345b56f77d146a759298dc635gryzor ! with the License.
0066eddda7203f6345b56f77d146a759298dc635gryzor !
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc ! You can obtain a copy of the license at
0066eddda7203f6345b56f77d146a759298dc635gryzor ! trunk/opendj3/legal-notices/CDDLv1_0.txt
0066eddda7203f6345b56f77d146a759298dc635gryzor ! or http://forgerock.org/license/CDDLv1.0.html.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ! See the License for the specific language governing permissions
2e545ce2450a9953665f701bb05350f0d3f26275nd ! and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen !
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ! When distributing Covered Code, include this CDDL HEADER in each
0066eddda7203f6345b56f77d146a759298dc635gryzor ! file and include the License file at
0066eddda7203f6345b56f77d146a759298dc635gryzor ! trunk/opendj3/legal-notices/CDDLv1_0.txt. If applicable,
0066eddda7203f6345b56f77d146a759298dc635gryzor ! add the following below this CDDL HEADER, with the fields enclosed
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen ! by brackets "[]" replaced with your own identifying information:
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ! Portions Copyright [yyyy] [name of copyright owner]
0066eddda7203f6345b56f77d146a759298dc635gryzor !
0066eddda7203f6345b56f77d146a759298dc635gryzor ! CDDL HEADER END
0066eddda7203f6345b56f77d146a759298dc635gryzor !
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ! Copyright 2011-2013 ForgeRock AS
0066eddda7203f6345b56f77d146a759298dc635gryzor !
0066eddda7203f6345b56f77d146a759298dc635gryzor-->
0066eddda7203f6345b56f77d146a759298dc635gryzor<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0066eddda7203f6345b56f77d146a759298dc635gryzor xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
0066eddda7203f6345b56f77d146a759298dc635gryzor <!-- This is Maven build file is just a hack in order to leverage
0066eddda7203f6345b56f77d146a759298dc635gryzor Maven's site generation capabilities. It duplicates version information,
0066eddda7203f6345b56f77d146a759298dc635gryzor and the Ant build is not split into phases: we just do it in one single
0066eddda7203f6345b56f77d146a759298dc635gryzor blast during the compile phase -->
0066eddda7203f6345b56f77d146a759298dc635gryzor
0066eddda7203f6345b56f77d146a759298dc635gryzor <modelVersion>4.0.0</modelVersion>
0066eddda7203f6345b56f77d146a759298dc635gryzor <parent>
0066eddda7203f6345b56f77d146a759298dc635gryzor <groupId>org.forgerock.opendj</groupId>
0066eddda7203f6345b56f77d146a759298dc635gryzor <artifactId>opendj-project</artifactId>
0066eddda7203f6345b56f77d146a759298dc635gryzor <version>2.7.0-SNAPSHOT</version>
0066eddda7203f6345b56f77d146a759298dc635gryzor </parent>
6d20aeba2c4aa0938bc6e0659d13adc7670ff421poirier <artifactId>opendj-server</artifactId>
6d20aeba2c4aa0938bc6e0659d13adc7670ff421poirier <packaging>pom</packaging>
6d20aeba2c4aa0938bc6e0659d13adc7670ff421poirier <name>OpenDJ Directory Server</name>
0066eddda7203f6345b56f77d146a759298dc635gryzor <description>
0066eddda7203f6345b56f77d146a759298dc635gryzor OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe platform, providing a high performance, highly available and secure store
0066eddda7203f6345b56f77d146a759298dc635gryzor for the identities managed by enterprises.
0066eddda7203f6345b56f77d146a759298dc635gryzor </description>
0066eddda7203f6345b56f77d146a759298dc635gryzor <inceptionYear>2006</inceptionYear>
0066eddda7203f6345b56f77d146a759298dc635gryzor <scm>
0066eddda7203f6345b56f77d146a759298dc635gryzor <url>https://svn.forgerock.org/opendj/trunk/opends/</url>
0066eddda7203f6345b56f77d146a759298dc635gryzor <connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</connection>
0066eddda7203f6345b56f77d146a759298dc635gryzor <developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opends/</developerConnection>
0066eddda7203f6345b56f77d146a759298dc635gryzor <tag>HEAD</tag>
0066eddda7203f6345b56f77d146a759298dc635gryzor </scm>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <ciManagement>
0066eddda7203f6345b56f77d146a759298dc635gryzor <system>jenkins</system>
0066eddda7203f6345b56f77d146a759298dc635gryzor <url>http://builds.forgerock.org/job/OpenDJ%20-%20trunk%20-%20postcommit</url>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <notifiers>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <notifier>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <type>mail</type>
0066eddda7203f6345b56f77d146a759298dc635gryzor <sendOnError>true</sendOnError>
0066eddda7203f6345b56f77d146a759298dc635gryzor <sendOnFailure>true</sendOnFailure>
0066eddda7203f6345b56f77d146a759298dc635gryzor <sendOnSuccess>false</sendOnSuccess>
0066eddda7203f6345b56f77d146a759298dc635gryzor <sendOnWarning>false</sendOnWarning>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <address>opendj-dev@forgerock.org</address>
0066eddda7203f6345b56f77d146a759298dc635gryzor </notifier>
0066eddda7203f6345b56f77d146a759298dc635gryzor </notifiers>
0066eddda7203f6345b56f77d146a759298dc635gryzor </ciManagement>
0066eddda7203f6345b56f77d146a759298dc635gryzor
6d20aeba2c4aa0938bc6e0659d13adc7670ff421poirier <repositories>
0066eddda7203f6345b56f77d146a759298dc635gryzor <repository>
0066eddda7203f6345b56f77d146a759298dc635gryzor <id>forgerock-staging-repository</id>
01f52ba6a87aa39d3873a441369828875c471823trawick <name>ForgeRock Release Repository</name>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <url>http://maven.forgerock.org/repo/releases</url>
0066eddda7203f6345b56f77d146a759298dc635gryzor <snapshots>
0066eddda7203f6345b56f77d146a759298dc635gryzor <enabled>false</enabled>
0066eddda7203f6345b56f77d146a759298dc635gryzor </snapshots>
0066eddda7203f6345b56f77d146a759298dc635gryzor </repository>
0066eddda7203f6345b56f77d146a759298dc635gryzor <repository>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <id>forgerock-snapshots-repository</id>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <name>ForgeRock Snapshot Repository</name>
0066eddda7203f6345b56f77d146a759298dc635gryzor <url>http://maven.forgerock.org/repo/snapshots</url>
8d71cfe50621fe78b960ccef99680b89bb61170elgentis <releases>
01f52ba6a87aa39d3873a441369828875c471823trawick <enabled>false</enabled>
01f52ba6a87aa39d3873a441369828875c471823trawick </releases>
0066eddda7203f6345b56f77d146a759298dc635gryzor </repository>
0066eddda7203f6345b56f77d146a759298dc635gryzor </repositories>
0066eddda7203f6345b56f77d146a759298dc635gryzor
0066eddda7203f6345b56f77d146a759298dc635gryzor <properties>
0066eddda7203f6345b56f77d146a759298dc635gryzor <ant.home>ext/ant</ant.home>
0066eddda7203f6345b56f77d146a759298dc635gryzor <BUILD_NUMBER>0</BUILD_NUMBER>
0066eddda7203f6345b56f77d146a759298dc635gryzor
0066eddda7203f6345b56f77d146a759298dc635gryzor <!-- START Documentation properties -->
0066eddda7203f6345b56f77d146a759298dc635gryzor
0066eddda7203f6345b56f77d146a759298dc635gryzor <docTargetVersion>${project.version}</docTargetVersion><!-- Reset before final publication -->
4aa603e6448b99f9371397d439795c91a93637eand <docPreviousVersion>2.6.0</docPreviousVersion>
4aa603e6448b99f9371397d439795c91a93637eand <sdkDocTargetVersion>${docTargetVersion}</sdkDocTargetVersion>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <gaId>UA-23412190-8</gaId>
0066eddda7203f6345b56f77d146a759298dc635gryzor <!--
0066eddda7203f6345b56f77d146a759298dc635gryzor Release date and publication date are set at release build time.
0066eddda7203f6345b56f77d146a759298dc635gryzor -D"releaseDate=Software release date: January 1, 1970"
0066eddda7203f6345b56f77d146a759298dc635gryzor -D"pubDate=Publication date: December 31, 1969"
0066eddda7203f6345b56f77d146a759298dc635gryzor At all other times, the dates should be empty.
4aa603e6448b99f9371397d439795c91a93637eand -->
4aa603e6448b99f9371397d439795c91a93637eand <releaseDate />
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <softwareReleaseDate>${releaseDate}</softwareReleaseDate>
0066eddda7203f6345b56f77d146a759298dc635gryzor <pubDate />
0066eddda7203f6345b56f77d146a759298dc635gryzor <publicationDate>${pubDate}</publicationDate>
0066eddda7203f6345b56f77d146a759298dc635gryzor <checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
0066eddda7203f6345b56f77d146a759298dc635gryzor <frDocPluginVersion>2.0.0-SNAPSHOT</frDocPluginVersion>
0066eddda7203f6345b56f77d146a759298dc635gryzor
20f499565e77defe9dab24dd85c02f38a1175855nd <!-- Permit doc build to override relative locations of non DocBook content -->
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <coreDocBase>http://opendj.forgerock.org/doc/</coreDocBase>
0066eddda7203f6345b56f77d146a759298dc635gryzor <configRefBase>http://opendj.forgerock.org/opendj-server/configref/</configRefBase>
0066eddda7203f6345b56f77d146a759298dc635gryzor <serverJavadocBase>http://opendj.forgerock.org/opendj-server/javadoc/</serverJavadocBase>
0066eddda7203f6345b56f77d146a759298dc635gryzor <sdkJavadocBase>http://opendj.forgerock.org/opendj-ldap-sdk/apidocs/</sdkJavadocBase>
0066eddda7203f6345b56f77d146a759298dc635gryzor
0066eddda7203f6345b56f77d146a759298dc635gryzor <!-- END Documentation properties -->
20f499565e77defe9dab24dd85c02f38a1175855nd </properties>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <build>
0066eddda7203f6345b56f77d146a759298dc635gryzor <directory>build</directory>
0066eddda7203f6345b56f77d146a759298dc635gryzor <plugins>
0066eddda7203f6345b56f77d146a759298dc635gryzor <plugin>
0066eddda7203f6345b56f77d146a759298dc635gryzor <artifactId>maven-antrun-plugin</artifactId>
0066eddda7203f6345b56f77d146a759298dc635gryzor <inherited>false</inherited>
0066eddda7203f6345b56f77d146a759298dc635gryzor <executions>
0066eddda7203f6345b56f77d146a759298dc635gryzor <execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor <id>clean</id>
0066eddda7203f6345b56f77d146a759298dc635gryzor <phase>clean</phase>
4aa603e6448b99f9371397d439795c91a93637eand <goals>
4aa603e6448b99f9371397d439795c91a93637eand <goal>run</goal>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh </goals>
0066eddda7203f6345b56f77d146a759298dc635gryzor <configuration>
01f52ba6a87aa39d3873a441369828875c471823trawick <target>
01f52ba6a87aa39d3873a441369828875c471823trawick <delete dir="target" />
0066eddda7203f6345b56f77d146a759298dc635gryzor <ant target="clean" />
0066eddda7203f6345b56f77d146a759298dc635gryzor </target>
0066eddda7203f6345b56f77d146a759298dc635gryzor </configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor </execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor <execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor <id>compile</id>
0066eddda7203f6345b56f77d146a759298dc635gryzor <phase>compile</phase>
0066eddda7203f6345b56f77d146a759298dc635gryzor <goals>
0066eddda7203f6345b56f77d146a759298dc635gryzor <goal>run</goal>
0066eddda7203f6345b56f77d146a759298dc635gryzor </goals>
0066eddda7203f6345b56f77d146a759298dc635gryzor <configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor <target>
4aa603e6448b99f9371397d439795c91a93637eand <!-- We need to significantly refactor build.xml in order
4aa603e6448b99f9371397d439795c91a93637eand to split this up any more -->
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <ant target="precommit" />
0066eddda7203f6345b56f77d146a759298dc635gryzor </target>
0066eddda7203f6345b56f77d146a759298dc635gryzor </configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor </execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor <execution>
f039cf01b271a31e317d5b84f24cb135f1c1b6d7nd <id>generate-docs</id>
f039cf01b271a31e317d5b84f24cb135f1c1b6d7nd <phase>pre-site</phase>
0066eddda7203f6345b56f77d146a759298dc635gryzor <goals>
0066eddda7203f6345b56f77d146a759298dc635gryzor <goal>run</goal>
0066eddda7203f6345b56f77d146a759298dc635gryzor </goals>
0066eddda7203f6345b56f77d146a759298dc635gryzor <configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor <target>
0066eddda7203f6345b56f77d146a759298dc635gryzor <ant target="javadoc" />
0066eddda7203f6345b56f77d146a759298dc635gryzor <ant target="configguide" />
0066eddda7203f6345b56f77d146a759298dc635gryzor <ant target="generateLogReference" />
0066eddda7203f6345b56f77d146a759298dc635gryzor </target>
0066eddda7203f6345b56f77d146a759298dc635gryzor </configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor </execution>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <execution>
8d71cfe50621fe78b960ccef99680b89bb61170elgentis <id>cp-generated-docs</id>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <phase>site</phase>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <goals>
0066eddda7203f6345b56f77d146a759298dc635gryzor <goal>run</goal>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe </goals>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <configuration>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <target>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <copy todir="build/site/configref">
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <fileset dir="build/docgen/configuration_guide/" />
0066eddda7203f6345b56f77d146a759298dc635gryzor </copy>
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <copy todir="build/site/javadoc">
7e9c796f2dc0dba993a817b3a58cfd56b4e511edwrowe <fileset dir="build/javadoc/" />
0066eddda7203f6345b56f77d146a759298dc635gryzor </copy>
20f499565e77defe9dab24dd85c02f38a1175855nd </target>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh </configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor </execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor </executions>
e609ac39f206eb484d7d609a6a50369b1abbe112sf </plugin>
e609ac39f206eb484d7d609a6a50369b1abbe112sf
e609ac39f206eb484d7d609a6a50369b1abbe112sf <plugin>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <groupId>org.forgerock.commons</groupId>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <artifactId>forgerock-doc-maven-plugin</artifactId>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <version>${frDocPluginVersion}</version>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <inherited>false</inherited>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <configuration>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <projectName>OpenDJ</projectName>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <googleAnalyticsId>${gaId}</googleAnalyticsId>
e609ac39f206eb484d7d609a6a50369b1abbe112sf <docbkxSourceDirectory>${basedir}/src/main/docbkx</docbkxSourceDirectory>
e609ac39f206eb484d7d609a6a50369b1abbe112sf </configuration>
0066eddda7203f6345b56f77d146a759298dc635gryzor <executions>
0066eddda7203f6345b56f77d146a759298dc635gryzor <execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor <id>copy-common</id>
0066eddda7203f6345b56f77d146a759298dc635gryzor <phase>pre-site</phase>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung <goals>
ccb709596bad11241fad96d128bbaae408ad78a7rbowen <goal>boilerplate</goal>
0d0ba3a410038e179b695446bb149cce6264e0abnd </goals>
ccb709596bad11241fad96d128bbaae408ad78a7rbowen </execution>
ccb709596bad11241fad96d128bbaae408ad78a7rbowen <execution>
0d0ba3a410038e179b695446bb149cce6264e0abnd <id>filter-sources</id>
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh <phase>pre-site</phase>
ccb709596bad11241fad96d128bbaae408ad78a7rbowen <goals>
0d0ba3a410038e179b695446bb149cce6264e0abnd <goal>filter</goal>
0d0ba3a410038e179b695446bb149cce6264e0abnd </goals>
0d0ba3a410038e179b695446bb149cce6264e0abnd </execution>
ac082aefa89416cbdc9a1836eaf3bed9698201c8humbedooh <execution>
0d0ba3a410038e179b695446bb149cce6264e0abnd <id>prepare-sources</id>
0d0ba3a410038e179b695446bb149cce6264e0abnd <phase>pre-site</phase>
0d0ba3a410038e179b695446bb149cce6264e0abnd <goals>
ccb709596bad11241fad96d128bbaae408ad78a7rbowen <goal>prepare</goal>
0d0ba3a410038e179b695446bb149cce6264e0abnd </goals>
0d0ba3a410038e179b695446bb149cce6264e0abnd </execution>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <execution>
205f749042ed530040a4f0080dbcb47ceae8a374rjung <id>build-doc</id>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen <phase>pre-site</phase>
0d0ba3a410038e179b695446bb149cce6264e0abnd <goals>
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd <goal>build</goal>
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd </goals>
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd </execution>
0066eddda7203f6345b56f77d146a759298dc635gryzor <execution>
<id>layout-doc</id>
<phase>site</phase>
<goals>
<goal>layout</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.forgerock.maven.plugins</groupId>
<artifactId>javadoc-updater-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<phase>site</phase>
<goals>
<goal>fixjavadoc</goal>
</goals>
<configuration>
<directory>build/site/javadoc</directory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>parse-version</id>
<goals>
<goal>parse-version</goal>
</goals>
</execution>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.zip</file>
<type>zip</type>
</artifact>
<artifact>
<file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-DSML.war</file>
<type>war</type>
</artifact>
<artifact>
<file>build/package/OpenDJ-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}/lib/OpenDJ.jar</file>
<type>jar</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- Required for release:perform: the parent pom specifies a value
for "arguments" in the plugin configuration. This prevents
command line setting of the option. -->
<arguments>-Penforce -Dopendmk.lib.dir=${opendmk.lib.dir}</arguments>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>tests-only</id>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<!-- We need to significantly refactor build.xml in order
to split this up any more -->
<ant target="test" />
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>