1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>net.pterodactylus</groupId>
5 <artifactId>rhynodge</artifactId>
8 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13 <groupId>org.codehaus.mojo</groupId>
14 <artifactId>findbugs-maven-plugin</artifactId>
15 <version>2.5.2</version>
17 <timeout>${findbugs.timeout}</timeout>
21 <artifactId>maven-compiler-plugin</artifactId>
22 <version>2.3.2</version>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-assembly-plugin</artifactId>
31 <version>2.2-beta-5</version>
34 <descriptorRef>jar-with-dependencies</descriptorRef>
37 <duplicateBehavior>skip</duplicateBehavior>
41 <mainClass>net.pterodactylus.rhynodge.engine.Starter</mainClass>
47 <id>make-assembly</id>
48 <phase>package</phase>
56 <groupId>org.codehaus.mojo</groupId>
57 <artifactId>exec-maven-plugin</artifactId>
58 <version>1.2.1</version>
60 <mainClass>net.pterodactylus.rhynodge.engine.Starter</mainClass>
64 <groupId>org.jacoco</groupId>
65 <artifactId>jacoco-maven-plugin</artifactId>
66 <version>0.7.1.201405082137</version>
69 <id>default-prepare-agent</id>
71 <goal>prepare-agent</goal>
75 <id>default-report</id>
76 <phase>prepare-package</phase>
82 <id>default-check</id>
88 <!-- implmentation is needed only for Maven 2 -->
89 <rule implementation="org.jacoco.maven.RuleConfiguration">
90 <element>BUNDLE</element>
92 <!-- implmentation is needed only for Maven 2 -->
93 <limit implementation="org.jacoco.report.check.Limit">
94 <counter>COMPLEXITY</counter>
95 <value>COVEREDRATIO</value>
96 <minimum>0.60</minimum>
110 <groupId>junit</groupId>
111 <artifactId>junit</artifactId>
112 <version>4.11</version>
116 <groupId>org.hamcrest</groupId>
117 <artifactId>hamcrest-library</artifactId>
118 <version>1.3</version>
122 <groupId>org.mockito</groupId>
123 <artifactId>mockito-all</artifactId>
124 <version>1.9.5</version>
128 <groupId>com.google.guava</groupId>
129 <artifactId>guava</artifactId>
130 <version>14.0-rc1</version>
133 <groupId>log4j</groupId>
134 <artifactId>log4j</artifactId>
135 <version>1.2.17</version>
138 <groupId>org.apache.httpcomponents</groupId>
139 <artifactId>httpclient</artifactId>
140 <version>4.2.2</version>
143 <groupId>org.jsoup</groupId>
144 <artifactId>jsoup</artifactId>
145 <version>1.7.1</version>
148 <groupId>javax.mail</groupId>
149 <artifactId>mail</artifactId>
150 <version>1.4.6-rc1</version>
153 <groupId>org.apache.commons</groupId>
154 <artifactId>commons-lang3</artifactId>
155 <version>3.1</version>
158 <groupId>com.fasterxml.jackson.core</groupId>
159 <artifactId>jackson-core</artifactId>
160 <version>2.1.2</version>
163 <groupId>com.fasterxml.jackson.core</groupId>
164 <artifactId>jackson-annotations</artifactId>
165 <version>2.1.2</version>
168 <groupId>com.fasterxml.jackson.core</groupId>
169 <artifactId>jackson-databind</artifactId>
170 <version>2.1.2</version>
173 <groupId>com.lexicalscope.jewelcli</groupId>
174 <artifactId>jewelcli</artifactId>
175 <version>0.8.3</version>