1 <?xml version="1.0" encoding="UTF-8"?>
4 This file is part of null-anaysis. It is subject to the license terms in the LICENSE file found in the top-level
5 directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of null-anaysis,
6 including this file, may be copied, modified, propagated, or distributed except according to the terms contained
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/maven-v4_0_0.xsd">
11 <modelVersion>4.0.0</modelVersion>
13 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16 <!-- https://maven.apache.org/pom.html#Inheritance -->
18 <groupId>de.xn--ho-hia.maven.parents</groupId>
19 <artifactId>maven-parents-java-stable</artifactId>
20 <version>0.0.0-SNAPSHOT</version>
23 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26 <groupId>de.xn--ho-hia.quality</groupId>
27 <artifactId>null-analysis</artifactId>
28 <version>3.0.0-SNAPSHOT</version>
29 <packaging>jar</packaging>
30 <url>http://seb.xn--ho-hia.de/null-analysis</url>
31 <inceptionYear>2013</inceptionYear>
32 <name>Null Analysis</name>
33 <description>Code related to NULL analysis</description>
35 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
37 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
39 <connection>scm:git:git://github.com/sebhoss/null-analysis.git</connection>
40 <developerConnection>scm:git:git@github.com:sebhoss/null-analysis.git</developerConnection>
42 <url>https://github.com/sebhoss/null-analysis</url>
45 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
46 <!-- ISSUE MANAGEMENT -->
47 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
48 <!-- https://maven.apache.org/pom.html#Issue_Management -->
50 <system>GitHub</system>
51 <url>https://github.com/sebhoss/null-analysis/issues</url>
54 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
55 <!-- CI MANAGEMENT -->
56 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
57 <!-- https://maven.apache.org/pom.html#Continuous_Integration_Management -->
59 <system>Travis</system>
60 <url>https://travis-ci.org/sebhoss/null-analysis</url>
63 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
64 <!-- DISTRIBUTION MANAGEMENT -->
65 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
66 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
67 <distributionManagement>
70 <name>GitHub Pages</name>
71 <url>http://seb.xn--ho-hia.de/null-analysis/</url>
73 </distributionManagement>
75 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
77 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
78 <!-- https://maven.apache.org/pom.html#Properties -->
80 <skipTests>true</skipTests>
81 <pit.skip>true</pit.skip>