Skip to content

Commit

Permalink
use new Citizens maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 9, 2022
1 parent 7dd92f2 commit ebd4bbd
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</repository>
<repository>
<id>everything</id>
<url>https://repo.citizensnpcs.co</url>
<url>https://maven.citizensnpcs.co</url>
</repository>

<repository>
Expand Down Expand Up @@ -72,6 +72,12 @@
<developerConnection>scm:git:git:@github.com:DenizenScript/dDiscordBot.git</developerConnection>
<url>https://github.com/DenizenScript/dDiscordBot/tree/master/</url>
</scm>
<distributionManagement>
<repository>
<id>citizens-repo</id>
<url>https://maven.citizensnpcs.co/repo</url>
</repository>
</distributionManagement>

<build>
<defaultGoal>clean package install</defaultGoal>
Expand Down Expand Up @@ -181,7 +187,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -196,7 +201,6 @@
</archive>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -206,6 +210,17 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ebd4bbd

Please sign in to comment.