Skip to content

Commit 31735fd

Browse files
committed
Update POM file.
Add developer and licensing infos to the POM file.
1 parent 2cfc814 commit 31735fd

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

pom.xml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@
66

77
<name>FlyBase ROBOT plugin</name>
88
<description>ROBOT plugin for FlyBase ontologies</description>
9+
<url>https://github.com/FlyBase/flybase-robot-plugin</url>
10+
11+
<licenses>
12+
<license>
13+
<name>MIT</name>
14+
</license>
15+
</licenses>
16+
17+
<developers>
18+
<developer>
19+
<id>damien</id>
20+
<name>Damien Goutte-Gattat</name>
21+
<email>[email protected]</email>
22+
</developer>
23+
</developers>
24+
25+
<scm>
26+
<connection>scm:git:https://github.com/FlyBase/flybase-robot-plugin.git</connection>
27+
<developerConnection>scm:git:ssh://[email protected]/FlyBase/flybase-robot-plugin.git</developerConnection>
28+
<url>https://github.com/FlyBase/flybase-robot-plugin</url>
29+
<tag>HEAD</tag>
30+
</scm>
31+
32+
<issueManagement>
33+
<system>GitHub</system>
34+
<url>https://github.com/FlyBase/flybase-robot-plugin</url>
35+
</issueManagement>
936

1037
<dependencies>
1138
<dependency>
@@ -51,4 +78,4 @@
5178
</plugin>
5279
</plugins>
5380
</build>
54-
</project>
81+
</project>

0 commit comments

Comments
 (0)