-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
65 lines (57 loc) · 2.34 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<!--
*************************************************************************
** Copyright (c) 2016-2024 CentraleSupélec & EDF.
** All rights reserved. This program and the accompanying materials
** are made available under the terms of the Eclipse Public License v2.0
** which accompanies this distribution, and is available at
** https://www.eclipse.org/legal/epl-v20.html
**
** This file is part of the RiseClipse tool
**
** Contributors:
** Computer Science Department, CentraleSupélec
** EDF R&D
** Contacts:
** Web site:
** https://riseclipse.github.io
*************************************************************************
-->
<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>io.github.riseclipse</groupId>
<artifactId>riseclipse-metamodel-cgmes-3-0-0</artifactId>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>io.github.riseclipse</groupId>
<artifactId>fr.centralesupelec.edf.riseclipse.developer.maven</artifactId>
<version>1.2.12</version>
</parent>
<scm>
<connection>scm:git:[email protected]:riseclipse/riseclipse-metamodel-cgmes-3-0-0.git</connection>
<developerConnection>scm:git:[email protected]:riseclipse/riseclipse-metamodel-cgmes-3-0-0.git</developerConnection>
<url>https://github.com/riseclipse/riseclipse-metamodel-cgmes-3-0-0</url>
<tag>HEAD</tag>
</scm>
<build>
<plugins>
<plugin>
<groupId>${maven-group-id}</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin-version}</version>
<configuration>
<!-- Errors in EMF generated code: don't know how to avoid them. -->
<failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>fr.centralesupelec.edf.riseclipse.cim.cgmes-v3.0.0</module>
<module>fr.centralesupelec.edf.riseclipse.cim.cgmes-v3.0.0.edit</module>
<module>fr.centralesupelec.edf.riseclipse.cim.cgmes-v3.0.0.utilities</module>
</modules>
</project>