]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/pom.xml
Add path in execution flow descriptor
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / 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>argeo-slc</artifactId>
7 <version>0.11.3-SNAPSHOT</version>
8 <relativePath>../../../org.argeo.slc</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.server</groupId>
11 <artifactId>org.argeo.slc.server.bundles</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC Server Bundles</name>
14 <properties>
15 </properties>
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.argeo.slc.maven</groupId>
20 <artifactId>maven-argeo-osgi-plugin</artifactId>
21 <version>0.1.1</version>
22 <executions>
23 <execution>
24 <phase>package</phase>
25 <goals>
26 <goal>simple-bundles</goal>
27 </goals>
28 <configuration>
29 <bundlesBase>.</bundlesBase>
30 </configuration>
31 </execution>
32 </executions>
33 </plugin>
34 <plugin>
35 <artifactId>maven-invoker-plugin</artifactId>
36 <version>1.3</version>
37 <configuration>
38 <goals>
39 <goal>install</goal>
40 </goals>
41 <projectsDirectory>target/bundles</projectsDirectory>
42 <pomIncludes>
43 <pomInclude>pom.xml</pomInclude>
44 </pomIncludes>
45 </configuration>
46 <executions>
47 <execution>
48 <phase>package</phase>
49 <goals>
50 <goal>run</goal>
51 </goals>
52 </execution>
53 </executions>
54 </plugin>
55
56 </plugins>
57 </build>
58 <dependencies>
59 </dependencies>
60 </project>