OSDN Git Service

add inf loop test
[jindolf/JinParser.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!--
4     Maven3 POM definition file
5 -->
6
7 <project
8   xmlns="http://maven.apache.org/POM/4.0.0"
9   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
11   http://maven.apache.org/xsd/maven-4.0.0.xsd"
12 >
13     <modelVersion>4.0.0</modelVersion>
14     <!--parent/-->
15
16     <groupId>jp.sourceforge.jindolf</groupId>
17     <artifactId>jinparser</artifactId>
18
19     <version>1.409.5-SNAPSHOT</version>
20
21     <packaging>jar</packaging>
22     <name>JinParser</name>
23
24     <description><!--
25 -->JinParserライブラリは、CGIゲーム「人狼BBS」のクライアント制作者向けに<!--
26 -->作られたJavaライブラリです。<!--
27  --></description>
28
29     <url>https://ja.osdn.net/projects/jindolf/devel/</url>
30     <inceptionYear>2009</inceptionYear>
31
32     <organization>
33         <name>Jindolf Partners</name>
34         <url>https://ja.osdn.net/projects/jindolf/devel/</url>
35     </organization>
36
37     <licenses>
38         <license>
39             <name>The MIT License</name>
40             <url>https://opensource.org/licenses/MIT</url>
41             <distribution>manual</distribution>
42         </license>
43     </licenses>
44
45     <developers>
46         <developer>
47             <id>olyutorskii</id>
48             <url>https://sites.google.com/site/olyutorskiipit/</url>
49             <organization>Jindolf Partners</organization>
50             <organizationUrl>https://ja.osdn.net/projects/jindolf/devel/</organizationUrl>
51             <roles>
52                 <role>Project Founder</role>
53                 <role>Java Developer</role>
54             </roles>
55         </developer>
56     </developers>
57
58     <contributors/>
59     <mailingLists/>
60
61     <prerequisites>
62         <maven>3.0.1</maven>
63     </prerequisites>
64
65     <modules/>
66
67     <scm>
68         <connection>scm:hg:http://hg.osdn.net/view/jindolf/JinParser</connection>
69         <developerConnection>scm:hg:ssh://hg.osdn.net//hgroot/jindolf/JinParser</developerConnection>
70         <url>https://osdn.net/projects/jindolf/scm/hg/JinParser/</url>
71     </scm>
72
73     <issueManagement>
74         <system>OSDN.NET</system>
75         <url>https://ja.osdn.net/projects/jindolf/ticket/</url>
76     </issueManagement>
77
78     <ciManagement/>
79     <distributionManagement/>
80
81     <properties>
82         <maven.compiler.source>1.7</maven.compiler.source>
83         <maven.compiler.target>1.7</maven.compiler.target>
84
85         <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
86         <maven.compiler.showWarnings>true</maven.compiler.showWarnings>
87
88         <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
89         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
90         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
91
92         <site.locales>en</site.locales>
93         <javadoc.locale>en</javadoc.locale>
94         <findbugs.jvmArgs>-Duser.language=en</findbugs.jvmArgs>
95
96         <jacoco-plugin.version>0.7.9</jacoco-plugin.version>
97
98         <checkstyle-plugin.version>2.17</checkstyle-plugin.version>
99         <checkstyleruntime.version>6.19</checkstyleruntime.version>
100         <checkstyle.config.location>${project.basedir}/checkstyle.xml</checkstyle.config.location>
101         <checkstyle.suppressions.location>${project.basedir}/checkstyle-suppressions.xml</checkstyle.suppressions.location>
102         <checkstyle.enable.rss>false</checkstyle.enable.rss>
103
104         <pmd-plugin.version>3.7</pmd-plugin.version>
105
106         <findbugs-plugin.version>3.0.4</findbugs-plugin.version>
107         <findbugs.effort>Max</findbugs.effort>
108         <findbugs.threshold>Low</findbugs.threshold>
109         <!-- for Jenkins -->
110         <findbugs.xmlOutput>true</findbugs.xmlOutput>
111
112     </properties>
113
114     <dependencyManagement/>
115
116     <dependencies>
117
118         <dependency>
119             <groupId>junit</groupId>
120             <artifactId>junit</artifactId>
121             <version>4.12</version>
122             <scope>test</scope>
123         </dependency>
124
125         <dependency>
126             <groupId>jp.sourceforge.jindolf</groupId>
127             <artifactId>jincore</artifactId>
128             <version>1.206.10</version>
129             <scope>compile</scope>
130         </dependency>
131
132     </dependencies>
133
134     <repositories/>
135     <pluginRepositories/>
136
137     <build>
138
139         <pluginManagement>
140
141             <plugins>
142
143                 <plugin>
144                     <groupId>org.apache.maven.plugins</groupId>
145                     <artifactId>maven-checkstyle-plugin</artifactId>
146                     <version>${checkstyle-plugin.version}</version>
147                     <dependencies>
148                         <dependency>
149                             <groupId>com.puppycrawl.tools</groupId>
150                             <artifactId>checkstyle</artifactId>
151                             <!--artifactId>checkstyle-backport-jre6</artifactId-->
152                             <version>${checkstyleruntime.version}</version>
153                         </dependency>
154                     </dependencies>
155                 </plugin>
156
157             </plugins>
158
159         </pluginManagement>
160
161         <plugins>
162
163
164             <!-- clean lifecycle -->
165
166             <plugin>
167                 <groupId>org.apache.maven.plugins</groupId>
168                 <artifactId>maven-clean-plugin</artifactId>
169                 <version>3.0.0</version>
170                 <configuration>
171                     <filesets>
172                         <fileset>
173                             <directory>${project.basedir}</directory>
174                             <includes>
175                                 <include>**/*~</include>
176                                 <include>**/*.swp</include>
177                                 <include>**/*.DS_Store</include>
178                                 <include>**/._*</include>
179                                 <include>**/__MACOSX</include>
180                                 <include>**/Thumbs.db</include>
181                                 <include>**/desktop.ini</include>
182                                 <include>**/core</include>
183                                 <include>**/hs_err_pid*</include>
184                             </includes>
185                         </fileset>
186                     </filesets>
187                 </configuration>
188             </plugin>
189
190
191             <!-- default lifecycle -->
192
193             <plugin>
194                 <groupId>org.apache.maven.plugins</groupId>
195                 <artifactId>maven-enforcer-plugin</artifactId>
196                 <version>1.4.1</version>
197                 <configuration>
198                     <rules>
199                         <requireMavenVersion>
200                             <version>[3.0.1,)</version>
201                         </requireMavenVersion>
202                         <requireJavaVersion>
203                             <version>[1.7,)</version>
204                         </requireJavaVersion>
205                     </rules>
206                 </configuration>
207             </plugin>
208
209             <plugin>
210                 <groupId>org.apache.maven.plugins</groupId>
211                 <artifactId>maven-resources-plugin</artifactId>
212                 <version>3.0.2</version>
213             </plugin>
214
215             <plugin>
216                 <groupId>org.apache.maven.plugins</groupId>
217                 <artifactId>maven-compiler-plugin</artifactId>
218                 <version>3.6.1</version>
219                 <configuration>
220                     <source>1.7</source>  <!-- for NetBeans IDE -->
221                     <target>1.7</target>
222                     <compilerArguments>
223                         <Xlint/>
224                     </compilerArguments>
225                     <showWarnings>true</showWarnings>
226                     <showDeprecation>true</showDeprecation>
227                 </configuration>
228             </plugin>
229
230             <plugin>
231                 <groupId>org.apache.maven.plugins</groupId>
232                 <artifactId>maven-surefire-plugin</artifactId>
233                 <version>2.19.1</version>
234                 <configuration>
235                     <enableAssertions>true</enableAssertions>
236                 </configuration>
237             </plugin>
238
239             <plugin>
240                 <groupId>org.jacoco</groupId>
241                 <artifactId>jacoco-maven-plugin</artifactId>
242                 <version>${jacoco-plugin.version}</version>
243                 <executions>
244                     <execution>
245                         <id>default-prepare-agent</id>
246                         <goals>
247                             <goal>prepare-agent</goal>
248                         </goals>
249                     </execution>
250                     <execution>
251                         <id>default-report</id>
252                         <phase>prepare-package</phase>
253                         <goals>
254                             <goal>report</goal>
255                         </goals>
256                     </execution>
257                     <execution>
258                         <id>default-check</id>
259                         <goals>
260                             <goal>check</goal>
261                         </goals>
262                         <configuration>
263                             <rules>
264                                 <rule implementation="org.jacoco.maven.RuleConfiguration">
265                                     <element>BUNDLE</element>
266                                     <limits>
267                                         <limit implementation="org.jacoco.report.check.Limit">
268                                             <counter>COMPLEXITY</counter>
269                                             <value>COVEREDRATIO</value>
270                                             <minimum>0.0</minimum>
271                                         </limit>
272                                     </limits>
273                                 </rule>
274                             </rules>
275                         </configuration>
276                     </execution>
277                 </executions>
278             </plugin>
279
280             <plugin>
281                 <groupId>org.apache.maven.plugins</groupId>
282                 <artifactId>maven-jar-plugin</artifactId>
283                 <version>3.0.2</version>
284                 <configuration>
285                     <archive>
286                         <manifest>
287                             <addDefaultImplementationEntries>
288                                 true
289                             </addDefaultImplementationEntries>
290                         </manifest>
291                         <manifestEntries>
292                             <Built-By>${project.organization.name}</Built-By>
293                         </manifestEntries>
294                     </archive>
295                 </configuration>
296             </plugin>
297
298             <plugin>
299                 <groupId>org.apache.maven.plugins</groupId>
300                 <artifactId>maven-source-plugin</artifactId>
301                 <version>3.0.1</version>
302                 <configuration>
303                     <includePom>true</includePom>
304                     <archive>
305                         <manifestEntries>
306                             <Built-By>${project.organization.name}</Built-By>
307                         </manifestEntries>
308                     </archive>
309                 </configuration>
310                 <executions>
311                     <execution>
312                         <id>attach-sources</id>
313                         <phase>verify</phase>
314                         <goals>
315                           <goal>jar-no-fork</goal>
316                         </goals>
317                     </execution>
318                 </executions>
319             </plugin>
320
321             <plugin>
322                 <groupId>org.apache.maven.plugins</groupId>
323                 <artifactId>maven-install-plugin</artifactId>
324                 <version>2.5.2</version>
325             </plugin>
326
327             <plugin>
328                 <groupId>org.apache.maven.plugins</groupId>
329                 <artifactId>maven-deploy-plugin</artifactId>
330                 <version>2.8.2</version>
331             </plugin>
332
333
334             <!-- site lifecycle -->
335
336             <plugin>
337                 <groupId>org.apache.maven.plugins</groupId>
338                 <artifactId>maven-site-plugin</artifactId>
339                 <version>3.6</version>
340                 <configuration>
341                     <locales>${site.locales}</locales>
342                 </configuration>
343             </plugin>
344
345
346             <!-- goals without lifecycle -->
347
348             <plugin>
349                 <groupId>org.apache.maven.plugins</groupId>
350                 <artifactId>maven-assembly-plugin</artifactId>
351                 <version>3.0.0</version>
352                 <configuration>
353                     <descriptors>
354                         <descriptor>src/assembly/src.xml</descriptor>
355                     </descriptors>
356                 </configuration>
357             </plugin>
358
359             <plugin>
360                 <groupId>org.apache.maven.plugins</groupId>
361                 <artifactId>maven-checkstyle-plugin</artifactId>
362                 <version>${checkstyle-plugin.version}</version>
363             </plugin>
364
365         </plugins>
366
367         <resources>
368
369             <resource>
370                 <directory>src/main/resources</directory>
371                 <filtering>true</filtering>
372                 <includes>
373                     <include>**/version.properties</include>
374                 </includes>
375             </resource>
376
377             <resource>
378                 <directory>src/main/resources</directory>
379                 <includes>
380                     <include>**/*.txt</include>
381
382                     <include>**/*.properties</include>
383
384                     <include>**/*.xml</include>
385                     <include>**/*.xsd</include>
386                     <include>**/*.dtd</include>
387
388                     <include>**/*.html</include>
389                     <include>**/*.htm</include>
390                     <include>**/*.css</include>
391
392                     <include>**/*.png</include>
393                     <include>**/*.gif</include>
394                     <include>**/*.jpeg</include>
395                     <include>**/*.jpg</include>
396                 </includes>
397                 <excludes>
398                     <exclude>**/version.properties</exclude>
399
400                     <exclude>**/.DS_Store</exclude>
401                     <exclude>**/__MACOSX</exclude>
402                     <exclude>**/Thumbs.db</exclude>
403                     <exclude>**/thumbs.db</exclude>
404                     <exclude>**/Desktop.ini</exclude>
405                     <exclude>**/desktop.ini</exclude>
406                     <exclude>**/core</exclude>
407                 </excludes>
408             </resource>
409
410         </resources>
411
412     </build>
413
414     <reporting>
415
416         <plugins>
417
418             <plugin>
419                 <groupId>org.apache.maven.plugins</groupId>
420                 <artifactId>maven-project-info-reports-plugin</artifactId>
421                 <version>2.9</version>
422                 <configuration>
423                     <linkOnly>true</linkOnly>
424                     <offline>true</offline>
425                 </configuration>
426                 <reportSets>
427                     <reportSet>
428                         <reports>
429                             <report>index</report>
430                             <report>summary</report>
431                             <report>license</report>
432                             <report>dependency-info</report>
433                             <report>dependencies</report>
434                             <report>dependency-convergence</report>
435                             <report>plugins</report>
436                             <report>plugin-management</report>
437                             <report>project-team</report>
438                             <report>issue-tracking</report>
439                             <report>scm</report>
440 <!--
441                             <report>dependency-management</report>
442                             <report>distribution-management</report>
443                             <report>cim</report>
444                             <report>mailing-list</report>
445                             <report>modules</report>
446 -->
447                         </reports>
448                     </reportSet>
449                 </reportSets>
450             </plugin>
451
452             <plugin>
453                 <groupId>org.apache.maven.plugins</groupId>
454                 <artifactId>maven-javadoc-plugin</artifactId>
455                 <version>2.10.4</version>
456                 <configuration>
457                     <author>false</author>
458                     <notimestamp>true</notimestamp>
459                     <quiet>true</quiet>
460                     <show>protected</show>
461                     <locale>${javadoc.locale}</locale>
462                     <header>${project.name} ${project.version} API</header>
463                     <version>true</version>
464                 </configuration>
465                 <reportSets>
466                     <reportSet>
467                         <reports>
468                             <report>javadoc</report>
469                         </reports>
470                     </reportSet>
471                 </reportSets>
472             </plugin>
473
474             <plugin>
475                 <groupId>org.apache.maven.plugins</groupId>
476                 <artifactId>maven-jxr-plugin</artifactId>
477                 <version>2.5</version>
478             </plugin>
479
480             <plugin>
481                 <groupId>org.apache.maven.plugins</groupId>
482                 <artifactId>maven-surefire-report-plugin</artifactId>
483                 <version>2.19.1</version>
484             </plugin>
485
486             <plugin>
487                 <groupId>org.jacoco</groupId>
488                 <artifactId>jacoco-maven-plugin</artifactId>
489                 <version>${jacoco-plugin.version}</version>
490                 <reportSets>
491                     <reportSet>
492                         <reports>
493                             <report>report</report>
494                         </reports>
495                     </reportSet>
496                 </reportSets>
497             </plugin>
498
499             <plugin>
500                 <groupId>org.apache.maven.plugins</groupId>
501                 <artifactId>maven-checkstyle-plugin</artifactId>
502                 <version>${checkstyle-plugin.version}</version>
503                 <reportSets>
504                     <reportSet>
505                         <reports>
506                             <report>checkstyle</report>
507                         </reports>
508                     </reportSet>
509                 </reportSets>
510             </plugin>
511
512             <plugin>
513                 <groupId>org.apache.maven.plugins</groupId>
514                 <artifactId>maven-pmd-plugin</artifactId>
515                 <version>${pmd-plugin.version}</version>
516                 <configuration>
517                     <rulesets>
518                         <ruleset>${project.basedir}/pmdrules.xml</ruleset>
519                     </rulesets>
520                 </configuration>
521                 <reportSets>
522                     <reportSet>
523                         <reports>
524                             <report>pmd</report>
525                             <report>cpd</report>
526                         </reports>
527                     </reportSet>
528                 </reportSets>
529             </plugin>
530
531             <plugin>
532                 <groupId>org.codehaus.mojo</groupId>
533                 <artifactId>findbugs-maven-plugin</artifactId>
534                 <version>${findbugs-plugin.version}</version>
535             </plugin>
536
537         </plugins>
538
539     </reporting>
540
541     <profiles/>
542
543 </project>
544
545 <!-- EOF -->