forked from Riverside-Software/sonar-openedge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
23 lines (20 loc) · 861 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
<?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>
<groupId>eu.rssw</groupId>
<artifactId>sonar-openedge</artifactId>
<packaging>pom</packaging>
<version>2.0.4-SNAPSHOT</version>
<name>OpenEdge plugin for SonarQube</name>
<url>http://www.riverside-software.fr/</url>
<description>Open source code analysis for OpenEdge</description>
<modules>
<module>rcode-reader</module>
<module>proparse</module>
<module>database-parser</module>
<module>profiler-parser</module>
<module>listing-parser</module>
<module>openedge-checks</module>
<module>openedge-plugin</module>
</modules>
</project>