Rev 321 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?><project><modelVersion>4.0.0</modelVersion><groupId>org.hibernatespatial</groupId><artifactId>hibernate-spatial</artifactId><parent><groupId>org.hibernatespatial</groupId><artifactId>hibernate-spatial-maven</artifactId><version>4.0-M1</version><relativePath>../hibernate-spatial-maven</relativePath></parent><name>Hibernate Spatial Core</name><url>http://www.hibernatespatial.org/hibernate-spatial</url><description>Hibernate Spatial Core classes, interfaces and Service ProviderInterface</description><packaging>jar</packaging><build><plugins><!-- this ensures that the common testsuite-suite cases are available for providers --><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId><executions><execution><goals><goal>test-jar</goal></goals></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration><excludes><exclude>**/TestData.java</exclude><exclude>**/TestDataElement.java</exclude><exclude>**/TestDataReader.java</exclude><exclude>**/TestFeature.java</exclude><exclude>**/TestSupport.java</exclude></excludes></configuration></plugin></plugins></build><scm><connection>scm:git:git://github.com/maesenka/hibernate-core.git</connection><developerConnection>scm:git:git@github.com:maesenka/hibernate-core.git</developerConnection><url><![CDATA[ https://github.com/maesenka/hibernate-core]]></url></scm><distributionManagement><site><id>Hibernate Spatial site</id><name>Hibernate Spatial</name><url>scp://www.hibernatespatial.org/var/www/www2.hibernatespatial.org/hibernate-spatial</url></site></distributionManagement></project>