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.8-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>
13 <name>version 3 of the GNU Lesser General Public License or later</name>
14 <url>https://www.gnu.org/licenses/lgpl.html</url>
15 <distribution>repo</distribution>
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-compiler-plugin</artifactId>
29 <version>3.8.1</version>
33 <encoding>UTF-8</encoding>
38 <groupId>org.apache.maven.plugins</groupId>
39 <artifactId>maven-source-plugin</artifactId>
40 <version>2.2.1</version>
43 <id>attach-sources</id>
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-javadoc-plugin</artifactId>
54 <version>2.10.4</version>
57 <id>attach-javadocs</id>
64 <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 -->
71 <!-- Workaround for https://stackoverflow.com/questions/49472783/maven-is-unable-to-find-javadoc-command -->
72 <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
77 <groupId>org.apache.maven.plugins</groupId>
78 <artifactId>maven-release-plugin</artifactId>
79 <version>2.5.2</version>
82 <groupId>org.apache.maven.scm</groupId>
83 <artifactId>maven-scm-provider-gitexe</artifactId>
84 <version>1.9.4</version>
94 <groupId>org.apache.maven.wagon</groupId>
95 <artifactId>wagon-ssh-external</artifactId>
96 <version>2.6</version>
103 <groupId>junit</groupId>
104 <artifactId>junit</artifactId>
105 <version>4.8.1</version>
110 <groupId>javax.servlet</groupId>
111 <artifactId>servlet-api</artifactId>
112 <version>2.5</version>
113 <scope>provided</scope>
117 <distributionManagement>
119 <id>svjatoslav.eu</id>
120 <name>svjatoslav.eu</name>
121 <url>scpexe://svjatoslav.eu:10006/srv/maven</url>
122 </snapshotRepository>
124 <id>svjatoslav.eu</id>
125 <name>svjatoslav.eu</name>
126 <url>scpexe://svjatoslav.eu:10006/srv/maven</url>
128 </distributionManagement>
131 <connection>scm:git:ssh://git@svjatoslav.eu/home/git/repositories/svjatoslav_commons.git</connection>
132 <developerConnection>scm:git:ssh://git@svjatoslav.eu/home/git/repositories/svjatoslav_commons.git
133 </developerConnection>