pom.xml revision 7436da7252e66e7a698239a5c6b9ca04df24179a
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington<?xml version="1.0" encoding="UTF-8"?>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington<!--
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ The contents of this file are subject to the terms of the Common Development and
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ Distribution License (the License). You may not use this file except in compliance with the
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ License.
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ specific language governing permission and limitations under the License.
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ information: "Portions copyright [year] [name of copyright owner]".
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington ~ Copyright 2014-2015 ForgeRock AS.
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington-->
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington<project xmlns="http://maven.apache.org/POM/4.0.0"
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <parent>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <artifactId>openam-audit</artifactId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.forgerock.openam</groupId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <version>13.0.0-SNAPSHOT</version>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </parent>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <modelVersion>4.0.0</modelVersion>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <name>OpenAM Audit Context</name>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <artifactId>openam-audit-context</artifactId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <packaging>jar</packaging>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <dependencies>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.forgerock.commons</groupId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <artifactId>forgerock-util</artifactId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>javax.servlet</groupId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <artifactId>servlet-api</artifactId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.easytesting</groupId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <artifactId>fest-assert</artifactId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </dependency>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </dependencies>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <profiles>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <profile>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <id>module-precommit</id>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <activation>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <activeByDefault>true</activeByDefault>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </activation>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <build>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <plugins>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <plugin>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <!-- Enforce Checkstyle during compilation -->
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington
<!-- Strictly speaking Checkstyle should be invoked as a
report during site generation. However, we want
to fail the build if source code does not comply with
our coding guidelines, and not at a later stage when
the site is generated (which may never occur for some
projects).
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<id>check-src-and-tests</id>
<configuration>
<configLocation>${checkstyleSourceConfigLocation}</configLocation>
<headerLocation>${checkstyleHeaderLocation}</headerLocation>
<suppressionsLocation>${checkstyleUnitTestSuppressionsLocation}</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<!-- Only output errors if we're not expecting any -->
<consoleOutput>${checkstyleFailOnError}</consoleOutput>
<failsOnError>${checkstyleFailOnError}</failsOnError>
</configuration>
<phase>process-test-classes</phase>
<goals>
<goal>checkstyle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>