forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
25 lines (25 loc) · 766 Bytes
/
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
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>base</artifactId>
<groupId>org.sakaiproject</groupId>
<version>SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Sakai Web Project</name>
<groupId>org.sakaiproject</groupId>
<artifactId>web-base</artifactId>
<packaging>pom</packaging>
<modules>
<module>news-api/api</module>
<module>news-impl/impl</module>
<module>news-impl/pack</module>
<module>news-tool/tool</module>
<module>web-api/api</module>
<module>web-help</module>
<module>web-impl/impl</module>
<module>web-impl/pack</module>
<module>web-tool/tool</module>
</modules>
</project>