ci-frontend-dist
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId> <artifactId>ci-frontend-dist</artifactId> <version>0.3.0</version> </dependency>
<!-- #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# This file is part of the Smart Developer Hub Project: http://www.smartdeveloperhub.org/ Center for Open Middleware http://www.centeropenmiddleware.com/ #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# Copyright (C) 2015-2016 Center for Open Middleware. #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# Artifact : org.smartdeveloperhub.harvesters.ci.frontend:ci-frontend-dist:0.3.0 Bundle : ci-frontend-dist-0.3.0.war #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# --> <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"> <modelVersion>4.0.0</modelVersion> <!-- =================================================================== --> <!-- MODULE COORDINATES --> <!-- =================================================================== --> <parent> <groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId> <artifactId>ci-frontend-aggregator</artifactId> <version>0.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>ci-frontend-dist</artifactId> <packaging>war</packaging> <!-- =================================================================== --> <!-- MODULE INFORMATION --> <!-- =================================================================== --> <name>SDH :: CIH :: Frontend :: Distributable</name> <description>The deployable Frontend of the Continuous Integration Harvester of the Smart Developer Hub project</description> <!-- =================================================================== --> <!-- BUILD SETTINGS --> <!-- =================================================================== --> <properties> <jena.version>2.13.0</jena.version> <frontend.http.port>80</frontend.http.port> <failsafe.arg.line>-Xmx1024m -XX:MaxPermSize=256m</failsafe.arg.line> <curator.connector.version>0.1.0</curator.connector.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId> <artifactId>ci-frontend-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-container-spi</artifactId> <version>1.1.8.Final</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId> <artifactId>ci-frontend-core</artifactId> </dependency> <dependency> <groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId> <artifactId>ci-frontend-integration</artifactId> </dependency> <dependency> <groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId> <artifactId>ci-frontend-test</artifactId> </dependency> <dependency> <groupId>org.ldp4j.framework</groupId> <artifactId>ldp4j-server-core</artifactId> <exclusions> <exclusion> <artifactId>geronimo-servlet_3.0_spec</artifactId> <groupId>org.apache.geronimo.specs</groupId> </exclusion> <exclusion> <artifactId>jetty-security</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-http</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-server</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-util</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-io</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-continuation</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>${slf4j.version}</version> <scope>test</scope> </dependency> <!-- <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-arq</artifactId> <version>${jena.version}</version> <scope>test</scope> </dependency> --> <dependency> <groupId>org.smartdeveloperhub.curator</groupId> <artifactId>sdh-curator-connector</artifactId> <version>${curator.connector.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <!-- Default unit testing frameworks--> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-integration</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.jayway.restassured</groupId> <artifactId>rest-assured</artifactId> <version>2.4.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.shrinkwrap.resolver</groupId> <artifactId>shrinkwrap-resolver-depchain</artifactId> <version>2.2.0-beta-2</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.shrinkwrap.descriptors</groupId> <artifactId>shrinkwrap-descriptors-depchain</artifactId> <version>2.0.0-alpha-7</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.shrinkwrap</groupId> <artifactId>shrinkwrap-depchain-java7</artifactId> <version>1.2.2</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-container</artifactId> <version>1.1.8.Final</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-tomcat-embedded-7</artifactId> <version>1.0.0.CR7</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>7.0.56</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <version>7.0.56</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-logging-juli</artifactId> <version>7.0.56</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jdt.core.compiler</groupId> <artifactId>ecj</artifactId> <version>3.7</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <configuration> <excludeDefaultDirectories>false</excludeDefaultDirectories> <failOnError>false</failOnError> <filesets> <fileset> <directory>${basedir}${file.separator}</directory> <includes> <include>.crawler${file.separator}</include> <include>.crawler${file.separator}*</include> <include>.crawler${file.separator}**${file.separator}*</include> </includes> </fileset> </filesets> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>reserve-tomcat-port</id> <phase>generate-test-resources</phase> <goals> <goal>reserve-network-port</goal> </goals> <configuration> <portNames> <portName>tomcat.http.port</portName> </portNames> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <nonFilteredFileExtensions> <nonFilteredFileExtension>zip</nonFilteredFileExtension> </nonFilteredFileExtensions> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemPropertyVariables> <java.util.logging.config.file>${basedir}${file.separator}src${file.separator}test${file.separator}resources${file.separator}logging.properties</java.util.logging.config.file> <maven.repo.local>${settings.localRepository}</maven.repo.local> <ci.harvester.provider>TestingBackendController</ci.harvester.provider> <ci.harvester.config>${basedir}${file.separator}src${file.separator}test${file.separator}resources${file.separator}config.yml</ci.harvester.config> </systemPropertyVariables> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> <systemPropertyVariables> <java.util.logging.config.file>${basedir}${file.separator}src${file.separator}test${file.separator}resources${file.separator}logging.properties</java.util.logging.config.file> <maven.repo.local>${settings.localRepository}</maven.repo.local> <ci.harvester.provider>DefaultBackendController</ci.harvester.provider> <ci.harvester.config>${basedir}${file.separator}src${file.separator}test${file.separator}resources${file.separator}integration.yml</ci.harvester.config> <ci.harvester.base>http://localhost:${tomcat.http.port}/default-harvester/</ci.harvester.base> </systemPropertyVariables> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.4.0</version> <configuration> <mainClass>org.smartdeveloperhub.harvesters.ci.frontend.curator.HarvesterCuratorApplication</mainClass> <classpathScope>test</classpathScope> </configuration> </plugin> </plugins> </build> </project>