Skip to content

Commit a85a421

Browse files
Fix Maven release GH action
1 parent 497c54a commit a85a421

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
lines changed

jfiletreeprettyprinter-core/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@
1111

1212
<packaging>jar</packaging>
1313

14+
<name>JFileTreePrettyPrinter</name>
15+
<description>A lightweight and flexible Java library with a native CLI to pretty-print directory structures - ideal for documentation, project overviews, or CLI tools.</description>
1416
<url>https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter</url>
17+
<licenses>
18+
<license>
19+
<name>The Apache License, Version 2.0</name>
20+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
21+
</license>
22+
</licenses>
23+
<developers>
24+
<developer>
25+
<name>Samuel SCHNEGG</name>
26+
<email>[email protected]</email>
27+
</developer>
28+
</developers>
1529
<scm>
1630
<connection>scm:git:git://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter.git</connection>
1731
<developerConnection>scm:git:ssh://github.com:ComputerDaddyGuy/JFileTreePrettyPrinter.git</developerConnection>
@@ -35,7 +49,6 @@
3549
</dependency>
3650
</dependencies>
3751

38-
3952
<build>
4053
<plugins>
4154
<plugin>

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,13 @@
88
<version>${revision}</version>
99

1010
<packaging>pom</packaging>
11-
<name>JFileTreePrettyPrinter</name>
12-
<description>A lightweight and flexible Java library with a native CLI to pretty-print directory structures - ideal for documentation, project overviews, or CLI tools.</description>
13-
<url>https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter</url>
1411

1512
<modules>
1613
<module>jfiletreeprettyprinter-core</module>
1714
<module>jfiletreeprettyprinter-cli</module>
1815
<module>jfiletreeprettyprinter-examples</module>
1916
</modules>
2017

21-
<licenses>
22-
<license>
23-
<name>The Apache License, Version 2.0</name>
24-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
25-
</license>
26-
</licenses>
27-
28-
<developers>
29-
<developer>
30-
<name>Samuel SCHNEGG</name>
31-
<email>[email protected]</email>
32-
</developer>
33-
</developers>
34-
35-
<scm>
36-
<connection>scm:git:git://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter.git</connection>
37-
<developerConnection>scm:git:ssh://github.com:ComputerDaddyGuy/JFileTreePrettyPrinter.git</developerConnection>
38-
<url>https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter</url>
39-
</scm>
40-
4118
<properties>
4219
<revision>0.1.1</revision>
4320

0 commit comments

Comments
 (0)