Skip to content

Commit 459a44e

Browse files
Merge pull request #120 from julesjacobsen/master
Add missing names to sub-module pom.xml
2 parents 37b7ef9 + f3273c0 commit 459a44e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

obographs-cli/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>obographs-cli</artifactId>
13+
<packaging>jar</packaging>
14+
<name>OBO Graphs CLI</name>
1315

1416
<properties>
1517
<maven.compiler.source>11</maven.compiler.source>

obographs-core/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>obographs-core</artifactId>
13+
<packaging>jar</packaging>
14+
<name>OBO Graphs core library</name>
1315

1416
<properties>
1517
<maven.compiler.source>11</maven.compiler.source>

obographs-owlapi/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>obographs-owlapi</artifactId>
13+
<packaging>jar</packaging>
14+
<name>OBO Graphs OWL API library</name>
1315

1416
<properties>
1517
<maven.compiler.source>11</maven.compiler.source>

0 commit comments

Comments
 (0)