forked from Upstream/mmocore
Fixed distribution management
This commit is contained in:
parent
7d6e0b74cc
commit
4fa92905cc
19
pom.xml
19
pom.xml
@ -17,16 +17,13 @@
|
|||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>nexus</id>
|
<id>gitlab-maven</id>
|
||||||
<name>Lumine Releases</name>
|
<url>https://gitlab.com/api/v4/projects/36957675/packages/maven</url>
|
||||||
<url>https://mvn.lumine.io/repository/maven-releases/</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>nexus</id>
|
<id>gitlab-maven</id>
|
||||||
<name>Lumine Snapshots</name>
|
<url>https://gitlab.com/api/v4/projects/36957675/packages/maven</url>
|
||||||
<url>https://mvn.lumine.io/repository/maven-snapshots/</url>
|
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
|
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -43,15 +40,12 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.3.1</version>
|
<version>2.3.1</version>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.8.1</version>
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>16</source>
|
<source>16</source>
|
||||||
<target>16</target>
|
<target>16</target>
|
||||||
@ -222,7 +216,7 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--Quest Plugin-->
|
<!-- Quest Plugins -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.blackvein</groupId>
|
<groupId>me.blackvein</groupId>
|
||||||
<artifactId>Quests</artifactId>
|
<artifactId>Quests</artifactId>
|
||||||
@ -248,7 +242,6 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- Guild plugins -->
|
<!-- Guild plugins -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.massivecraft</groupId>
|
<groupId>com.massivecraft</groupId>
|
||||||
@ -278,7 +271,5 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Quest plugins -->
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user