<?xml version="1.0" encoding="UTF-8"?>
<!--

  jDTAUS Core
  Copyright (C) 2005 Christian Schulte
  <schulte2005@users.sourceforge.net>

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

-->
<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">
  <parent>
    <artifactId>jdtaus-site</artifactId>
    <groupId>org.jdtaus</groupId>
    <version>1.5</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jdtaus</groupId>
  <artifactId>jdtaus-core</artifactId>
  <packaging>pom</packaging>
  <name>jDTAUS Core</name>
  <version>1.12</version>
  <description>jDTAUS Core parent module.</description>
  <prerequisites>
    <maven>2.0.10</maven>
  </prerequisites>
  <scm>
    <connection>scm:svn:https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-core/tags/jdtaus-core-1.12</connection>
    <developerConnection>scm:svn:https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-core/tags/jdtaus-core-1.12</developerConnection>
    <url>https://jdtaus.svn.sourceforge.net/viewvc/jdtaus/jdtaus-core/tags/jdtaus-core-1.12</url>
  </scm>
  <build>
    <extensions>
      <extension>
        <groupId>org.jdtaus</groupId>
        <artifactId>jdtaus-build-resources</artifactId>
        <version>${jdtaus.version}</version>
      </extension>
    </extensions>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <version>2.1</version>
          <configuration>
            <source>1.4</source>
            <target>1.4</target>
            <debug>true</debug>
            <optimize>true</optimize>
            <showDeprecation>true</showDeprecation>
            <showWarnings>true</showWarnings>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-site-plugin</artifactId>
          <version>2.0.1</version>
          <configuration>
            <locales>en</locales>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-resources-plugin</artifactId>
          <version>2.4.2</version>
          <configuration>
            <delimiters>
              <delimiter>${*}</delimiter>
            </delimiters>
            <useDefaultDelimiters>false</useDefaultDelimiters>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-maven-plugin</artifactId>
          <version>1.3.8</version>
          <executions>
            <execution>
              <goals>
                <goal>descriptor</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>javacc-maven-plugin</artifactId>
          <version>${javaccMavenPluginVersion}</version>
          <executions>
            <execution>
              <id>javacc</id>
              <goals>
                <goal>javacc</goal>
              </goals>
              <configuration>
                <jdkVersion>1.4</jdkVersion>
                <forceLaCheck>true</forceLaCheck>
              </configuration>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.jvnet.jaxb1.maven2</groupId>
          <artifactId>maven-jaxb1-plugin</artifactId>
          <version>1.0-rc11</version>
          <executions>
            <execution>
              <id>generate</id>
              <phase>generate-sources</phase>
              <goals>
                <goal>generate</goal>
              </goals>
              <configuration>
                <extension>true</extension>
                <strict>true</strict>
                <bindingDirectory>src/main/jaxb</bindingDirectory>
                <schemaDirectory>src/main/jaxb</schemaDirectory>
              </configuration>
            </execution>
          </executions>
          <dependencies>
            <dependency>
              <groupId>javax.xml.parsers</groupId>
              <artifactId>jaxp-api</artifactId>
              <version>1.4.2</version>
            </dependency>
            <dependency>
              <groupId>com.sun.xml.parsers</groupId>
              <artifactId>jaxp-ri</artifactId>
              <version>1.4.2</version>
            </dependency>
            <dependency>
              <groupId>javax.xml.bind</groupId>
              <artifactId>jaxb-api</artifactId>
              <version>1.0.6</version>
            </dependency>
            <dependency>
              <groupId>com.sun.xml.bind</groupId>
              <artifactId>jaxb-impl</artifactId>
              <version>1.0.6</version>
            </dependency>
          </dependencies>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.0</version>
          <configuration>
            <useReleaseProfile>false</useReleaseProfile>
            <releaseProfiles>jdtaus-release</releaseProfiles>
            <preparationGoals>clean install</preparationGoals>
            <tagBase>https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-core/tags</tagBase>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>${surefireVersion}</version>
          <configuration>
            <redirectTestOutputToFile>true</redirectTestOutputToFile>
            <systemPropertyVariables>
              <java.util.logging.config.file>${project.build.testOutputDirectory}/logging.properties</java.util.logging.config.file>
            </systemPropertyVariables>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jar-plugin</artifactId>
          <version>2.3</version>
          <configuration>
            <archive>
              <index>true</index>
              <addMavenDescriptor>false</addMavenDescriptor>
              <compress>true</compress>
              <manifestEntries>
                <Build-Date>${buildNumber}</Build-Date>
                <Maven-Version>${maven.version}</Maven-Version>
              </manifestEntries>
            </archive>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-gpg-plugin</artifactId>
          <version>1.0</version>
          <executions>
            <execution>
              <id>sign</id>
              <phase>verify</phase>
              <goals>
                <goal>sign</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-remote-resources-plugin</artifactId>
          <version>1.0</version>
          <executions>
            <execution>
              <id>process</id>
              <goals>
                <goal>process</goal>
              </goals>
              <configuration>
                <resourceBundles>
                  <resourceBundle>org.jdtaus:jdtaus-lgpl-resource-bundle:${jdtaus.version}</resourceBundle>
                </resourceBundles>
                <properties>
                  <buildNumber>${buildNumber}</buildNumber>
                </properties>
              </configuration>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-plugin-plugin</artifactId>
          <version>${mavenPluginPluginVersion}</version>
          <executions>
            <execution>
              <id>generate-helpmojo</id>
              <goals>
                <goal>helpmojo</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-javadoc-plugin</artifactId>
          <version>${mavenJavadocPluginVersion}</version>
          <configuration>
            <author>true</author>
            <keywords>true</keywords>
            <linksource>true</linksource>
            <nodeprecated>true</nodeprecated>
            <quiet>false</quiet>
            <verbose>false</verbose>
            <serialwarn>true</serialwarn>
            <show>public</show>
            <source>1.4</source>
            <doctitle>${project.name} ${project.version}</doctitle>
            <windowtitle>${project.name} ${project.version}</windowtitle>
            <detectJavaApiLink>true</detectJavaApiLink>
            <detectOfflineLinks>false</detectOfflineLinks>
            <!-- <detectLinks>true</detectLinks> Disabled due to http://jira.codehaus.org/browse/MJAVADOC-273 -->
            <archive>
              <index>true</index>
              <addMavenDescriptor>false</addMavenDescriptor>
              <compress>true</compress>
              <manifestEntries>
                <Build-Date>${buildNumber}</Build-Date>
                <Maven-Version>${maven.version}</Maven-Version>
              </manifestEntries>
            </archive>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jxr-plugin</artifactId>
          <version>${mavenJxrPluginVersion}</version>
          <configuration>
            <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
            <outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-pmd-plugin</artifactId>
          <version>${mavenPmdPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-report-plugin</artifactId>
          <version>${surefireVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-checkstyle-plugin</artifactId>
          <version>${mavenCheckstylePluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-changes-plugin</artifactId>
          <version>${mavenChangesPluginVersion}</version>
          <configuration>
            <issueLinkTemplatePerSystem>
              <MantisBT>http://apps.sourceforge.net/mantisbt/jdtaus/view.php?id=%ISSUE%</MantisBT>
            </issueLinkTemplatePerSystem>
            <reportSets>
              <reportSet>
                <reports>
                  <report>changes-report</report>
                </reports>
              </reportSet>
            </reportSets>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-shade-plugin</artifactId>
          <version>${mavenShadePluginVersion}</version>
          <dependencies>
            <dependency>
              <artifactId>jdtaus-container-mojo</artifactId>
              <groupId>org.jdtaus.mojo</groupId>
              <version>3.10</version>
              <scope>runtime</scope>
            </dependency>
            <dependency>
              <artifactId>jdtaus-core-client-container</artifactId>
              <groupId>org.jdtaus.core.container</groupId>
              <version>${jdtausCoreVersion}</version>
              <scope>runtime</scope>
            </dependency>
          </dependencies>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-clean-plugin</artifactId>
          <version>2.4</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-deploy-plugin</artifactId>
          <version>2.5</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-install-plugin</artifactId>
          <version>2.3</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-source-plugin</artifactId>
          <version>2.1.1</version>
          <configuration>
            <archive>
              <index>true</index>
              <addMavenDescriptor>false</addMavenDescriptor>
              <compress>true</compress>
              <manifestEntries>
                <Build-Date>${buildNumber}</Build-Date>
                <Maven-Version>${maven.version}</Maven-Version>
              </manifestEntries>
            </archive>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.jdtaus.mojo</groupId>
          <artifactId>jdtaus-resource-mojo</artifactId>
          <version>3.11</version>
          <executions>
            <execution>
              <id>generate-resources</id>
              <goals>
                <goal>java-resources</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.jdtaus.mojo</groupId>
          <artifactId>jdtaus-container-mojo</artifactId>
          <version>3.10</version>
          <dependencies>
            <dependency>
              <groupId>org.jdtaus.core.container</groupId>
              <artifactId>jdtaus-core-client-container</artifactId>
              <version>${jdtausCoreVersion}</version>
              <scope>runtime</scope>
            </dependency>
          </dependencies>
          <executions>
            <execution>
              <id>manage-main</id>
              <goals>
                <goal>java-container</goal>
              </goals>
            </execution>
            <execution>
              <id>manage-tests</id>
              <goals>
                <goal>java-container-tests</goal>
              </goals>
            </execution>
            <execution>
              <id>commit-main</id>
              <goals>
                <goal>java-commit</goal>
              </goals>
            </execution>
            <execution>
              <id>commit-tests</id>
              <goals>
                <goal>java-commit-tests</goal>
              </goals>
            </execution>
          </executions>
          <configuration>
            <locale>en</locale>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>buildnumber-maven-plugin</artifactId>
          <groupId>org.codehaus.mojo</groupId>
          <version>1.0-beta-4</version>
          <executions>
            <execution>
              <phase>validate</phase>
              <goals>
                <goal>create</goal>
              </goals>
            </execution>
          </executions>
          <configuration>
            <format>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</format>
            <items>
              <item>timestamp</item>
            </items>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>maven-scm-plugin</artifactId>
          <version>1.3</version>
          <configuration>
            <message>[maven-scm-plugin] Build ${buildNumber}</message>
            <username>${jdtaus.scm.username}</username>
            <password>${jdtaus.scm.password}</password>
            <tag>${project.artifactId}-${project.version}-${buildNumber}</tag>
            <tagBase>https://jdtaus.svn.sourceforge.net/svnroot/jdtaus/jdtaus-core/builds</tagBase>
          </configuration>
        </plugin>
        <plugin>
          <artifactId>build-helper-maven-plugin</artifactId>
          <groupId>org.codehaus.mojo</groupId>
          <version>1.5</version>
          <executions>
            <execution>
              <goals>
                <goal>maven-version</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jarsigner-plugin</artifactId>
          <version>1.2</version>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>clirr-maven-plugin</artifactId>
          <version>${clirrMavenPluginVersion}</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-dependency-plugin</artifactId>
          <version>2.1</version>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <artifactId>buildnumber-maven-plugin</artifactId>
        <groupId>org.codehaus.mojo</groupId>
      </plugin>
      <plugin>
        <artifactId>build-helper-maven-plugin</artifactId>
        <groupId>org.codehaus.mojo</groupId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-remote-resources-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <modules>
    <module>jdtaus-core-schemas</module>
    <module>jdtaus-resource-mojo</module>
    <module>jdtaus-core-api</module>
    <module>jdtaus-container-mojo</module>
    <module>jdtaus-core-client-container</module>
    <module>jdtaus-core-servlet-container</module>
    <module>jdtaus-core-spi</module>
    <module>jdtaus-core-it</module>
    <module>jdtaus-core-memory-manager</module>
    <module>jdtaus-core-jdk-logging</module>
    <module>jdtaus-core-application-logger</module>
    <module>jdtaus-core-commons-logging</module>
    <module>jdtaus-core-log4j-logging</module>
    <module>jdtaus-core-slf4j-logging</module>
    <module>jdtaus-core-task-monitor</module>
    <module>jdtaus-core-jdk14-executor</module>
    <module>jdtaus-core-entity-resolver</module>
    <module>jdtaus-core-messages</module>
    <module>jdtaus-core-utilities</module>
    <module>jdtaus-core-runtime</module>
  </modules>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.2</version>
      </dependency>
      <dependency>
        <groupId>commons-logging</groupId>
        <artifactId>commons-logging</artifactId>
        <version>1.1.1</version>
      </dependency>
      <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.16</version>
      </dependency>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
        <version>${slf4j.version}</version>
      </dependency>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-jdk14</artifactId>
        <version>${slf4j.version}</version>
      </dependency>
      <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.3</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-plugin-api</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-project</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.velocity</groupId>
        <artifactId>velocity</artifactId>
        <version>1.6.4</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven.reporting</groupId>
        <artifactId>maven-reporting-api</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven.reporting</groupId>
        <artifactId>maven-reporting-impl</artifactId>
        <version>2.0.4.3</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven.shared</groupId>
        <artifactId>maven-doxia-tools</artifactId>
        <version>1.2.1</version>
      </dependency>
      <dependency>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <version>${mavenShadePluginVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
        <version>1.5.15</version>
      </dependency>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring</artifactId>
        <version>2.5.6</version>
      </dependency>
      <dependency>
        <groupId>org.apache.bcel</groupId>
        <artifactId>bcel</artifactId>
        <version>5.2</version>
      </dependency>
      <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>1.0.6</version>
      </dependency>
      <dependency>
        <groupId>com.sun.xml.bind</groupId>
        <artifactId>jaxb-impl</artifactId>
        <version>1.0.6</version>
      </dependency>
      <dependency>
        <groupId>javax.xml.parsers</groupId>
        <artifactId>jaxp-api</artifactId>
        <version>1.4.2</version>
      </dependency>
      <dependency>
        <groupId>com.sun.xml.parsers</groupId>
        <artifactId>jaxp-ri</artifactId>
        <version>1.4.2</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.common</groupId>
        <artifactId>jdtaus-core-api</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core.container</groupId>
        <artifactId>jdtaus-core-client-container</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>

      <dependency>
        <groupId>org.jdtaus.core</groupId>
        <artifactId>jdtaus-core-spi</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core</groupId>
        <artifactId>jdtaus-core-it</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core.logging</groupId>
        <artifactId>jdtaus-core-jdk-logging</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core</groupId>
        <artifactId>jdtaus-core-messages</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core</groupId>
        <artifactId>jdtaus-core-schemas</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core.monitor</groupId>
        <artifactId>jdtaus-core-task-monitor</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core.lang</groupId>
        <artifactId>jdtaus-core-memory-manager</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <groupId>org.jdtaus.core.text</groupId>
        <artifactId>jdtaus-core-application-logger</artifactId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <artifactId>jdtaus-core-servlet-container</artifactId>
        <groupId>org.jdtaus.core.container</groupId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <artifactId>jdtaus-core-entity-resolver</artifactId>
        <groupId>org.jdtaus.core.sax</groupId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <artifactId>jdtaus-core-utilities</artifactId>
        <groupId>org.jdtaus.core</groupId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
      <dependency>
        <artifactId>jdtaus-core-jdk14-executor</artifactId>
        <groupId>org.jdtaus.core.lang</groupId>
        <version>${jdtausCoreVersion}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>2.1.2</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>${mavenJavadocPluginVersion}</version>
        <reportSets>
          <reportSet>
            <id>javadoc</id>
            <inherited>true</inherited>
            <reports>
              <report>javadoc</report>
              <report>test-javadoc</report>
            </reports>
            <configuration>
              <author>true</author>
              <keywords>true</keywords>
              <linksource>true</linksource>
              <nodeprecated>true</nodeprecated>
              <quiet>false</quiet>
              <verbose>false</verbose>
              <serialwarn>true</serialwarn>
              <show>public</show>
              <source>1.4</source>
              <doctitle>${project.name} ${project.version}</doctitle>
              <windowtitle>${project.name} ${project.version}</windowtitle>
              <detectJavaApiLink>true</detectJavaApiLink>
              <detectOfflineLinks>false</detectOfflineLinks>
              <!-- <detectLinks>true</detectLinks> Disabled due to http://jira.codehaus.org/browse/MJAVADOC-273 -->
              <archive>
                <index>true</index>
                <addMavenDescriptor>false</addMavenDescriptor>
                <compress>true</compress>
                <manifestEntries>
                  <Build-Date>${buildNumber}</Build-Date>
                  <Maven-Version>${maven.version}</Maven-Version>
                </manifestEntries>
              </archive>
            </configuration>
          </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jxr-plugin</artifactId>
        <version>${mavenJxrPluginVersion}</version>
        <configuration>
          <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
          <outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-pmd-plugin</artifactId>
        <version>${mavenPmdPluginVersion}</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
        <version>${surefireVersion}</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>${mavenCheckstylePluginVersion}</version>
        <configuration>
          <configLocation>org/jdtaus/build/resources/checkstyle.xml</configLocation>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>${mavenChangesPluginVersion}</version>
        <reportSets>
          <reportSet>
            <id>changes</id>
            <inherited>true</inherited>
            <reports>
              <report>changes-report</report>
            </reports>
            <configuration>
              <issueLinkTemplatePerSystem>
                <MantisBT>http://apps.sourceforge.net/mantisbt/jdtaus/view.php?id=%ISSUE%</MantisBT>
              </issueLinkTemplatePerSystem>
            </configuration>
          </reportSet>
        </reportSets>
      </plugin>
    </plugins>
  </reporting>
  <profiles>
    <profile>
      <id>jdtaus-ci</id>
      <activation>
        <activeByDefault>false</activeByDefault>
      </activation>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-scm-plugin</artifactId>
            <executions>
              <execution>
                <id>update-workdir</id>
                <phase>initialize</phase>
                <goals>
                  <goal>update</goal>
                </goals>
              </execution>
              <execution>
                <id>checkin-main</id>
                <phase>process-resources</phase>
                <goals>
                  <goal>checkin</goal>
                </goals>
              </execution>
              <execution>
                <id>checkin-test</id>
                <phase>process-test-resources</phase>
                <goals>
                  <goal>checkin</goal>
                </goals>
              </execution>
              <execution>
                <id>tag-deployment</id>
                <phase>deploy</phase>
                <goals>
                  <goal>tag</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <properties>
    <jdtausCoreVersion>1.12</jdtausCoreVersion>
    <mavenJavadocPluginVersion>2.6.1</mavenJavadocPluginVersion>
    <mavenJxrPluginVersion>2.1</mavenJxrPluginVersion>
    <mavenPmdPluginVersion>2.4</mavenPmdPluginVersion>
    <mavenCheckstylePluginVersion>2.3</mavenCheckstylePluginVersion>
    <mavenChangesPluginVersion>2.2</mavenChangesPluginVersion>
    <mavenPluginPluginVersion>2.5.1</mavenPluginPluginVersion>
    <mavenShadePluginVersion>1.3.1</mavenShadePluginVersion>
    <javaccMavenPluginVersion>2.6</javaccMavenPluginVersion>
    <clirrMavenPluginVersion>2.2.2</clirrMavenPluginVersion>
    <surefireVersion>2.5</surefireVersion>
    <jdtaus.version>1.5</jdtaus.version>
    <slf4j.version>1.6.4</slf4j.version>
  </properties>
</project>
