-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Used for the Continous Integration Build Only
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<!-- Used for the Continous Integration Build Only, please go to OLGA/OLGA and execute mvn there for build --> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>semanticstore.ontology.library.generator</groupId> | ||
<artifactId>OLGA</artifactId> | ||
<version>0.0.4</version> | ||
<packaging>pom</packaging> | ||
<name>OLGA</name> | ||
|
||
<modules> | ||
<module>OLGA-Core</module> | ||
<module>OLG-Cli</module> | ||
<module>OLGA-Ws</module> | ||
</modules> | ||
|
||
</project> |