]> git.argeo.org Git - lgpl/argeo-commons.git/blob - base/dep/pom.xml
Working backups
[lgpl/argeo-commons.git] / base / dep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.commons</groupId>
6 <artifactId>base</artifactId>
7 <version>1.1.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.base</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons Base Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.dep.log4j</module>
16 <module>org.argeo.dep.jackrabbit</module>
17 <module>org.argeo.eclipse.dep.rap</module>
18 <module>org.argeo.eclipse.dep.rcp</module>
19 </modules>
20 <build>
21 <resources>
22 <resource>
23 <directory>.</directory>
24 <includes>
25 <include>*.inf</include>
26 </includes>
27 </resource>
28 </resources>
29 <plugins>
30 <plugin>
31 <groupId>org.codehaus.mojo</groupId>
32 <artifactId>buildnumber-maven-plugin</artifactId>
33 <configuration>
34 <useLastCommittedRevision>false</useLastCommittedRevision>
35 </configuration>
36 </plugin>
37 <plugin>
38 <artifactId>maven-jar-plugin</artifactId>
39 </plugin>
40 <plugin>
41 <groupId>org.apache.felix</groupId>
42 <artifactId>maven-bundle-plugin</artifactId>
43 </plugin>
44 </plugins>
45 <pluginManagement>
46 <plugins>
47 <plugin>
48 <groupId>org.argeo.maven.plugins</groupId>
49 <artifactId>maven-argeo-osgi-plugin</artifactId>
50 <executions>
51 <execution>
52 <id>generate-descriptors</id>
53 <goals>
54 <goal>descriptors</goal>
55 </goals>
56 <phase>generate-resources</phase>
57 </execution>
58 </executions>
59 </plugin>
60 </plugins>
61 </pluginManagement>
62 </build>
63 <profiles>
64 <profile>
65 <id>check-osgi</id>
66 <dependencies>
67 <dependency>
68 <groupId>org.argeo.commons.base</groupId>
69 <artifactId>org.argeo.osgi.boot</artifactId>
70 <version>1.1.4-SNAPSHOT</version>
71 <scope>test</scope>
72 </dependency>
73 </dependencies>
74 </profile>
75 </profiles>
76 </project>