Skip to content

Commit d7d4172

Browse files
committed
Fix Pipeline
1 parent a043aee commit d7d4172

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@
99
<version>0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12+
<name>UnifiedReporter</name>
13+
<description>Unified Reporter CSV/XLSX Formatter</description>
14+
<url>https://github.com/docflex/UnifiedReporter</url>
15+
16+
<licenses>
17+
<license>
18+
<name>The MIT License</name>
19+
<url>https://opensource.org/licenses/MIT</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
</licenses>
23+
24+
<developers>
25+
<developer>
26+
<id>docflex</id>
27+
<name>Rehber Moin</name>
28+
<email>rehbermoin.io@gmail.com</email>
29+
</developer>
30+
</developers>
31+
32+
<scm>
33+
<connection>scm:git:git://github.com/docflex/UnifiedReporter.git</connection>
34+
<developerConnection>scm:git:ssh://github.com:docflex/UnifiedReporter.git</developerConnection>
35+
<url>https://github.com/docflex/UnifiedReporter</url>
36+
</scm>
37+
1238
<distributionManagement>
1339
<repository>
1440
<id>github</id>

0 commit comments

Comments
 (0)