pom.xml revision 53718e4e054241018d25d23ab07e89a1b536b150
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<?xml version="1.0" encoding="UTF-8"?>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<!--
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ The contents of this file are subject to the terms
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ of the Common Development and Distribution License
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ (the License). You may not use this file except in
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ compliance with the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ You can obtain a copy of the License at
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ http://forgerock.org/license/CDDLv1.0.html
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ See the License for the specific language governing
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ permission and limitations under the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ When distributing Covered Code, include this CDDL
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ Header Notice in each file and include the License file
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ at http://forgerock.org/license/CDDLv1.0.html
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ If applicable, add the following below the CDDL Header,
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ with the fields enclosed by brackets [] replaced by
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ your own identifying information:
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ "Portions Copyrighted [year] [name of copyright owner]"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy -->
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<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">
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <modelVersion>4.0.0</modelVersion>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <parent>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <artifactId>openidm-ui</artifactId>
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy <groupId>org.forgerock.openidm</groupId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <version>3.2.0-SNAPSHOT</version>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </parent>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <artifactId>openidm-ui-common</artifactId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <name>OpenIDM UI Common</name>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <packaging>pom</packaging>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <properties>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </properties>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <dependencies>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <dependency>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <groupId>org.forgerock.commons.ui.libs</groupId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <artifactId>sinon</artifactId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <version>1.10.3</version>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <type>js</type>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </dependency>
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy <dependency>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <groupId>org.forgerock.commons.ui.libs</groupId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <artifactId>qunit</artifactId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <version>1.15.0</version>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <type>js</type>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </dependency>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </dependencies>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy <build>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy <resources>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <resource>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <directory>${basedir}/src/main/js</directory>
1d32ba663e202c24a5a1f2e5aef83fffb447cb7fJohn Wren Kennedy </resource>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <resource>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <directory>${basedir}/src/main/resources</directory>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jslint-maven-plugin</artifactId>
<configuration>
<disallowInsecureCharsInRegExp>false</disallowInsecureCharsInRegExp>
<excludes>
<exclude>**/libs/*.js</exclude>
<exclude>**/*Test.js</exclude>
</excludes>
</configuration>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>jslint</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>resources</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-test-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/test/libs</outputDirectory>
<includeArtifactIds>sinon,qunit</includeArtifactIds>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>false</overWriteSnapshots>
<overWriteIfNewer>true</overWriteIfNewer>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>