Skip to content
Snippets Groups Projects
pom.xml 2.13 KiB
Newer Older
Vincent Hardion's avatar
Vincent Hardion committed
<?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-tango</artifactId>
       <version>RELEASE</version>
   </parent>
   <groupId>fr.soleil.lib</groupId>
   <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
   <version>2.8.0-SNAPSHOT</version>
Vincent Hardion's avatar
Vincent Hardion committed
   <packaging>nar</packaging>
   <name>Electrometers library</name>
   <description>Electrometers library</description>
   <scm>
       <connection>${scm.connection.svn.tango-ds}:Instrumentation/ElectrometersLibrary</connection>
       <url>${scm.url.svn.tango-ds}/Instrumentation/ElectrometersLibrary</url>
Vincent Hardion's avatar
Vincent Hardion committed
   </scm>
   <build>
       <plugins>
           <plugin>
               <groupId>org.freehep</groupId>
               <artifactId>freehep-nar-plugin</artifactId>
               <configuration>
                   <cpp>
                      <sourceDirectory>src</sourceDirectory>
                      <includePaths>
                        <includePath>${basedir}/include</includePath>
                      </includePaths>
                      <defines>
                        <define>LOG4TANGO_HAVE_INT64_T</define>
                        <define>PROJECT_NAME=${project.name}</define>
                        <define>PROJECT_VERSION=${project.version}</define>
                    </defines>
                 </cpp>
Vincent Hardion's avatar
Vincent Hardion committed
               </configuration>
           </plugin>
       </plugins>
   </build>
   <dependencies>
   </dependencies>
  <developers>
    <developer>
      <id>elattaoui</id>
      <name>Xavier Elattaoui</name>
      <email>xavier.elattaoui@synchrotron-soleil.fr</email>
      <url>http://controle/~hardion/</url>
      <organization>Synchrotron Soleil</organization>
      <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
      <roles>
        <role>developper</role>
      </roles>
      <timezone>1</timezone>
    </developer>
  </developers>
</project>