Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/contributed/lisum/pom.xml
169679 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<modelVersion>4.0.0</modelVersion>
4
5
<groupId>de.dlr.ts</groupId>
6
<artifactId>lisum</artifactId>
7
<version>1.0</version>
8
<packaging>pom</packaging>
9
10
<modules>
11
<module>lisum-core</module>
12
<module>lisum-gui</module>
13
</modules>
14
<properties>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
</properties>
17
18
<organization>
19
<name>DLR - German Aerospace Center</name>
20
<url>https://www.dlr.de/ts/</url>
21
</organization>
22
23
<developers>
24
<developer>
25
<id>max</id>
26
<name>Maximiliano Bottazzi</name>
27
<email>[email protected]</email>
28
</developer>
29
</developers>
30
</project>
31