]> git.argeo.org Git - gpl/argeo-tp.git/blob - org.argeo.tp.factory.extras/pom.xml
Prepare next development cycle
[gpl/argeo-tp.git] / org.argeo.tp.factory.extras / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>lib</artifactId>
8 <version>2.1.18-SNAPSHOT</version>
9 </parent>
10 <groupId>org.argeo.tp.factory</groupId>
11 <artifactId>org.argeo.tp.factory.extras</artifactId>
12 <version>2.1.14-SNAPSHOT</version>
13 <name>Extras Third Party Factory</name>
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 </resources>
28 <plugins>
29 <plugin>
30 <groupId>org.argeo.maven.plugins</groupId>
31 <artifactId>argeo-osgi-plugin</artifactId>
32 <version>2.1.1</version>
33 <executions>
34 <execution>
35 <id>generate-descriptors</id>
36 <goals>
37 <goal>descriptors</goal>
38 </goals>
39 <phase>generate-resources</phase>
40 </execution>
41 </executions>
42 </plugin>
43 </plugins>
44 </build>
45 <dependencies>
46 <dependency>
47 <groupId>org.argeo.slc</groupId>
48 <artifactId>org.argeo.slc.repo</artifactId>
49 <version>${version.slc}</version>
50 </dependency>
51 <dependency>
52 <groupId>org.argeo.slc</groupId>
53 <artifactId>org.argeo.slc.dep.backend</artifactId>
54 <version>${version.slc}</version>
55 </dependency>
56 <dependency>
57 <groupId>org.argeo.tp.equinox</groupId>
58 <artifactId>org.eclipse.osgi</artifactId>
59 <scope>test</scope>
60 </dependency>
61 </dependencies>
62 <repositories>
63 <repository>
64 <id>argeo</id>
65 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
66 <releases>
67 <enabled>true</enabled>
68 <updatePolicy>daily</updatePolicy>
69 <checksumPolicy>fail</checksumPolicy>
70 </releases>
71 </repository>
72 </repositories>
73 </project>