-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpom.xml
44 lines (37 loc) · 1.49 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<organization>
<name>ProtegeProject</name>
<url>http://protege.stanford.edu</url>
</organization>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrlapi-project</artifactId>
<version>2.1.2</version>
<name>SWRLAPI Project Builder</name>
<description>Utility project to built all SWRLAPI-related components</description>
<packaging>pom</packaging>
<scm>
<connection>scm:git:[email protected]:protegeproject/swrlapi-project.git</connection>
<developerConnection>scm:git:[email protected]:protegeproject/swrlapi-project.git</developerConnection>
<url>https://github.com/protegeproject/swrlapi-project</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/protegeproject/swrlapi-project/issues</url>
</issueManagement>
<modules>
<module>../swrlapi</module>
<module>../swrlapi-drools-engine</module>
<module>../swrltab-plugin</module>
<module>../swrlapi-example</module>
<!-- <module>../swrlapi-builtin-library-example</module> -->
<module>../swrltab</module>
<module>../swrlapi-integration-tests</module>
</modules>
</project>