]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/modules/pom.xml
+ refactor to separate runtime and module project under eclipse plugin.
[gpl/argeo-slc.git] / eclipse / plugins / 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.eclipse</groupId>
6 <artifactId>plugins</artifactId>
7 <version>0.13.0-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.eclipse</groupId>
11 <artifactId>modules</artifactId>
12 <packaging>bundles</packaging>
13 <name>SLC Client UI Modules</name>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.maven.plugins</groupId>
18 <artifactId>maven-argeo-osgi-plugin</artifactId>
19 <extensions>true</extensions>
20 <configuration>
21 <bundlesPomArtifactId>org.argeo.slc.eclipse.plugins.modules.bundles</bundlesPomArtifactId>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 </project>