Skip to content

Commit

Permalink
Fix GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
V1nc3ntWasTaken committed Jan 10, 2022
1 parent 85be4ef commit 1664c18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>

<groupId>me.v1nc3ntwastaken</groupId>
<artifactId>dynmapLocationMap</artifactId>
<artifactId>dynmaplocationmap</artifactId> <!--leave lower-cased -->
<version>1.0</version>
<packaging>jar</packaging>
<name>dynmaplocationmap</name> <!--leave lower-cased -->
<name>DynmapLocationMap</name>

<distributionManagement>
<repository>
Expand All @@ -33,7 +33,6 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<outputFileName>DynmapLocationMap-${project.version}.jar</outputFileName>
</configuration>
</plugin>
<plugin>
Expand All @@ -48,6 +47,8 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<outputFile>DynmapLocationMap-${project.version}.jar</outputFile>
<createSourcesJar>false</createSourcesJar>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 1664c18

Please sign in to comment.