f676f4
f676f4
f676f4
f676f4
    Copyright (c) 2008-2013 Sonatype, Inc. All rights reserved.
f676f4
f676f4
    This program is licensed to you under the Apache License Version 2.0,
f676f4
    and you may not use this file except in compliance with the Apache License Version 2.0.
f676f4
    You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
f676f4
f676f4
    Unless required by applicable law or agreed to in writing,
f676f4
    software distributed under the Apache License Version 2.0 is distributed on an
f676f4
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
f676f4
    See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
f676f4
f676f4
-->
f676f4
<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">
f676f4
  <modelVersion>4.0.0</modelVersion>
f676f4
f676f4
  <groupId>org.sonatype.forge</groupId>
f676f4
  <artifactId>forge-parent</artifactId>
f676f4
  <packaging>pom</packaging>
f676f4
  <version>38</version>
f676f4
f676f4
  <name>${project.artifactId}</name>
f676f4
  <description>${project.name}</description>
f676f4
  <inceptionYear>2008</inceptionYear>
f676f4
  <url>http://forge.sonatype.com/</url>
f676f4
f676f4
  <organization>
f676f4
    <name>Sonatype, Inc.</name>
f676f4
    <url>http://www.sonatype.com/</url>
f676f4
  </organization>
f676f4
f676f4
  <licenses>
f676f4
    <license>
f676f4
      <name>ASLv2</name>
f676f4
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
f676f4
      <distribution>repo</distribution>
f676f4
    </license>
f676f4
  </licenses>
f676f4
f676f4
  <developers>
f676f4
    <developer>
f676f4
      <name>Sonatype, Inc.</name>
f676f4
      <organization>Sonatype, Inc.</organization>
f676f4
    </developer>
f676f4
  </developers>
f676f4
f676f4
  <scm>
f676f4
    <connection>scm:git:git://github.com/sonatype/oss-parents.git</connection>
f676f4
    <url>https://github.com/sonatype/oss-parents</url>
f676f4
    <developerConnection>scm:git:git@github.com:sonatype/oss-parents.git</developerConnection>
f676f4
  </scm>
f676f4
f676f4
  <ciManagement>
f676f4
    <system>Bamboo</system>
f676f4
    <url>https://bamboo.zion.sonatype.com</url>
f676f4
  </ciManagement>
f676f4
f676f4
  <issueManagement>
f676f4
    <system>Jira</system>
f676f4
    <url>https://issues.sonatype.org</url>
f676f4
  </issueManagement>
f676f4
f676f4
  <prerequisites>
f676f4
    <maven>3.0</maven>
f676f4
  </prerequisites>
f676f4
f676f4
  <properties>
f676f4
    <nexusUrl>https://repository.sonatype.org/</nexusUrl>
f676f4
    <forgeReleaseId>forge-releases</forgeReleaseId>
f676f4
    <forgeReleaseUrl>https://repository.sonatype.org/service/local/staging/deploy/maven2</forgeReleaseUrl>
f676f4
    <forgeSnapshotId>forge-snapshots</forgeSnapshotId>
f676f4
    <forgeSnapshotUrl>https://repository.sonatype.org/content/repositories/snapshots</forgeSnapshotUrl>
f676f4
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
f676f4
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
f676f4
    <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
f676f4
    <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
f676f4
    <localCheckout>true</localCheckout>
f676f4
    <pushChanges>false</pushChanges>
f676f4
    <failsafe.timeout>600</failsafe.timeout>
f676f4
    <nexus-staging.version>1.4.4</nexus-staging.version>
f676f4
    <maven.compiler.source>1.6</maven.compiler.source>
f676f4
    <maven.compiler.target>1.6</maven.compiler.target>
f676f4
  </properties>
f676f4
f676f4
  <distributionManagement>
f676f4
    <repository>
f676f4
      <id>${forgeReleaseId}</id>
f676f4
      <url>${forgeReleaseUrl}</url>
f676f4
    </repository>
f676f4
    <snapshotRepository>
f676f4
      <id>${forgeSnapshotId}</id>
f676f4
      <url>${forgeSnapshotUrl}</url>
f676f4
    </snapshotRepository>
f676f4
  </distributionManagement>
f676f4
f676f4
  <build>
f676f4
f676f4
    <defaultGoal>install</defaultGoal>
f676f4
f676f4
    <resources>
f676f4
      <resource>
f676f4
        <directory>${project.basedir}/src/main/resources</directory>
