pom.xml revision 27b2ac15d8015fcdd3a940b10e788f408903670e
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync<?xml version="1.0" encoding="UTF-8"?>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync<!--
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ Copyright (c) 2011-2012 ForgeRock AS. All Rights Reserved
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ The contents of this file are subject to the terms
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ of the Common Development and Distribution License
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ (the License). You may not use this file except in
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ compliance with the License.
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ You can obtain a copy of the License at
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ http://forgerock.org/license/CDDLv1.0.html
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ See the License for the specific language governing
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ permission and limitations under the License.
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ When distributing Covered Code, include this CDDL
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ Header Notice in each file and include the License file
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ at http://forgerock.org/license/CDDLv1.0.html
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ If applicable, add the following below the CDDL Header,
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ with the fields enclosed by brackets [] replaced by
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ your own identifying information:
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync ~ "Portions Copyrighted [year] [name of copyright owner]"
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync -->
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <modelVersion>4.0.0</modelVersion>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <parent>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <artifactId>openidm-ui-ria</artifactId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <groupId>org.forgerock.openidm</groupId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <version>2.1.0-SNAPSHOT</version>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </parent>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <artifactId>openidm-ui-ria-user</artifactId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <name>OpenIDM RIA Web UI User</name>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <packaging>pom</packaging>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <properties>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </properties>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <dependencies>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <dependency>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <groupId>org.forgerock.openidm</groupId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <artifactId>openidm-ui-ria-commons</artifactId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <version>${openidm.version}</version>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <type>zip</type>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <classifier>www</classifier>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </dependency>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </dependencies>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <build>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <resources>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <resource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <directory>${basedir}/src/main/js</directory>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </resource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <resource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <directory>${basedir}/src/main/resources</directory>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </resource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </resources>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <testResources>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <testResource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <directory>${basedir}/src/test/js</directory>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </testResource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <testResource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <directory>${basedir}/src/test/resources</directory>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </testResource>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </testResources>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <plugins>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <plugin>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <groupId>org.codehaus.mojo</groupId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <artifactId>jslint-maven-plugin</artifactId>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <configuration>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <excludes>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <exclude>**/libs/*.js</exclude>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync <exclude>**/*Test.js</exclude>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </excludes>
81a042b394e569219fd7bf5c66281e6afc2212a3vboxsync </configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jslint</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<phase>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>unpack</id>
<phase>package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-ui-ria-commons</artifactId>
<version>${openidm.version}</version>
<type>zip</type>
<classifier>www</classifier>
</artifactItem>
</artifactItems>
</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>