]> git.argeo.org Git - lgpl/argeo-commons.git/blob - sdk/pom.xml
Prepare JCR decoupling.
[lgpl/argeo-commons.git] / sdk / 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>argeo-commons</artifactId>
7 <version>2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>sdk</artifactId>
11 <name>Commons SDK</name>
12 <packaging>pom</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.tp</groupId>
16 <artifactId>argeo-tp-rap-e4</artifactId>
17 <version>${version.argeo-tp}</version>
18 <type>pom</type>
19 <scope>provided</scope>
20 </dependency>
21 </dependencies>
22 <profiles>
23 <profile>
24 <id>a2-provided</id>
25 <build>
26 <plugins>
27 <plugin>
28 <artifactId>maven-assembly-plugin</artifactId>
29 <configuration>
30 <descriptorRefs>
31 <descriptorRef>a2-provided</descriptorRef>
32 </descriptorRefs>
33 </configuration>
34 </plugin>
35 </plugins>
36 </build>
37 </profile>
38 </profiles>
39 </project>