]> git.argeo.org Git - gpl/argeo-tp.git/blob - pom.xml
Import JDBC drivers
[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-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 <plugins>
22 <plugin>
23 <groupId>org.argeo.maven.plugins</groupId>
24 <artifactId>maven-argeo-osgi-plugin</artifactId>
25 <executions>
26 <execution>
27 <id>generate-descriptors</id>
28 <goals>
29 <goal>descriptors</goal>
30 </goals>
31 <phase>generate-resources</phase>
32 </execution>
33 </executions>
34 </plugin>
35 </plugins>
36 </build>
37 <dependencies>
38 <dependency>
39 <groupId>org.argeo.slc</groupId>
40 <artifactId>org.argeo.slc.repo</artifactId>
41 <version>${version.slc}</version>
42 </dependency>
43 <dependency>
44 <groupId>org.argeo.slc</groupId>
45 <artifactId>org.argeo.slc.dep.rcp</artifactId>
46 <version>${version.slc}</version>
47 <scope>test</scope>
48 </dependency>
49 </dependencies>
50 <repositories>
51 <repository>
52 <id>argeo-slc</id>
53 <url>http://repo.argeo.org/data/public/java/org.argeo.slc-1.1.x</url>
54 <releases>
55 <enabled>true</enabled>
56 <updatePolicy>daily</updatePolicy>
57 <checksumPolicy>fail</checksumPolicy>
58 </releases>
59 </repository>
60 </repositories>
61 </project>