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 75c9df9 commit 518e358
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@
<repositories>
<repository>
<id>everything</id>
<url>https://repo.citizensnpcs.co/</url>
<url>https://maven.citizensnpcs.co/</url>
</repository>
<repository>
<id>placeholderapi</id>
Expand Down Expand Up @@ -377,6 +377,13 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>citizens-repo</id>
<url>https://maven.citizensnpcs.co/repo</url>
</repository>
</distributionManagement>

<build>
<defaultGoal>clean package install</defaultGoal>
<finalName>Depenizen</finalName>
Expand Down Expand Up @@ -409,6 +416,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>
</project>

0 comments on commit 518e358

Please sign in to comment.