tabula-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.tu-dresden.inf.lat.tabula</groupId>
<artifactId>tabula-parent</artifactId>
<version>0.2.0</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> <groupId>de.tu-dresden.inf.lat.tabula</groupId> <artifactId>tabula-parent</artifactId> <version>0.2.0</version> <packaging>pom</packaging> <parent> <groupId>de.tu-dresden.inf.lat</groupId> <artifactId>lat-parent</artifactId> <version>0.1.1</version> <relativePath></relativePath> </parent> <dependencyManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <modules> <module>tabula-core</module> <module>tabula-ext</module> <module>tabula-distribution</module> </modules> <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.eluder.coveralls</groupId> <artifactId>coveralls-maven-plugin</artifactId> </plugin> </plugins> </build> <name>Tabula (parent)</name> <description>System to manage human-readable tables using files.</description> <url>https://github.com/julianmendez/tabula</url> <inceptionYear>2014</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <organization> <name>Chair of Automata Theory - TU Dresden</name> <url>http://lat.inf.tu-dresden.de</url> </organization> <developers> <developer> <id>julianmendez</id> <name>Julian Mendez</name> <email>julian.mendez@tu-dresden.de</email> </developer> </developers> <scm> <url>https://github.com/julianmendez/tabula.git</url> <connection>scm:git:https://github.com/julianmendez/tabula.git</connection> <developerConnection>scm:git:https://github.com/julianmendez/tabula.git</developerConnection> </scm> </project>