1 <?xml version="1.0" encoding="utf-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>fr.soleil</groupId>
6 <artifactId>super-pom-C-CPP</artifactId>
7 <version>RELEASE</version>
9 <groupId>fr.soleil.lib</groupId>
10 <artifactId>HKL-${aol}-${library}-${mode}</artifactId>
11 <version>5.0.0-SNAPSHOT</version>
12 <packaging>nar</packaging>
14 <description>HKL library</description>
18 <name>Frédéric-Emmanuel Picca</name>
19 <email>picca@synchrotron-soleil.fr</email>
20 <url>http://www.synchrotron-soleil.fr</url>
21 <organization>Synchrotron Soleil</organization>
22 <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
24 <role>developer</role>
26 <timezone>1</timezone>
31 <name>Vincent Delos</name>
32 <email>vincent.delos@synchrotron-soleil.fr</email>
33 <url>http://www.synchrotron-soleil.fr</url>
34 <organization>Synchrotron Soleil</organization>
35 <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
37 <role>developer for the 1rst version</role>
39 <timezone>1</timezone>
43 <connection>scm:git:git://repo.or.cz/hkl.git</connection>
44 <developerConnection>scm:git:ssh://repo.or.cz/srv/hkl.git</developerConnection>
45 <url>http://repo.or.cz/w/hkl.git</url>
50 <groupId>org.freehep</groupId>
51 <artifactId>freehep-nar-plugin</artifactId>
54 <sourceDirectory>${project.basedir}</sourceDirectory>
56 <includePath>${project.basedir}</includePath>
57 <includePath>${project.basedir}/..</includePath>
66 <groupId>org.gnu</groupId>
67 <artifactId>GSL-${aol}-${library}-release</artifactId>