We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1711c39 commit 87dc5deCopy full SHA for 87dc5de
jfiletreeprettyprinter-core/pom.xml
@@ -11,6 +11,12 @@
11
12
<packaging>jar</packaging>
13
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
19
+ </scm>
20
21
<dependencies>
22
<dependency>
@@ -37,6 +43,7 @@
37
43
<artifactId>flatten-maven-plugin</artifactId>
38
44
<configuration>
39
45
<flattenMode>ossrh</flattenMode>
46
+ <updatePomFile>true</updatePomFile>
40
47
</configuration>
41
48
<executions>
42
49
<execution>
0 commit comments