Select Git revision
flat_file.dat
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 2.24 KiB
<?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>
<parent>
<groupId>fr.soleil</groupId>
<artifactId>super-pom-C-CPP-device</artifactId>
<version>RELEASE</version>
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>XPSV2-${aol}-${mode}</artifactId>
<version>1.6.1</version>
<packaging>nar</packaging>
<!--
This field 'name' will define the name of the application.
-->
<name>XPSV2</name>
<scm>
<connection>git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/motion/motorcontrollers/xpsv2.git</connection>
<developerConnection>git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/motion/motorcontrollers/xpsv2.git</developerConnection>
<url>https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/motion/motorcontrollers/xpsv2</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.freehep</groupId>
<artifactId>freehep-nar-plugin</artifactId>
<configuration>
<os>Linux</os>
<cpp>
<options>
<!--option>-DTU_TRAJECTORY_TESTS</option-->
</options>
</cpp>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>se.haxx.lib</groupId>
<artifactId>curl-${aol}-static-${mode}</artifactId>
<!--version>7.37.0</version-->
</dependency>
</dependencies>
<developers>
<developer>
<id>coquet</id>
<name>coquet</name>
<url>http://controle/</url>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
<role>manager</role>
</roles>
<timezone>1</timezone>
</developer>
</developers>
</project>