it-frontend-dist
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.smartdeveloperhub.harvesters.it.frontend</groupId> <artifactId>it-frontend-dist</artifactId> <version>0.1.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.it.frontend:it-frontend-dist:0.1.0 Bundle : it-frontend-dist-0.1.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.it.frontend</groupId> <artifactId>it-frontend-aggregator</artifactId> <version>0.1.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>it-frontend-dist</artifactId> <packaging>war</packaging> <!-- =================================================================== --> <!-- MODULE INFORMATION --> <!-- =================================================================== --> <name>SDH :: ITH :: Frontend :: Distributable</name> <description>This module provides distributable artifact for the Frontend of the Issue Tracking Harvester of the Smart Developer Hub project</description> <!-- =================================================================== --> <!-- BUILD SETTINGS --> <!-- =================================================================== --> <properties> <jena.version>2.13.0</jena.version> <failsafe.arg.line>-Xmx1024m -XX:MaxPermSize=256m</failsafe.arg.line> <app.generator.main>org.smartdeveloperhub.harvesters.it.testing.generator.ProjectDataGenerator</app.generator.main> <app.collector.main>org.smartdeveloperhub.harvesters.it.testing.collector.StandaloneTestingCollector</app.collector.main> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.smartdeveloperhub.harvesters.it.frontend</groupId> <artifactId>it-frontend-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.smartdeveloperhub.harvesters.it.frontend</groupId> <artifactId>it-frontend-depchain</artifactId> <type>pom</type> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>org.ldp4j.commons</groupId> <artifactId>ldp4j-commons-testing</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> <version>${jackson.version}</version> <scope>test</scope> </dependency> <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>org.jmockit</groupId> <artifactId>jmockit</artifactId> <scope>test</scope> </dependency> <!-- Backend testing utilities & dependencies --> <dependency> <groupId>org.smartdeveloperhub.harvesters.it.frontend</groupId> <artifactId>it-frontend-test</artifactId> <scope>test</scope> </dependency> <!-- HTTP unit testing utilities --> <dependency> <groupId>com.jayway.restassured</groupId> <artifactId>rest-assured</artifactId> <version>2.4.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.smartdeveloperhub.testing</groupId> <artifactId>sdh-testing-hamcrest</artifactId> <version>0.1.0</version> <scope>test</scope> </dependency> <!-- To be removed iff any of the compile dependencies depends on Jena --> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-arq</artifactId> <version>${jena.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>${slf4j.version}</version> <scope>test</scope> </dependency> <!-- Arquillian related dependencies --> <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.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> <portName>undertow.http.port</portName> </portNames> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <nonFilteredFileExtensions> <nonFilteredFileExtension>sparql</nonFilteredFileExtension> </nonFilteredFileExtensions> </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> <undertow.http.port>${undertow.http.port}</undertow.http.port> <it.harvester.collector>http://localhost:${undertow.http.port}/collector/</it.harvester.collector> <it.harvester.localController>src${file.separator}test${file.separator}resources${file.separator}data${file.separator}local-data.json</it.harvester.localController> </systemPropertyVariables> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <configuration> <webResources> <resource> <directory>${basedir}${file.separator}src${file.separator}main${file.separator}conf</directory> <targetPath>WEB-INF/classes/META-INF/services</targetPath> <includes> <include>org.smartdeveloperhub.harvesters.it.frontend.spi.BackendControllerFactory</include> </includes> </resource> </webResources> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> <version>1.10</version> <executions> <execution> <goals> <goal>assemble</goal> </goals> <configuration> <assembleDirectory>${project.build.directory}${file.separator}testing</assembleDirectory> <binFileExtensions> <unix>.sh</unix> </binFileExtensions> <repositoryLayout>flat</repositoryLayout> <repositoryName>lib</repositoryName> <endorsedDir>ext</endorsedDir> <configurationDirectory>conf</configurationDirectory> <includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath> <programs> <program> <id>generator</id> <mainClass>${app.generator.main}</mainClass> <jvmSettings> <extraArguments> <extraArgument>-Dservice.version=${project.version}</extraArgument> <extraArgument>-Dservice.build=${git.commitsCount} (${git.branch}@${git.buildnumber})</extraArgument> <extraArgument>-Dlog4j.configuration=logging.cfg</extraArgument> </extraArguments> </jvmSettings> </program> <program> <id>collector</id> <mainClass>${app.collector.main}</mainClass> <jvmSettings> <extraArguments> <extraArgument>-Dservice.version=${project.version}</extraArgument> <extraArgument>-Dservice.build=${git.commitsCount} (${git.branch}@${git.buildnumber})</extraArgument> <extraArgument>-Dlog4j.configuration=logging.cfg</extraArgument> </extraArguments> </jvmSettings> </program> </programs> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <configuration> <outputDirectory>${project.build.directory}${file.separator}testing${file.separator}ext</outputDirectory> </configuration> <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> <excludeTypes>pom</excludeTypes> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>Create Generator Distribution</id> <configuration> <appendAssemblyId>true</appendAssemblyId> <attach>true</attach> <descriptors> <descriptor>src${file.separator}test${file.separator}assembly${file.separator}assembly.xml</descriptor> </descriptors> <delimiters> <delimiter>@</delimiter> </delimiters> </configuration> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>