]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.siteserver/bundles/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.3
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / pom.xml
index c535b5ab418e99beb6c7f281bd34b05e3b6bb17d..bc1c1bd1caa27531eaf98afe4c4765f68f0d13db 100644 (file)
@@ -1,75 +1,25 @@
-<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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../../org.argeo.slc</relativePath>
+               <groupId>org.argeo.slc.server</groupId>
+               <artifactId>deploy</artifactId>
+               <version>0.11.3</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.server</groupId>
        <artifactId>org.argeo.slc.server.bundles</artifactId>
-       <packaging>pom</packaging>
+       <packaging>bundles</packaging>
        <name>Argeo SLC Server Bundles</name>
-       <properties>
-       </properties>
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.argeo.slc.maven</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <version>0.1.2-SNAPSHOT</version>
-                               <executions>
-                                       <execution>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>simple-bundles</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <bundlesBase>.</bundlesBase>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <artifactId>maven-invoker-plugin</artifactId>
-                               <version>1.3</version>
+                               <extensions>true</extensions>
                                <configuration>
-                                       <projectsDirectory>target/bundles</projectsDirectory>
-                                       <pomIncludes>
-                                               <pomInclude>pom.xml</pomInclude>
-                                       </pomIncludes>
+                                       <strictManifestVersion>true</strictManifestVersion>
                                </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>bundles-install</id>
-                                               <phase>install</phase>
-                                               <goals>
-                                                       <goal>run</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <goals>
-                                                               <goal>install</goal>
-                                                       </goals>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>bundles-deploy</id>
-                                               <phase>deploy</phase>
-                                               <goals>
-                                                       <goal>run</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <goals>
-                                                               <goal>deploy</goal>
-                                                       </goals>
-                                               </configuration>
-                                       </execution>
-                               </executions>
                        </plugin>
-
                </plugins>
        </build>
-       <dependencies>
-       </dependencies>
 </project>
\ No newline at end of file