forked from WebFuzzing/EMB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
19 lines (17 loc) · 997 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.knaw.huygens</groupId>
<artifactId>timbuctoo</artifactId>
<version>42</version> <!-- Version is bogus, because each module has its own version. -->
<packaging>pom</packaging>
<name>Timbuctoo</name>
<description>Aggregate project for timbuctoo and related projects. This allows us to work in 1 git repo on multiple seperate projects and do a rebuild of all of them at the same time. The project you're looking for is in the timbuctoo folder</description>
<modules>
<module>security-client-agnostic</module>
<module>HttpCommand</module>
<module>timbuctoo-test-services</module>
<module>timbuctoo-instancev4</module>
<module>ContractDiff</module>
</modules>
</project>