Skip to content

Commit

Permalink
try new maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 9, 2022
1 parent 488eaab commit 5e47c65
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -85,6 +85,12 @@
<developerConnection>scm:git:git:@github.com:DenizenScript/Denizen-Core.git</developerConnection>
<url>https://github.com/DenizenScript/Denizen-Core/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 @@ -143,6 +149,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 5e47c65

Please sign in to comment.