pom.xml revision 2b11d8d728e8ddfca05e353580c7426c699d3dc7
6ae232055d4d8a97267517c5e50074c2c819941and<?xml version="1.0" encoding="UTF-8"?>
6ae232055d4d8a97267517c5e50074c2c819941and<!--
6ae232055d4d8a97267517c5e50074c2c819941and The contents of this file are subject to the terms of the Common Development and
6ae232055d4d8a97267517c5e50074c2c819941and Distribution License (the License). You may not use this file except in compliance with the
6ae232055d4d8a97267517c5e50074c2c819941and License.
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
6ae232055d4d8a97267517c5e50074c2c819941and specific language governing permission and limitations under the License.
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and When distributing Covered Software, include this CDDL Header Notice in each file and include
6ae232055d4d8a97267517c5e50074c2c819941and the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
6ae232055d4d8a97267517c5e50074c2c819941and Header, with the fields enclosed by brackets [] replaced by your own identifying
6ae232055d4d8a97267517c5e50074c2c819941and information: "Portions Copyrighted [year] [name of copyright owner]".
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and Copyright 2011-2013 ForgeRock AS. All rights reserved.
6ae232055d4d8a97267517c5e50074c2c819941and-->
6ae232055d4d8a97267517c5e50074c2c819941and<!--
6ae232055d4d8a97267517c5e50074c2c819941and Portions Copyrighted 2013 Syntegrity.
6ae232055d4d8a97267517c5e50074c2c819941and-->
6ae232055d4d8a97267517c5e50074c2c819941and<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/xsd/maven-4.0.0.xsd">
6ae232055d4d8a97267517c5e50074c2c819941and <modelVersion>4.0.0</modelVersion>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <parent>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.forgerock.openam</groupId>
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi <artifactId>openam-auth-deviceprint</artifactId>
11495c9f0bd33e51a25b4d532beadfbcf9b944a3nilgun <version>13.0.0-SNAPSHOT</version>
6ae232055d4d8a97267517c5e50074c2c819941and </parent>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <name>OpenAM Auth Device Print Module Scripts</name>
6ae232055d4d8a97267517c5e50074c2c819941and <description>
6ae232055d4d8a97267517c5e50074c2c819941and OpenAM Authentication Device Print Module Scripts.
6ae232055d4d8a97267517c5e50074c2c819941and A set of JS collectors to gather user device print.
6ae232055d4d8a97267517c5e50074c2c819941and </description>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>openam-auth-deviceprint-scripts</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <packaging>js</packaging>
6ae232055d4d8a97267517c5e50074c2c819941and
6ae232055d4d8a97267517c5e50074c2c819941and <dependencies>
6ae232055d4d8a97267517c5e50074c2c819941and <dependency>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.codehaus.mojo</groupId>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>jquery-amd</artifactId>
6ae232055d4d8a97267517c5e50074c2c819941and <type>js</type>
070897b4d34cbd17fd2846289189f2a9891f9c84takashi </dependency>
6ae232055d4d8a97267517c5e50074c2c819941and <dependency>
6ae232055d4d8a97267517c5e50074c2c819941and <groupId>org.codehaus.jstestrunner</groupId>
6ae232055d4d8a97267517c5e50074c2c819941and <artifactId>jstestrunner-junit</artifactId>
070897b4d34cbd17fd2846289189f2a9891f9c84takashi </dependency>
6ae232055d4d8a97267517c5e50074c2c819941and </dependencies>
6ae232055d4d8a97267517c5e50074c2c819941and
070897b4d34cbd17fd2846289189f2a9891f9c84takashi <build>
6ae232055d4d8a97267517c5e50074c2c819941and <resources>
6ae232055d4d8a97267517c5e50074c2c819941and <resource>
6ae232055d4d8a97267517c5e50074c2c819941and <directory>${basedir}/src/main/js</directory>
6ae232055d4d8a97267517c5e50074c2c819941and </resource>
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi <resource>
11495c9f0bd33e51a25b4d532beadfbcf9b944a3nilgun <directory>${basedir}/src/main/resources</directory>
6ae232055d4d8a97267517c5e50074c2c819941and </resource>
6ae232055d4d8a97267517c5e50074c2c819941and </resources>
6ae232055d4d8a97267517c5e50074c2c819941and <testResources>
b036ef2952fb6924b308f954b39786443460ddc6rpluem <testResource>
6ae232055d4d8a97267517c5e50074c2c819941and <directory>${basedir}/src/test/js</directory>
6ae232055d4d8a97267517c5e50074c2c819941and </testResource>
<testResource>
<directory>${basedir}/src/test/resources</directory>
</testResource>
</testResources>
<extensions>
<extension>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javascript-maven-plugin</artifactId>
<version>2.0.0-alpha-1</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jslint-maven-plugin</artifactId>
<configuration>
<assumeConsoleAlertEtc>true</assumeConsoleAlertEtc>
<strictWhiteSpace>false</strictWhiteSpace>
<excludes>
<exclude>**/libs/*.js</exclude>
<exclude>**/*Test.js</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webminifier-maven-plugin</artifactId>
<configuration>
<splitDependencies>false</splitDependencies>
</configuration>
<executions>
<execution>
<id>default-minify-js</id>
<phase>none</phase>
<goals>
<goal>minify-js</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>zip-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>js-import-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.mcheely</groupId>
<artifactId>requirejs-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>optimize</goal>
</goals>
</execution>
</executions>
<configuration>
<configFile>${basedir}/src/main/requirejs/app.build.js</configFile>
<optimizerFile>${basedir}/src/main/requirejs/r.js</optimizerFile>
</configuration>
</plugin>
</plugins>
</build>
</project>