Skip to content

Commit b1d1ab3

Browse files
committed
fix: missing maven central mandatory info
1 parent 856eca6 commit b1d1ab3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@
1212
<description>Doc Exec, execution of code block inside documentation</description>
1313
<url>https://github.com/combostrap/doc-exec</url>
1414

15+
<licenses>
16+
<license>
17+
<name>Apache License 2.0</name>
18+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
19+
</license>
20+
</licenses>
21+
22+
<developers>
23+
<developer>
24+
<id>combostrap.com</id>
25+
<name>Combostrap Project Contributors</name>
26+
<url>https://www.combostrap.com</url>
27+
<organization>Combostrap</organization>
28+
<organizationUrl>https://www.combostrap.com</organizationUrl>
29+
</developer>
30+
</developers>
31+
32+
<scm>
33+
<connection>scm:git:git://github.com/combostrap/doc-exec.git</connection>
34+
<url>https://github.com/combostrap/doc-exec</url>
35+
</scm>
36+
1537
<!-- Organization used in the manifest file as Package vendor -->
1638
<organization>
1739
<name>Combostrap</name>

0 commit comments

Comments
 (0)