]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
ef463e3310794471e18c84646c28f2fcd232bebe
[gpl/argeo-slc.git] / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc.runtime</groupId>
5 <artifactId>argeo-slc-runtime</artifactId>
6 <version>0.11.3-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.specs</artifactId>
10 <name>Argeo SLC Specifications</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-compiler-plugin</artifactId>
16 </plugin>
17 <plugin>
18 <groupId>org.apache.maven.plugins</groupId>
19 <artifactId>maven-source-plugin</artifactId>
20 </plugin>
21 <plugin>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-jar-plugin</artifactId>
24 </plugin>
25 <plugin>
26 <groupId>org.apache.felix</groupId>
27 <artifactId>maven-bundle-plugin</artifactId>
28 <version>${version.maven-bundle-plugin}</version>
29 <configuration>
30 <instructions>
31 <Export-Package>
32 org.argeo.slc.*
33 </Export-Package>
34 <Import-Package>*,
35 org.hibernate.proxy;resolution:="optional"
36 </Import-Package>
37 </instructions>
38 </configuration>
39 </plugin>
40
41 </plugins>
42 </build>
43 <dependencies>
44 <dependency>
45 <groupId>org.apache.commons</groupId>
46 <artifactId>
47 com.springsource.org.apache.commons.io
48 </artifactId>
49 </dependency>
50 </dependencies>
51 </project>