Skip to content

Commit

Permalink
Set distribution management and scm
Browse files Browse the repository at this point in the history
  • Loading branch information
Reldeam committed Jan 27, 2022
1 parent d9de611 commit 82ff554
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
19 changes: 14 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
<name>CustomVillagerTrades</name>
<url>http://maven.apache.org</url>

<distributionManagement>
<repository>
<id>github-repository</id>
<url>https://github.com/Reldeam/CustomVillagerTrades/</url>
</repository>
</distributionManagement>

<scm>
<url>https://github.com/Reldeam/CustomVillagerTrades/</url>
<connection>scm:git:https://github.com/Reldeam/CustomVillagerTrades</connection>
<developerConnection>scm:git:https://github.com/Reldeam/CustomVillagerTrades</developerConnection>
<tag>HEAD</tag>
</scm>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand All @@ -35,11 +49,6 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.30</version>
</dependency>
</dependencies>

<build>
Expand Down
11 changes: 11 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#release configuration
#Thu Jan 27 11:30:10 AEDT 2022
projectVersionPolicyId=default
scm.tagNameFormat=@{project.artifactId}-@{project.version}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
pushChanges=true
completedPhase=check-poms
scm.url=scm\:git\:https\://github.com/Reldeam/CustomVillagerTrades
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify

0 comments on commit 82ff554

Please sign in to comment.