riseclipse-metamodel-cim
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.riseclipse</groupId>
<artifactId>riseclipse-metamodel-cim</artifactId>
<version>1.2.2</version>
</dependency><?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:
** dominique.marcadet@centralesupelec.fr
** aurelie.dehouck-neveu@edf.fr
** 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-cim</artifactId>
<version>1.2.2</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:git@github.com:riseclipse/riseclipse-metamodel-cim.git</connection>
<developerConnection>scm:git:git@github.com:riseclipse/riseclipse-metamodel-cim.git</developerConnection>
<url>https://github.com/riseclipse/riseclipse-metamodel-cim</url>
<tag>riseclipse-metamodel-cim-1.2.2</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.headerModel</module>
<module>fr.centralesupelec.edf.riseclipse.cim.headerModel.edit</module>
<module>fr.centralesupelec.edf.riseclipse.cim.util</module>
</modules>
</project>