Skip to content

Commit 87dc5de

Browse files
Adapt pom.xml for maven central
1 parent 1711c39 commit 87dc5de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jfiletreeprettyprinter-core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111

1212
<packaging>jar</packaging>
1313

14+
<url>https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter</url>
15+
<scm>
16+
<connection>scm:git:git://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter.git</connection>
17+
<developerConnection>scm:git:ssh://github.com:ComputerDaddyGuy/JFileTreePrettyPrinter.git</developerConnection>
18+
<url>https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter</url>
19+
</scm>
1420

1521
<dependencies>
1622
<dependency>
@@ -37,6 +43,7 @@
3743
<artifactId>flatten-maven-plugin</artifactId>
3844
<configuration>
3945
<flattenMode>ossrh</flattenMode>
46+
<updatePomFile>true</updatePomFile>
4047
</configuration>
4148
<executions>
4249
<execution>

0 commit comments

Comments
 (0)