add maven central required stuff to pom

This commit is contained in:
f43nd1r 2019-12-06 05:24:28 +01:00
parent 7c3d14ca9f
commit 499878544e

16
pom.xml
View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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"> <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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.faendir</groupId> <groupId>com.faendir</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
@ -22,6 +23,19 @@
<url>https://github.com/F43nd1r/Acrarium</url> <url>https://github.com/F43nd1r/Acrarium</url>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>f43nd1r</id>
<name>Lukas Morawietz</name>
</developer>
</developers>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>