1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>com.github.rwl</groupId>
4 <artifactId>COLAMDJ</artifactId>
5 <version>1.0.0-SNAPSHOT</version>
10 <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
11 <distribution>repo</distribution>
16 <url>git://github.com/rwl/COLAMDJ.git</url>
17 <connection>scm:git:git://github.com/rwl/COLAMDJ.git</connection>
18 <developerConnection>scm:git:git://github.com/rwl/COLAMDJ.git</developerConnection>
24 <name>Richard Lincoln</name>
25 <email>r.w.lincoln@gmail.com</email>
29 <distributionManagement>
31 <id>sonatype-nexus-staging</id>
32 <name>Sonatype OSS Staging Repository</name>
33 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
36 <id>sonatype-nexus-snapshots</id>
37 <name>Sonatype OSS Snapshot Repository</name>
38 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
40 </distributionManagement>
43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48 <groupId>junit</groupId>
49 <artifactId>junit</artifactId>
50 <version>3.8.2</version>
58 <!-- required for static imports -->
59 <groupId>org.apache.maven.plugins</groupId>
60 <artifactId>maven-compiler-plugin</artifactId>
68 <groupId>org.apache.maven.plugins</groupId>
69 <artifactId>maven-surefire-plugin</artifactId>
72 <include>**/test/Dcolamd_*.java</include>
78 <groupId>org.apache.maven.plugins</groupId>
79 <artifactId>maven-release-plugin</artifactId>
80 <version>2.3</version>
82 <!-- need this for gpg plugin to work correctly -->
83 <mavenExecutorId>forked-path</mavenExecutorId>
91 <id>release-sign-artifacts</id>
94 <name>performRelease</name>
101 <groupId>org.apache.maven.plugins</groupId>
102 <artifactId>maven-gpg-plugin</artifactId>
103 <version>1.4</version>
106 <id>sign-artifacts</id>
107 <phase>verify</phase>