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