Skip to content

Commit 5890cf1

Browse files
authored
Used for the Continous Integration Build Only
1 parent f13b9eb commit 5890cf1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<!-- Used for the Continous Integration Build Only, please go to OLGA/OLGA and execute mvn there for build -->
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>semanticstore.ontology.library.generator</groupId>
6+
<artifactId>OLGA</artifactId>
7+
<version>0.0.4</version>
8+
<packaging>pom</packaging>
9+
<name>OLGA</name>
10+
11+
<modules>
12+
<module>OLGA-Core</module>
13+
<module>OLG-Cli</module>
14+
<module>OLGA-Ws</module>
15+
</modules>
16+
17+
</project>

0 commit comments

Comments
 (0)