Skip to content
Snippets Groups Projects
Commit e6703701 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Version increased

New GWDG Nexus added
Using RELEASE versions of TG-search and link-rewriter
Some (unwanted :-) formatting, maybe...
Let's see if it is working...
parent 6a358a85
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.services</groupId> <groupId>info.textgrid.services</groupId>
<artifactId>aggregator</artifactId> <artifactId>aggregator</artifactId>
<version>1.4.12-SNAPSHOT</version> <version>1.4.13-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>TextGrid Aggregator Service</name> <name>TextGrid Aggregator Service</name>
<developers> <developers>
<developer> <developer>
<id>vitt</id> <id>vitt</id>
<name>Thorsten Vitt</name> <name>Thorsten Vitt</name>
<email>thorsten.vitt@uni-wuerzburg.de</email> <email>thorsten.vitt@uni-wuerzburg.de</email>
<url>http://www.thorstenvitt.de/</url> <url>http://www.thorstenvitt.de/</url>
<organization>Universität Würzburg</organization> <organization>Universität Würzburg</organization>
<organizationUrl>http://www.germanistik.uni-wuerzburg.de/lehrstuehle/computerphilologie</organizationUrl> <organizationUrl>http://www.germanistik.uni-wuerzburg.de/lehrstuehle/computerphilologie</organizationUrl>
</developer> </developer>
</developers> </developers>
<properties> <properties>
<commons-io-version>2.4</commons-io-version> <commons-io-version>2.4</commons-io-version>
<link-rewriter-version>0.4.1-SNAPSHOT</link-rewriter-version> <link-rewriter-version>0.4.1-RELEASE</link-rewriter-version>
<saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck --> <saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck -->
<cxf-version>2.7.11</cxf-version> <cxf-version>2.7.11</cxf-version>
<confclient-version>1.4.0</confclient-version> <confclient-version>1.4.0</confclient-version>
<tgsearch-version>3.4.0-SNAPSHOT</tgsearch-version> <tgsearch-version>3.6.2</tgsearch-version>
<tgcrud-version>2.6.0</tgcrud-version> <tgcrud-version>2.6.0</tgcrud-version>
<guava-version>15.0</guava-version> <guava-version>15.0</guava-version>
<junit-version>4.11</junit-version> <junit-version>4.11</junit-version>
<spring-version>3.2.2.RELEASE</spring-version> <spring-version>3.2.2.RELEASE</spring-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- The following properties are used for configuring the <!-- The following properties are used for configuring the web service
web service and can be overridden in profiles --> and can be overridden in profiles -->
<aggregator.endpoint.published>http://localhost:13000/aggregator</aggregator.endpoint.published> <aggregator.endpoint.published>http://localhost:13000/aggregator</aggregator.endpoint.published>
<aggregator.textgridrep.default>https://www.textgridlab.org/1.0/confserv</aggregator.textgridrep.default> <aggregator.textgridrep.default>https://www.textgridlab.org/1.0/confserv</aggregator.textgridrep.default>
<aggregator.textgridrep.dev>https://www.textgridlab.org/dev/confserv</aggregator.textgridrep.dev> <aggregator.textgridrep.dev>https://www.textgridlab.org/dev/confserv</aggregator.textgridrep.dev>
<aggregator.classifier/> <aggregator.classifier />
</properties> </properties>
<repositories> <repositories>
<repository> <repository>
<id>nexus.dariah</id> <id>maven-dariah-public</id>
<name>DARIAH Nexus Public Repository</name> <name>GWDG Nexus DARIAH-DE Repository</name>
<url>https://ci.de.dariah.eu/nexus/content/groups/public</url> <url> https://nexus.gwdg.de/repository/maven-dariah-public/</url>
<releases> </repository>
<enabled>true</enabled> <repository>
</releases> <id>dh.nexus.releases</id>
<snapshots> <name>Cophi Nexus Releases</name>
<enabled>true</enabled> <url>http://dev.digital-humanities.de/nexus/content/repositories/releases</url>
</snapshots> <releases>
</repository> <enabled>true</enabled>
<repository> </releases>
<id>dh.nexus.releases</id> <snapshots>
<name>Cophi Nexus Releases</name> <enabled>false</enabled>
<url>http://dev.digital-humanities.de/nexus/content/repositories/releases</url> </snapshots>
<releases> </repository>
<enabled>true</enabled> <repository>
</releases> <id>dh.nexus.snapshots</id>
<snapshots> <name>Cophi Nexus snapshots</name>
<enabled>false</enabled> <url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url>
</snapshots> <releases>
</repository> <enabled>true</enabled>
<repository> </releases>
<id>dh.nexus.snapshots</id> <snapshots>
<name>Cophi Nexus snapshots</name> <enabled>true</enabled>
<url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url> </snapshots>
<releases> </repository>
<enabled>true</enabled> </repositories>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<distributionManagement>
<!--
<repository>
<id>internal</id>
<url>http://dev.digital-humanities.de/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url>
</snapshotRepository>
-->
<repository>
<id>nexus.releases</id>
<url>https://ci.de.dariah.eu/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>nexus.snapshots</id>
<url>https://ci.de.dariah.eu/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies> <distributionManagement>
<dependency> <snapshotRepository>
<groupId>junit</groupId> <id>maven-dariah-public</id>
<artifactId>junit</artifactId> <name>GWDG Nexus DARIAH-DE Repository</name>
<version>${junit-version}</version> <url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
<scope>test</scope> </snapshotRepository>
</dependency> <repository>
<dependency> <id>maven-dariah-public</id>
<groupId>com.google.guava</groupId> <name>GWDG Nexus DARIAH-DE Repository</name>
<artifactId>guava</artifactId> <url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
<version>${guava-version}</version> </repository>
</dependency> </distributionManagement>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>tgcrud-client</artifactId>
<version>${tgcrud-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>tgsearch-client</artifactId>
<version>${tgsearch-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>confclient</artifactId>
<version>${confclient-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${saxon-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.utils</groupId>
<artifactId>link-rewriter-core</artifactId>
<version>${link-rewriter-version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>51.1</version>
</dependency>
<dependency>
<groupId>org.idpf</groupId>
<artifactId>epubcheck</artifactId>
<version>4.0.0-alpha11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-cors</artifactId>
<version>${cxf-version}</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>tgcrud-client</artifactId>
<version>${tgcrud-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>tgsearch-client</artifactId>
<version>${tgsearch-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
<artifactId>confclient</artifactId>
<version>${confclient-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${saxon-version}</version>
</dependency>
<dependency>
<groupId>info.textgrid.utils</groupId>
<artifactId>link-rewriter-core</artifactId>
<version>${link-rewriter-version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>51.1</version>
</dependency>
<dependency>
<groupId>org.idpf</groupId>
<artifactId>epubcheck</artifactId>
<version>4.0.0-alpha11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-cors</artifactId>
<version>${cxf-version}</version>
</dependency>
</dependencies>
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat6-maven-plugin</artifactId> <artifactId>tomcat6-maven-plugin</artifactId>
<version>2.1</version> <version>2.1</version>
<executions> <executions>
<execution> <execution>
<id>default-cli</id> <id>default-cli</id>
<goals> <goals>
<goal>run</goal> <goal>run</goal>
</goals> </goals>
<configuration> <configuration>
<port>13000</port> <port>13000</port>
<path>/aggregator</path> <path>/aggregator</path>
<useSeparateTomcatClassLoader>false</useSeparateTomcatClassLoader> <useSeparateTomcatClassLoader>false</useSeparateTomcatClassLoader>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<configuration> <configuration>
<source>1.7</source> <source>1.7</source>
<target>1.7</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId> <artifactId>maven-eclipse-plugin</artifactId>
<configuration> <configuration>
<projectNameTemplate>[artifactId]-[version]</projectNameTemplate> <projectNameTemplate>[artifactId]-[version]</projectNameTemplate>
<wtpmanifest>true</wtpmanifest> <wtpmanifest>true</wtpmanifest>
<wtpapplicationxml>true</wtpapplicationxml> <wtpapplicationxml>true</wtpapplicationxml>
<wtpversion>2.0</wtpversion> <wtpversion>2.0</wtpversion>
</configuration> </configuration>
</plugin> </plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. --> only. It has no influence on the Maven build itself. -->
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId> <artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<configuration> <configuration>
<lifecycleMappingMetadata> <lifecycleMappingMetadata>
<pluginExecutions> <pluginExecutions>
<pluginExecution> <pluginExecution>
<pluginExecutionFilter> <pluginExecutionFilter>
<groupId> <groupId>
org.codehaus.mojo org.codehaus.mojo
</groupId> </groupId>
<artifactId> <artifactId>
build-helper-maven-plugin build-helper-maven-plugin
</artifactId> </artifactId>
<versionRange> [1.5,) </versionRange> <versionRange> [1.5,) </versionRange>
<goals> <goals>
<goal> <goal>
reserve-network-port reserve-network-port
</goal> </goal>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore/> <ignore />
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>
</lifecycleMappingMetadata> </lifecycleMappingMetadata>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>pl.project13.maven</groupId> <groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId> <artifactId>git-commit-id-plugin</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>revision</goal> <goal>revision</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<verbose>true</verbose> <verbose>true</verbose>
<dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat> <dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat>
<generateGitPropertiesFile>true</generateGitPropertiesFile> <generateGitPropertiesFile>true</generateGitPropertiesFile>
<gitDescribe> <gitDescribe>
<tags>true</tags> <tags>true</tags>
<dirty>-dev</dirty> <dirty>-dev</dirty>
<abbrev>7</abbrev> <abbrev>7</abbrev>
</gitDescribe> </gitDescribe>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version> <version>2.3.1</version>
<configuration> <configuration>
<source>1.7</source> <source>1.7</source>
<target>1.7</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version> <version>1.5</version>
<executions> <executions>
<execution> <execution>
<id>reserve-network-port</id> <id>reserve-network-port</id>
<goals> <goals>
<goal>reserve-network-port</goal> <goal>reserve-network-port</goal>
</goals> </goals>
<phase>process-test-resources</phase> <phase>process-test-resources</phase>
<configuration> <configuration>
<portNames> <portNames>
<portName>test.server.port</portName> <portName>test.server.port</portName>
</portNames> </portNames>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>attach-config-file</id> <id>attach-config-file</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>attach-artifact</goal> <goal>attach-artifact</goal>
</goals> </goals>
<configuration> <configuration>
<artifacts> <artifacts>
<artifact> <artifact>
<file>target/aggregator.properties</file> <file>target/aggregator.properties</file>
<type>properties</type> <type>properties</type>
<classifier>${aggregator.classifier}</classifier> <classifier>${aggregator.classifier}</classifier>
</artifact> </artifact>
</artifacts> </artifacts>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat6-maven-plugin</artifactId> <artifactId>tomcat6-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>start-tomcat</id> <id>start-tomcat</id>
<goals> <goals>
<goal>run-war</goal> <goal>run-war</goal>
</goals> </goals>
<phase>pre-integration-test</phase> <phase>pre-integration-test</phase>
<configuration> <configuration>
<port>${test.server.port}</port> <port>${test.server.port}</port>
<path>/aggregator</path> <path>/aggregator</path>
<fork>true</fork> <fork>true</fork>
<useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader> <useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>stop-tomcat</id> <id>stop-tomcat</id>
<goals> <goals>
<goal>shutdown</goal> <goal>shutdown</goal>
</goals> </goals>
<phase>post-integration-test</phase> <phase>post-integration-test</phase>
<configuration> <configuration>
<path>/aggregator</path> <path>/aggregator</path>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>2.8.1</version> <version>2.8.1</version>
<executions> <executions>
<execution> <execution>
<id>integration-test</id> <id>integration-test</id>
<goals> <goals>
<goal>integration-test</goal> <goal>integration-test</goal>
</goals> </goals>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<service.url>http://localhost:${test.server.port}/aggregator</service.url> <service.url>http://localhost:${test.server.port}/aggregator</service.url>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>verify</id> <id>verify</id>
<goals> <goals>
<goal>verify</goal> <goal>verify</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
<artifactId>maven-surefire-plugin</artifactId> <version>2.14</version>
<version>2.14</version> <configuration>
<configuration> <systemPropertyVariables>
<systemPropertyVariables> <webapp.directory>${project.basedir}/src/main/webapp</webapp.directory>
<webapp.directory>${project.basedir}/src/main/webapp</webapp.directory> </systemPropertyVariables>
</systemPropertyVariables> </configuration>
</configuration> </plugin>
</plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-war-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.3</version>
<artifactId>maven-war-plugin</artifactId> <configuration>
<version>2.3</version> <webResources>
<configuration> <resource>
<webResources> <directory>${basedir}/src/main/webapp/WEB-INF</directory>
<resource> <filtering>true</filtering>
<directory>${basedir}/src/main/webapp/WEB-INF</directory> <targetPath>WEB-INF</targetPath>
<filtering>true</filtering> <includes>
<targetPath>WEB-INF</targetPath> <include>aggregator.properties</include>
<includes> </includes>
<include>aggregator.properties</include> </resource>
</includes> </webResources>
</resource> <classifier>${aggregator.classifier}</classifier>
</webResources> </configuration>
<classifier>${aggregator.classifier}</classifier> </plugin>
</configuration> <plugin>
</plugin> <groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-site-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>3.4</version>
<artifactId>maven-site-plugin</artifactId> <configuration>
<version>3.4</version> <reportPlugins>
<configuration> <plugin>
<reportPlugins> <groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-project-info-reports-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.8</version>
<artifactId>maven-project-info-reports-plugin</artifactId> <reportSets>
<version>2.8</version> <reportSet>
<reportSets> <reports />
<reportSet> </reportSet>
<reports/> </reportSets>
</reportSet> </plugin>
</reportSets> <plugin>
</plugin> <groupId>org.tomdz.maven</groupId>
<plugin> <artifactId>sphinx-maven-plugin</artifactId>
<groupId>org.tomdz.maven</groupId> <version>1.0.3</version>
<artifactId>sphinx-maven-plugin</artifactId> <configuration>
<version>1.0.3</version> <sourceDirectory>${basedir}/docs</sourceDirectory>
<configuration> </configuration>
<sourceDirectory>${basedir}/docs</sourceDirectory> </plugin>
</configuration> </reportPlugins>
</plugin> </configuration>
</reportPlugins> </plugin>
</configuration> </plugins>
</plugin> <resources>
</plugins> <resource>
<resources> <directory>${basedir}/src/main/resources</directory>
<resource> <filtering>true</filtering>
<directory>${basedir}/src/main/resources</directory> </resource>
<filtering>true</filtering> <resource>
</resource> <directory>${basedir}/src/main/webapp/WEB-INF</directory>
<resource> <filtering>true</filtering>
<directory>${basedir}/src/main/webapp/WEB-INF</directory> <includes>
<filtering>true</filtering> <include>aggregator.properties</include>
<includes> </includes>
<include>aggregator.properties</include> <targetPath>${project.build.directory}</targetPath>
</includes> </resource>
<targetPath>${project.build.directory}</targetPath> </resources>
</resource> </build>
</resources> <profiles>
</build> <profile>
<profiles> <id>esx1</id>
<profile> <properties>
<id>esx1</id> <aggregator.endpoint.published>http://textgrid-esx1.gwdg.de/1.0/aggregator</aggregator.endpoint.published>
<properties> <aggregator.textgridrep.default>http://textgrid-esx1.gwdg.de/1.0/confserv</aggregator.textgridrep.default>
<aggregator.endpoint.published>http://textgrid-esx1.gwdg.de/1.0/aggregator</aggregator.endpoint.published> <aggregator.textgridrep.dev>https://textgridlab.org/dev/confserv</aggregator.textgridrep.dev>
<aggregator.textgridrep.default>http://textgrid-esx1.gwdg.de/1.0/confserv</aggregator.textgridrep.default> <aggregator.classifier>esx1</aggregator.classifier>
<aggregator.textgridrep.dev>https://textgridlab.org/dev/confserv</aggregator.textgridrep.dev> </properties>
<aggregator.classifier>esx1</aggregator.classifier> </profile>
</properties> <profile>
</profile> <id>lab</id>
<profile> <activation>
<id>lab</id> <activeByDefault>true</activeByDefault>
<activation> </activation>
<activeByDefault>true</activeByDefault> <properties>
</activation> <aggregator.endpoint.published>https://textgridlab.org/1.0/aggregator</aggregator.endpoint.published>
<properties> <aggregator.textgridrep.default>https://textgridlab.org/1.0/confserv</aggregator.textgridrep.default>
<aggregator.endpoint.published>https://textgridlab.org/1.0/aggregator</aggregator.endpoint.published> <aggregator.textgridrep.dev>https://textgridlab.org/dev/confserv</aggregator.textgridrep.dev>
<aggregator.textgridrep.default>https://textgridlab.org/1.0/confserv</aggregator.textgridrep.default> </properties>
<aggregator.textgridrep.dev>https://textgridlab.org/dev/confserv</aggregator.textgridrep.dev> </profile>
</properties> <profile>
</profile> <id>authtests</id>
<profile> <activation>
<id>authtests</id> <property>
<activation> <name>sid</name>
<property> </property>
<name>sid</name> </activation>
</property> <build>
</activation> <plugins>
<build> <plugin>
<plugins> <groupId>org.apache.maven.plugins</groupId>
<plugin> <artifactId>maven-failsafe-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.8.1</version>
<artifactId>maven-failsafe-plugin</artifactId> <executions>
<version>2.8.1</version> <execution>
<executions> <id>integration-test</id>
<execution> <goals>
<id>integration-test</id> <goal>integration-test</goal>
<goals> </goals>
<goal>integration-test</goal> <configuration>
</goals> <includes>
<configuration> <includes>**/*IT.java</includes>
<includes> <includes>**/*AT.java</includes>
<includes>**/*IT.java</includes> </includes>
<includes>**/*AT.java</includes> <systemPropertyVariables>
</includes> <service.url>http://localhost:${test.server.port}/aggregator</service.url>
<systemPropertyVariables> <sid>${sid}</sid>
<service.url>http://localhost:${test.server.port}/aggregator</service.url> </systemPropertyVariables>
<sid>${sid}</sid> </configuration>
</systemPropertyVariables> </execution>
</configuration> <execution>
</execution> <id>verify</id>
<execution> <goals>
<id>verify</id> <goal>verify</goal>
<goals> </goals>
<goal>verify</goal> </execution>
</goals> </executions>
</execution> </plugin>
</executions> </plugins>
</build>
</plugin> </profile>
</plugins> <profile>
</build> <id>textgrid.deb</id>
</profile> <activation>
<profile> <activeByDefault>true</activeByDefault>
<id>textgrid.deb</id> </activation>
<activation> <build>
<activeByDefault>true</activeByDefault> <plugins>
</activation> <plugin>
<build> <artifactId>jdeb</artifactId>
<plugins> <groupId>org.vafer</groupId>
<plugin> <version>1.4</version>
<artifactId>jdeb</artifactId> <executions>
<groupId>org.vafer</groupId> <execution>
<version>1.4</version> <phase>package</phase>
<executions> <goals>
<execution> <goal>jdeb</goal>
<phase>package</phase> </goals>
<goals> <configuration>
<goal>jdeb</goal> <snapshotExpand>true</snapshotExpand>
</goals> <dataSet>
<configuration> <data>
<snapshotExpand>true</snapshotExpand> <type>directory</type>
<dataSet> <src>${project.build.directory}/${project.build.finalName}</src>
<data> <mapper>
<type>directory</type> <type>perm</type>
<src>${project.build.directory}/${project.build.finalName}</src> <prefix>/var/textgrid/webapps/${project.artifactId}</prefix>
<mapper> <user>root</user>
<type>perm</type> <group>tomcat7</group>
<prefix>/var/textgrid/webapps/${project.artifactId}</prefix> <filemode>755</filemode>
<user>root</user> </mapper>
<group>tomcat7</group> </data>
<filemode>755</filemode> </dataSet>
</mapper> </configuration>
</data> </execution>
</dataSet> </executions>
</configuration> </plugin>
</execution> </plugins>
</executions> </build>
</plugin> </profile>
</plugins> </profiles>
</build> <organization>
</profile> <name>TextGrid</name>
</profiles> <url>https://textgrid.info</url>
<organization> </organization>
<name>TextGrid</name> <description>The TextGrid Aggregator is a service that can walk aggregations (including editions and collections) and export the objects therein to various formats, e.g., HTML, TEI corpus, EPUB, and ZIP. It can also be used to transform single files (it is the component that is responsible for HTML rendering of TEI objects in TextGrid) and export search results as ZIP files.</description>
<url>http://www.textgrid.de/</url> <inceptionYear>2012</inceptionYear>
</organization> <scm>
<description>The TextGrid Aggregator is a service that can walk aggregations (including editions and collections) and export the objects therein to various formats, e.g., HTML, TEI corpus, EPUB, and ZIP. It can also be used to transform single files (it is the component that is responsible for HTML rendering of TEI objects in TextGrid) and export search results as ZIP files.</description> <url>https://projects.gwdg.de/projects/aggregator/repository</url>
<inceptionYear>2012</inceptionYear> <connection>scm:git:git://projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</connection>
<scm> <developerConnection>scm:git:ssh://git:@projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</developerConnection>
<url>https://projects.gwdg.de/projects/aggregator/repository</url> </scm>
<connection>scm:git:git://projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</connection> <issueManagement>
<developerConnection>scm:git:ssh://git:@projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</developerConnection> <system>OpenProjects</system>
</scm> <url>https://projects.gwdg.de/projects/tg</url>
<issueManagement> </issueManagement>
<system>OpenProjects</system> <ciManagement>
<url>https://projects.gwdg.de/projects/tg</url> <system>Jenkins</system>
</issueManagement> <url>http://dev.digital-humanities.de/ci/job/Aggregator/</url>
<ciManagement> </ciManagement>
<system>Jenkins</system> <url>https://projects.gwdg.de/projects/aggregator</url>
<url>http://dev.digital-humanities.de/ci/job/Aggregator/</url>
</ciManagement>
<url>https://projects.gwdg.de/projects/aggregator</url>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment