Select Git revision
-
Stéphane Poirier authoredStéphane Poirier authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 2.27 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>Mar345-${aol}-${mode}</artifactId>
<version>1.4.1-SNAPSHOT</version>
<packaging>nar</packaging>
<name>Mar345</name>
<description>Mar345Device device</description>
<build>
<plugins>
<plugin>
<groupId>org.freehep</groupId>
<artifactId>freehep-nar-plugin</artifactId>
<configuration>
<os>Linux</os>
<cpp>
<defines>
<define>BOOST_ALL_DYN_LINK</define>
<define>LOG4TANGO_HAVE_INT64_T</define>
<define>PROJECT_NAME=${project.name}</define>
<define>PROJECT_VERSION=${project.version}</define>
</defines>
</cpp>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
</dependencies>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/Acquisition/2D/Mar345/trunk/</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Acquisition/2D/Mar345/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Acquisition/2D/Mar345/trunk/</url>
</scm>
<developers>
<developer>
<id>langlois</id>
<name>langlois</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>