]> git.argeo.org Git - gpl/argeo-tp.git/blob - pom.xml
Prepare next development cycle
[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.19</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 <properties>
13 <additionalImports.slc-lib>
14 javax.security.auth.callback;resolution:="optional"
15 </additionalImports.slc-lib>
16 </properties>
17 <build>
18 <resources>
19 <resource>
20 <directory>.</directory>
21 <includes>
22 <include>META-INF/**</include>
23 </includes>
24 </resource>
25 </resources>
26 <plugins>
27 <plugin>
28 <groupId>org.argeo.maven.plugins</groupId>
29 <artifactId>maven-argeo-osgi-plugin</artifactId>
30 <executions>
31 <execution>
32 <id>generate-descriptors</id>
33 <goals>
34 <goal>descriptors</goal>
35 </goals>
36 <phase>generate-resources</phase>
37 </execution>
38 </executions>
39 </plugin>
40 </plugins>
41 </build>
42 <dependencies>
43 <dependency>
44 <groupId>org.argeo.slc</groupId>
45 <artifactId>org.argeo.slc.repo</artifactId>
46 <version>${version.slc}</version>
47 </dependency>
48 <dependency>
49 <groupId>org.argeo.slc</groupId>
50 <artifactId>org.argeo.slc.dep.rcp</artifactId>
51 <version>${version.slc}</version>
52 <scope>test</scope>
53 </dependency>
54 </dependencies>
55 <repositories>
56 <repository>
57 <id>argeo-slc</id>
58 <url>http://repo.argeo.org/data/public/java/org.argeo.slc-1.1.x</url>
59 <releases>
60 <enabled>true</enabled>
61 <updatePolicy>daily</updatePolicy>
62 <checksumPolicy>fail</checksumPolicy>
63 </releases>
64 </repository>
65 </repositories>
66 </project>