* Fix source and include directories
[hkl.git] / hkl / pom.xml
blob6b6992b43f12b131b07240663da6733515df6fc0
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>
4    <parent>
5        <groupId>fr.soleil</groupId>
6        <artifactId>super-pom-C-CPP</artifactId>
7        <version>RELEASE</version>
8    </parent>
9    <groupId>fr.soleil.lib</groupId>
10    <artifactId>HKL-${aol}-${library}-${mode}</artifactId>
11    <version>4.0.2-SNAPSHOT</version>
12    <packaging>nar</packaging>
13    <name>HKL</name>
14    <description>HKL library</description>
15    <developers>
16        <developer>
17            <id>picca</id>
18            <name>Frédéric 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>
23            <roles>
24                <role>developer</role>
25            </roles>
26            <timezone>1</timezone>
27        </developer>
28    </developers>
29    <contributors>
30        <contributor>
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>
36            <roles>
37                <role>developer for the 1rst version</role>
38            </roles>
39            <timezone>1</timezone>
40        </contributor>
41    </contributors>
42    <scm>
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>
46    </scm>
47    <build>
48        <plugins>
49            <plugin>
50                <groupId>org.freehep</groupId>
51                <artifactId>freehep-nar-plugin</artifactId>
52                <configuration>
53                    <c>
54                        <sourceDirectory>${project.basedir}</sourceDirectory>
55                        <includePaths>
56                            <includePath>${project.basedir}</includePath>
57                            <includePath>${project.basedir}/..</includePath>
58                        </includePaths>
59                    </c>
60                </configuration>
61            </plugin>
62        </plugins>
63    </build>
64    <dependencies>
65        <dependency>
66            <groupId>org.gnu</groupId>
67            <artifactId>GSL-${aol}-${library}-release</artifactId>
68        </dependency>
69    </dependencies>
70 </project>