Mercurial > dive4elements > river
diff artifacts/pom.xml @ 9109:59cf6e6a452d
pdf export enhancements
author | gernotbelger |
---|---|
date | Fri, 01 Jun 2018 16:06:12 +0200 |
parents | 0a900d605d52 |
children | 928cc44711db |
line wrap: on
line diff
--- a/artifacts/pom.xml Tue May 29 18:17:55 2018 +0200 +++ b/artifacts/pom.xml Fri Jun 01 16:06:12 2018 +0200 @@ -1,12 +1,10 @@ -<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"> +<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>org.dive4elements.river</groupId> <artifactId>river-artifacts</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>river-artifacts</name> <url>http://maven.apache.org</url> @@ -17,13 +15,13 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - </configuration> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.7</source> + <target>1.7</target> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -47,27 +45,35 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>3.0.0</version> <configuration> - <configLocation>../checkstyle.xml</configLocation> - <encoding>UTF-8</encoding> + <configLocation>../checkstyle.xml</configLocation> + <encoding>UTF-8</encoding> </configuration> <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <configuration> - <consoleOutput>true</consoleOutput> - <failsOnError>true</failsOnError> - </configuration> - <goals> - <goal>check</goal> - </goals> - </execution> + <execution> + <id>validate</id> + <phase>validate</phase> + <configuration> + <consoleOutput>true</consoleOutput> + <failsOnError>true</failsOnError> + </configuration> + <goals> + <goal>check</goal> + </goals> + </execution> </executions> - </plugin--> + </plugin --> </plugins> </build> - <dependencies> + <dependencies> + + <dependency> + <groupId>roboto.jar</groupId> + <artifactId>roboto</artifactId> + <version>0</version> + <scope>system</scope> + <systemPath>${project.basedir}/src/main/resources/roboto.jar</systemPath> + </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-core</artifactId> @@ -135,9 +141,9 @@ <version>1.3.158</version> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.4</version> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> </dependency> <dependency> <groupId>org.geotools</groupId> @@ -193,9 +199,9 @@ </dependencies> <repositories> <repository> - <id>jboss-repo2</id> - <name>JBoss repo2</name> - <url>http://repository.jboss.org/nexus/content/groups/public/</url> + <id>jboss-repo2</id> + <name>JBoss repo2</name> + <url>http://repository.jboss.org/nexus/content/groups/public/</url> </repository> <repository> <id>gt2.repo</id>