]> git.argeo.org Git - gpl/argeo-tp.git/blob - pom.xml
Add Felix
[gpl/argeo-tp.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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>org.argeo.slc</groupId>
6 <artifactId>lib</artifactId>
7 <version>1.1.14-SNAPSHOT</version>
8 </parent>
9 <groupId>org.argeo.tp.slc</groupId>
10 <artifactId>org.argeo.tp.slc.factory</artifactId>
11 <name>Argeo Distribution Factory</name>
12 <build>
13 <resources>
14 <resource>
15 <directory>.</directory>
16 <includes>
17 <include>META-INF/**</include>
18 </includes>
19 </resource>
20 </resources>
21 </build>
22 <repositories>
23 <repository>
24 <id>argeo-slc</id>
25 <url>http://repo.argeo.org/data/public/java/org.argeo.slc-1.1.x</url>
26 <releases>
27 <enabled>true</enabled>
28 <updatePolicy>daily</updatePolicy>
29 <checksumPolicy>fail</checksumPolicy>
30 </releases>
31 </repository>
32 </repositories>
33 </project>