]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/modules/pom.xml
Introduce JCR agent. Client agent not needed anymore.
[gpl/argeo-slc.git] / eclipse / modules / 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>eclipse</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 </parent>
9 <groupId>org.argeo.slc.eclipse</groupId>
10 <artifactId>modules</artifactId>
11 <packaging>bundles</packaging>
12 <name>SLC Eclipse Modules</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.argeo.maven.plugins</groupId>
17 <artifactId>maven-argeo-osgi-plugin</artifactId>
18 <extensions>true</extensions>
19 <configuration>
20 <bundlesPomArtifactId>org.argeo.slc.eclipse.modules.bundles</bundlesPomArtifactId>
21 </configuration>
22 </plugin>
23 </plugins>
24 </build>
25 </project>