f676f4
        <filtering>false</filtering>
f676f4
        <includes>
f676f4
          <include>**/*</include>
f676f4
        </includes>
f676f4
      </resource>
f676f4
f676f4
      <resource>
f676f4
        <directory>${project.basedir}/src/main/filtered-resources</directory>
f676f4
        <filtering>true</filtering>
f676f4
        <includes>
f676f4
          <include>**/*</include>
f676f4
        </includes>
f676f4
      </resource>
f676f4
    </resources>
f676f4
f676f4
    <testResources>
f676f4
      <testResource>
f676f4
        <directory>${project.basedir}/src/test/resources</directory>
f676f4
        <filtering>false</filtering>
f676f4
        <includes>
f676f4
          <include>**/*</include>
f676f4
        </includes>
f676f4
      </testResource>
f676f4
f676f4
      <testResource>
f676f4
        <directory>${project.basedir}/src/test/filtered-resources</directory>
f676f4
        <filtering>true</filtering>
f676f4
        <includes>
f676f4
          <include>**/*</include>
f676f4
        </includes>
f676f4
      </testResource>
f676f4
    </testResources>
f676f4
f676f4
    <pluginManagement>
f676f4
      <plugins>
f676f4
        <plugin>
f676f4
          <groupId>org.codehaus.mojo</groupId>
f676f4
          <artifactId>animal-sniffer-maven-plugin</artifactId>
f676f4
          <version>1.9</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.codehaus.mojo</groupId>
f676f4
          <artifactId>build-helper-maven-plugin</artifactId>
f676f4
          <version>1.7</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-antrun-plugin</artifactId>
f676f4
          <version>1.7</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-assembly-plugin</artifactId>
f676f4
          <version>2.4</version>
f676f4
          <configuration>
f676f4
            <tarLongFileMode>gnu</tarLongFileMode>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.felix</groupId>
f676f4
          <artifactId>maven-bundle-plugin</artifactId>
f676f4
          <version>2.3.7</version>
f676f4
          <configuration>
f676f4
            <instructions>
f676f4
              
f676f4
              <Bundle-Description>${project.description}</Bundle-Description>
f676f4
            </instructions>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-clean-plugin</artifactId>
f676f4
          <version>2.5</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-compiler-plugin</artifactId>
f676f4
          <version>3.0</version>
f676f4
          <configuration>
f676f4
            <source>${maven.compiler.source}</source>
f676f4
            <target>${maven.compiler.target}</target>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-dependency-plugin</artifactId>
f676f4
          <version>2.5.1</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-deploy-plugin</artifactId>
f676f4
          <version>2.7</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-enforcer-plugin</artifactId>
f676f4
          <version>1.2</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.codehaus.mojo</groupId>
f676f4
          <artifactId>exec-maven-plugin</artifactId>
f676f4
          <version>1.2.1</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-failsafe-plugin</artifactId>
f676f4
          <version>2.13</version>
f676f4
          <configuration>
