-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
49 lines (44 loc) · 1.87 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
45
46
47
48
49
<?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>
<artifactId>sauron</artifactId>
<groupId>com.free-now.sauron</groupId>
<version>1.0.0</version>
<packaging>pom</packaging>
<description>Sauron, the all seeing eye!</description>
<url>https://github.com/freenowtech/sauron</url>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Sergio Santiago</name>
<email>[email protected]</email>
</developer>
</developers>
<modules>
<module>sauron-core</module>
<module>sauron-plugin-archetype</module>
<module>sauron-service</module>
<module>plugins/console-output</module>
<module>plugins/data-sanitizer</module>
<module>plugins/git-checkout</module>
<module>plugins/elasticsearch-output</module>
<module>plugins/dependency-checker</module>
<module>plugins/dependencytrack-publisher</module>
<module>plugins/maven-report</module>
<module>plugins/protocw-checker</module>
<module>plugins/logs-report</module>
<module>plugins/kubernetesapi-report</module>
<module>plugins/sonarapi-report</module>
<module>plugins/thanosapi-report</module>
<module>plugins/readme-checker</module>
<module>plugins/bcrypt-passwordencoder-checker</module>
<module>plugins/jaegerapi-report</module>
<module>plugins/cleanup</module>
<module>plugins/webhook</module>
</modules>
</project>