com.google.code.geocoder-java:geocoder-java
Advanced tools
Sorry, the diff of this file is not supported yet
| #Generated by Maven | ||
| #Wed Mar 28 04:54:47 EEST 2012 | ||
| version=0.10 | ||
| #Thu Aug 30 15:17:18 UTC 2012 | ||
| version=0.11 | ||
| groupId=com.google.code.geocoder-java | ||
| artifactId=geocoder-java |
@@ -8,3 +8,3 @@ <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"> | ||
| <artifactId>geocoder-java</artifactId> | ||
| <version>0.10</version> | ||
| <version>0.11</version> | ||
| <packaging>jar</packaging> | ||
@@ -40,3 +40,3 @@ | ||
| </dependencies> | ||
| <!--<parent>...</parent>--> | ||
| <dependencyManagement> | ||
@@ -80,4 +80,12 @@ <dependencies> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> | ||
| <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> | ||
| </properties> | ||
| <prerequisites> | ||
| <maven>3.0.4</maven> | ||
| </prerequisites> | ||
| <!-- | ||
@@ -94,3 +102,3 @@ mvn versions:display-plugin-updates | ||
| <artifactId>maven-clean-plugin</artifactId> | ||
| <version>2.4.1</version> | ||
| <version>2.5</version> | ||
| </plugin> | ||
@@ -105,3 +113,3 @@ <plugin> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>2.3.2</version> | ||
| <version>2.5.1</version> | ||
| <configuration> | ||
@@ -115,9 +123,3 @@ <source>1.6</source> | ||
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <version>2.12</version> | ||
| <!-- | ||
| <configuration> | ||
| <parallel>classes</parallel> | ||
| <useUnlimitedThreads>true</useUnlimitedThreads> | ||
| </configuration> | ||
| --> | ||
| <version>2.12.1</version> | ||
| </plugin> | ||
@@ -128,3 +130,3 @@ <plugin> | ||
| <version>2.4</version> | ||
| <executions> | ||
| <!--<executions> | ||
| <execution> | ||
@@ -136,3 +138,3 @@ <phase>package</phase> | ||
| </execution> | ||
| </executions> | ||
| </executions>--> | ||
| <configuration> | ||
@@ -151,6 +153,37 @@ <archive> | ||
| <plugin> | ||
| <groupId>org.jacoco</groupId> | ||
| <artifactId>jacoco-maven-plugin</artifactId> | ||
| <version>0.5.9.201207300726</version> | ||
| <configuration> | ||
| <append>true</append> | ||
| </configuration> | ||
| <executions> | ||
| <execution> | ||
| <id>pre-test</id> | ||
| <goals> | ||
| <goal>prepare-agent</goal> | ||
| </goals> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| <plugin> | ||
| <artifactId>maven-failsafe-plugin</artifactId> | ||
| <version>2.12</version> | ||
| <configuration> | ||
| <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> | ||
| </configuration> | ||
| <executions> | ||
| <execution> | ||
| <goals> | ||
| <goal>integration-test</goal> | ||
| <goal>verify</goal> | ||
| </goals> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-source-plugin</artifactId> | ||
| <version>2.1.2</version> | ||
| <executions> | ||
| <version>2.2</version> | ||
| <!--<executions> | ||
| <execution> | ||
@@ -162,3 +195,3 @@ <id>attach-sources</id> | ||
| </execution> | ||
| </executions> | ||
| </executions>--> | ||
| </plugin> | ||
@@ -169,3 +202,3 @@ <plugin> | ||
| <version>2.8.1</version> | ||
| <executions> | ||
| <!--<executions> | ||
| <execution> | ||
@@ -177,3 +210,3 @@ <id>attach-javadocs</id> | ||
| </execution> | ||
| </executions> | ||
| </executions>--> | ||
| <configuration> | ||
@@ -209,3 +242,3 @@ <links> | ||
| <artifactId>maven-site-plugin</artifactId> | ||
| <version>3.0</version> | ||
| <version>3.1</version> | ||
| </plugin> | ||
@@ -220,3 +253,3 @@ <plugin> | ||
| <artifactId>maven-release-plugin</artifactId> | ||
| <version>2.2.2</version> | ||
| <version>2.3.2</version> | ||
| <configuration> | ||
@@ -269,5 +302,5 @@ <releaseProfiles>release</releaseProfiles> | ||
| <scm> | ||
| <connection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.10</connection> | ||
| <developerConnection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.10</developerConnection> | ||
| <url>https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.10</url> | ||
| <connection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.11</connection> | ||
| <developerConnection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.11</developerConnection> | ||
| <url>https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.11</url> | ||
| </scm> | ||
@@ -274,0 +307,0 @@ <!--<prerequisites>...</prerequisites>--> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet