]> git.argeo.org Git - gpl/argeo-tp.git/blob - pom.xml
2236042bd093be7af86a5ec5b2b0973de4c1587f
[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>2.1.10</version>
8 </parent>
9 <groupId>org.argeo.tp.factory</groupId>
10 <artifactId>org.argeo.tp.factory.core</artifactId>
11 <version>2.1.20-SNAPSHOT</version>
12 <name>Argeo Third Party Factory</name>
13 <description>OSGi packaging of free / open source third party libraries</description>
14 <properties>
15 <additionalImports.slc-lib>
16 javax.security.auth.callback;resolution:="optional"
17 </additionalImports.slc-lib>
18 </properties>
19 <build>
20 <resources>
21 <resource>
22 <directory>.</directory>
23 <includes>
24 <include>META-INF/**</include>
25 </includes>
26 </resource>
27 <resource>
28 <directory>.</directory>
29 <filtering>true</filtering>
30 <includes>
31 <include>META-INF/distribution.xml</include>
32 </includes>
33 </resource>
34 </resources>
35 <plugins>
36 <plugin>
37 <groupId>org.argeo.maven.plugins</groupId>
38 <artifactId>maven-argeo-osgi-plugin</artifactId>
39 <executions>
40 <execution>
41 <id>generate-descriptors</id>
42 <goals>
43 <goal>descriptors</goal>
44 </goals>
45 <phase>generate-resources</phase>
46 </execution>
47 </executions>
48 </plugin>
49 </plugins>
50 </build>
51 <dependencies>
52 <dependency>
53 <groupId>org.argeo.slc</groupId>
54 <artifactId>org.argeo.slc.repo</artifactId>
55 <version>${version.slc}</version>
56 </dependency>
57 <dependency>
58 <groupId>org.argeo.slc</groupId>
59 <artifactId>org.argeo.slc.dep.backend</artifactId>
60 <version>${version.slc}</version>
61 <scope>test</scope>
62 </dependency>
63 </dependencies>
64 <repositories>
65 <repository>
66 <id>argeo</id>
67 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
68 <releases>
69 <enabled>true</enabled>
70 <updatePolicy>daily</updatePolicy>
71 <checksumPolicy>fail</checksumPolicy>
72 </releases>
73 </repository>
74 </repositories>
75 </project>