We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13b9eb commit 5890cf1Copy full SHA for 5890cf1
pom.xml
@@ -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