-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
44 lines (40 loc) · 1.56 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
<?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>com.jovaco.pc.traking</groupId>
<artifactId>pc-traking</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<developers>
<developer>
<id>bredouane</id>
<name>Billel Redouane</name>
<email>[email protected]</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>YouTrack</system>
<url>http://martinm.jovaco.ca:666</url>
</issueManagement>
<name>pc-traking</name>
<url>http://www.jovaco.com</url>
<modules>
<module>administration</module>
<module>e-authentication</module>
<module>model</module>
</modules>
<properties>
<pc-traking-version>1.0.0</pc-traking-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java-version>1.8</java-version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<buildTS>${maven.build.timestamp}</buildTS>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<skipTests>false</skipTests>
</properties>
</project>