f676f4
            <redirectTestOutputToFile>${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
f676f4
            <forkMode>always</forkMode>
f676f4
            <forkedProcessTimeoutInSeconds>${failsafe.timeout}</forkedProcessTimeoutInSeconds>
f676f4
            <systemPropertyVariables>
f676f4
              <java.awt.headless>true</java.awt.headless>
f676f4
              
f676f4
              <java.io.tmpdir>${java.io.tmpdir}</java.io.tmpdir>
f676f4
            </systemPropertyVariables>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-gpg-plugin</artifactId>
f676f4
          <version>1.4</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-install-plugin</artifactId>
f676f4
          <version>2.4</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-invoker-plugin</artifactId>
f676f4
          <version>1.7</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-jar-plugin</artifactId>
f676f4
          <version>2.4</version>
f676f4
          <configuration>
f676f4
            <archive>
f676f4
              <manifest>
f676f4
                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
f676f4
                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
f676f4
              </manifest>
f676f4
            </archive>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-javadoc-plugin</artifactId>
f676f4
          <version>2.9</version>
f676f4
        </plugin>
f676f4
        
f676f4
        <plugin>
f676f4
          <groupId>com.mycila.maven-license-plugin</groupId>
f676f4
          <artifactId>maven-license-plugin</artifactId>
f676f4
          <version>1.9.0</version>
f676f4
          <configuration>
f676f4
            <encoding>UTF-8</encoding>
f676f4
            <strictCheck>true</strictCheck>
f676f4
            <useDefaultExcludes>false</useDefaultExcludes>
f676f4
            <header>${project.basedir}/header.txt</header>
f676f4
            <includes>
f676f4
              <include>**/pom.xml</include>
f676f4
              <include>**/*.xml</include>
f676f4
              <include>**/*.xsd</include>
f676f4
              <include>**/*.xjb</include>
f676f4
              <include>**/*.properties</include>
f676f4
              <include>**/*.ini</include>
f676f4
              <include>**/*.java</include>
f676f4
              <include>**/*.groovy</include>
f676f4
              <include>**/*.scala</include>
f676f4
              <include>**/*.aj</include>
f676f4
              <include>**/*.js</include>
f676f4
              <include>**/*.css</include>
f676f4
              <include>**/*.help</include>
f676f4
              <include>**/*.proto</include>
f676f4
              <include>**/*.sm</include>
f676f4
              <include>**/*.bat</include>
f676f4
              <include>**/*.xsl</include>
f676f4
              <include>**/*.html</include>
f676f4
              <include>**/*.vm</include>
f676f4
              <include>**/*.md</include>
f676f4
            </includes>
f676f4
            <excludes>
f676f4
              <exclude>**/target/**</exclude>
f676f4
              <exclude>**/.*/**</exclude>
f676f4
              <exclude>**/dependency-reduced-pom.xml</exclude>
f676f4
              <exclude>**/nbactions*.xml</exclude>
f676f4
              <exclude>**/nb-configuration.xml</exclude>
f676f4
              <exclude>**/atlassian-ide-plugin.xml</exclude>
f676f4
              <exclude>**/release.properties</exclude>
f676f4
              <exclude>**/META-INF/services/**</exclude>
f676f4
            </excludes>
f676f4
            <mapping>
f676f4
              <aj>JAVADOC_STYLE</aj>
f676f4
              <groovy>JAVADOC_STYLE</groovy>
f676f4
              <help>SCRIPT_STYLE</help>
f676f4
              <ini>SCRIPT_STYLE</ini>
f676f4
              <java>SLASHSTAR_STYLE</java>
f676f4
              <md>XML_STYLE</md>
f676f4
              <proto>DOUBLESLASH_STYLE</proto>
f676f4
              <scala>SLASHSTAR_STYLE</scala>
f676f4
              <sm>DOUBLESLASH_STYLE</sm>
f676f4
              <vm>SHARPSTAR_STYLE</vm>
f676f4
              <xjb>XML_STYLE</xjb>
f676f4
            </mapping>
f676f4
            <aggregate>true</aggregate>
f676f4
            <goals>
f676f4
              <goal>check</goal>
f676f4
            </goals>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-plugin-plugin</artifactId>
f676f4
          <version>3.2</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-release-plugin</artifactId>
f676f4
          <version>2.2.1</version>
f676f4
          <configuration>
f676f4
            <autoVersionSubmodules>true</autoVersionSubmodules>
f676f4
            <goals>deploy</goals>
f676f4
            
f676f4
            <localCheckout>${localCheckout}</localCheckout>
f676f4
            <pushChanges>${pushChanges}</pushChanges>
f676f4
            
f676f4
            <mavenExecutorId>forked-path</mavenExecutorId>
f676f4
            <releaseProfiles>release</releaseProfiles>
f676f4
            <useReleaseProfile>false</useReleaseProfile>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-remote-resources-plugin</artifactId>
f676f4
          <version>1.4</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-repository-plugin</artifactId>
f676f4
          <version>2.3.1</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-resources-plugin</artifactId>
f676f4
          <version>2.6</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-scm-plugin</artifactId>
f676f4
          <version>1.8.1</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-shade-plugin</artifactId>
f676f4
          <version>2.1</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-site-plugin</artifactId>
f676f4
          <version>3.2</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-source-plugin</artifactId>
f676f4
          <version>2.2.1</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.sonatype.plugins</groupId>
f676f4
          <artifactId>nexus-staging-maven-plugin</artifactId>
f676f4
          <version>${nexus-staging.version}</version>
f676f4
          <extensions>true</extensions>
f676f4
          <configuration>
f676f4
            <nexusUrl>${nexusUrl}</nexusUrl>
f676f4
            <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
f676f4
            <tags>
f676f4
              <localUsername>${env.USER}</localUsername>
f676f4
              <javaVersion>${java.version}</javaVersion>
f676f4
            </tags>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-surefire-plugin</artifactId>
f676f4
          <version>2.13</version>
f676f4
          <configuration>
f676f4
            <redirectTestOutputToFile>${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
f676f4
            
f676f4
            <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
f676f4
            <systemPropertyVariables>
f676f4
              <java.awt.headless>true</java.awt.headless>
f676f4
              
f676f4
              <java.io.tmpdir>${java.io.tmpdir}</java.io.tmpdir>
f676f4
            </systemPropertyVariables>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.apache.maven.plugins</groupId>
f676f4
          <artifactId>maven-war-plugin</artifactId>
f676f4
          <version>2.3</version>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.codehaus.modello</groupId>
f676f4
          <artifactId>modello-maven-plugin</artifactId>
f676f4
          <version>1.6</version>
f676f4
          <configuration>
f676f4
            <useJava5>true</useJava5>
f676f4
          </configuration>
f676f4
        </plugin>
f676f4
        <plugin>
f676f4
          <groupId>org.sonatype.plugins</groupId>
f676f4
          <artifactId>sisu-maven-plugin</artifactId>
f676f4
          <version>1.1</version>
f676f4
        </plugin>
f676f4
      </plugins>
f676f4
    </pluginManagement>
f676f4
    <plugins>
f676f4
      <plugin>
f676f4
        <groupId>org.sonatype.plugins</groupId>
f676f4
        <artifactId>nexus-staging-maven-plugin</artifactId>
f676f4
        <configuration>
f676f4
          <serverId>${forgeSnapshotId}</serverId>
f676f4
        </configuration>
f676f4
      </plugin>
f676f4
      <plugin>
f676f4
        <groupId>org.apache.maven.plugins</groupId>
f676f4
        <artifactId>maven-source-plugin</artifactId>
f676f4
        <executions>
f676f4
          <execution>
f676f4
            <goals>
f676f4
              <goal>jar-no-fork</goal>
f676f4
            </goals>
f676f4
            <configuration>
f676f4
              <includePom>true</includePom>
f676f4
            </configuration>
f676f4
          </execution>
f676f4
        </executions>
f676f4
      </plugin>
f676f4
    </plugins>
f676f4
  </build>
f676f4
f676f4
  <profiles>
f676f4
    <profile>
f676f4
      <id>release</id>
f676f4
      <build>
f676f4
        <plugins>
f676f4
          
f676f4
          <plugin>
f676f4
            <groupId>org.apache.maven.plugins</groupId>
f676f4
            <artifactId>maven-deploy-plugin</artifactId>
f676f4
            <configuration>
f676f4
              <updateReleaseInfo>true</updateReleaseInfo>
f676f4
            </configuration>
f676f4
          </plugin>
f676f4
          
f676f4
          <plugin>
f676f4
            <groupId>org.apache.maven.plugins</groupId>
f676f4
            <artifactId>maven-gpg-plugin</artifactId>
f676f4
            <configuration>
f676f4
              
f676f4
              <passphrase>${gpg.passphrase}</passphrase>
f676f4
              
f676f4
              <useAgent>true</useAgent>
f676f4
            </configuration>
f676f4
            <executions>
f676f4
              <execution>
f676f4
                <goals>
f676f4
                  <goal>sign</goal>
f676f4
                </goals>
f676f4
              </execution>
f676f4
            </executions>
f676f4
          </plugin>
f676f4
          <plugin>
f676f4
            <groupId>org.apache.maven.plugins</groupId>
f676f4
            <artifactId>maven-javadoc-plugin</artifactId>
f676f4
            <executions>
f676f4
              <execution>
f676f4
                <id>attach-javadocs</id>
f676f4
                <goals>
f676f4
                  <goal>jar</goal>
f676f4
                </goals>
f676f4
              </execution>
f676f4
            </executions>
f676f4
          </plugin>
f676f4
          <plugin>
f676f4
            <groupId>org.sonatype.plugins</groupId>
f676f4
            <artifactId>nexus-staging-maven-plugin</artifactId>
f676f4
            <configuration>
f676f4
              
f676f4
              <serverId>${forgeReleaseId}</serverId>
f676f4
              <updateReleaseInfo>true</updateReleaseInfo>
f676f4
            </configuration>
f676f4
          </plugin>
f676f4
        </plugins>
f676f4
      </build>
f676f4
    </profile>
f676f4
  </profiles>
f676f4
f676f4
</project>