]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/pom.xml
Remove logging
[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.3</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 <projectsDirectory>target/bundles</projectsDirectory>
39 <pomIncludes>
40 <pomInclude>pom.xml</pomInclude>
41 </pomIncludes>
42 </configuration>
43 <executions>
44 <execution>
45 <id>bundles-install</id>
46 <phase>install</phase>
47 <goals>
48 <goal>run</goal>
49 </goals>
50 <configuration>
51 <goals>
52 <goal>install</goal>
53 </goals>
54 </configuration>
55 </execution>
56 <execution>
57 <id>bundles-deploy</id>
58 <phase>deploy</phase>
59 <goals>
60 <goal>run</goal>
61 </goals>
62 <configuration>
63 <goals>
64 <goal>deploy</goal>
65 </goals>
66 </configuration>
67 </execution>
68 </executions>
69 </plugin>
70
71 </plugins>
72 </build>
73 <dependencies>
74 </dependencies>
75 </project>