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>eu.svjatoslav</groupId>
4 <artifactId>svjatoslavcommons</artifactId>
5 <version>1.10-SNAPSHOT</version>
6 <packaging>jar</packaging>
7 <name>Svjatoslav Commons</name>
8 <description>Collection many small but commonly useful functionalities</description>
9 <url>http://www2.svjatoslav.eu/gitbrowse/svjatoslav_commons/doc/index.html</url>
12 <name>svjatoslav.eu</name>
13 <url>http://svjatoslav.eu</url>
17 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24 <groupId>org.apache.maven.plugins</groupId>
25 <artifactId>maven-compiler-plugin</artifactId>
26 <version>3.8.1</version>
30 <encoding>UTF-8</encoding>
35 <groupId>org.apache.maven.plugins</groupId>
36 <artifactId>maven-source-plugin</artifactId>
37 <version>2.2.1</version>
40 <id>attach-sources</id>
49 <groupId>org.apache.maven.plugins</groupId>
50 <artifactId>maven-javadoc-plugin</artifactId>
51 <version>2.10.4</version>
54 <id>attach-javadocs</id>
61 <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 -->
68 <!-- Workaround for https://stackoverflow.com/questions/49472783/maven-is-unable-to-find-javadoc-command -->
69 <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
74 <groupId>org.apache.maven.plugins</groupId>
75 <artifactId>maven-release-plugin</artifactId>
76 <version>2.5.2</version>
79 <groupId>org.apache.maven.scm</groupId>
80 <artifactId>maven-scm-provider-gitexe</artifactId>
81 <version>1.9.4</version>
91 <groupId>org.apache.maven.wagon</groupId>
92 <artifactId>wagon-ssh-external</artifactId>
93 <version>2.6</version>
100 <groupId>junit</groupId>
101 <artifactId>junit</artifactId>
102 <version>4.8.1</version>
107 <groupId>javax.servlet</groupId>
108 <artifactId>servlet-api</artifactId>
109 <version>2.5</version>
110 <scope>provided</scope>
114 <distributionManagement>
116 <id>svjatoslav.eu</id>
117 <name>svjatoslav.eu</name>
118 <url>scpexe://svjatoslav.eu:10006/srv/maven</url>
119 </snapshotRepository>
121 <id>svjatoslav.eu</id>
122 <name>svjatoslav.eu</name>
123 <url>scpexe://svjatoslav.eu:10006/srv/maven</url>
125 </distributionManagement>
128 <connection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/svjatoslav_commons.git</connection>
129 <developerConnection>scm:git:ssh://n0@svjatoslav.eu:10006/home/n0/git/svjatoslav_commons.git</developerConnection>