cuneiform-htcondorcre
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-htcondorcre</artifactId>
<version>2.0.4-RELEASE</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-addons</artifactId>
<version>2.0.4-RELEASE</version>
</parent>
<artifactId>cuneiform-htcondorcre</artifactId>
<developers>
<developer>
<name>Björn Groß</name>
<email>grossbjo@informatik.hu-berlin.de</email>
<organization>Humboldt-Universität zu Berlin</organization>
<organizationUrl>https://www.hu-berlin.de/</organizationUrl>
</developer>
<developer>
<name>Jörgen Brandt</name>
<email>brandjoe@informatik.hu-berlin.de</email>
<organization>Humboldt-Universität zu Berlin</organization>
<organizationUrl>https://www.hu-berlin.de/</organizationUrl>
</developer>
<developer>
<name>Ulf Leser</name>
<email>leser@informatik.hu-berlin.de</email>
<organization>Humboldt-Universität zu Berlin</organization>
<organizationUrl>https://www.hu-berlin.de/</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>