]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/org.argeo.slc.sdk/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / dist / org.argeo.slc.sdk / pom.xml
index 3145829b4dded343489d43bbe817a6d83e508065..2f3c5ac36045e803d441f61eca2acd9b53ff5e67 100644 (file)
@@ -1,10 +1,9 @@
-<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>dist</artifactId>
-               <version>0.12.2-SNAPSHOT</version>
+               <version>0.13.0</version>
        </parent>
        <groupId>org.argeo.slc.dist</groupId>
        <artifactId>org.argeo.slc.sdk</artifactId>
                                        </execution>
                                </executions>
                        </plugin>
+                       <!--
+                               <plugin> <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId> <version>1.1</version>
+                               <executions> <execution> <id>create-repository</id>
+                               <phase>deploy</phase> <goals> <goal>exec</goal> </goals>
+                               </execution> </executions> <configuration>
+                               <executable>${argeo.p2.cmd}</executable> optional
+                               <workingDirectory>/tmp</workingDirectory> <arguments>
+                               <argument>-noSplash</argument> <argument>-application</argument>
+                               <argument>org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher</argument>
+                               <argument>-metadataRepository</argument>
+                               <argument>file:${argeo.p2.repository}</argument>
+                               <argument>-artifactRepository</argument>
+                               <argument>file:${argeo.p2.repository}</argument>
+                               <argument>-bundles</argument>
+                               <argument>${project.build.directory}</argument>
+                               <argument>-features</argument>
+                               <argument>${project.build.directory}</argument>
+                               <argument>-compress</argument>
+                               <argument>-publishArtifacts</argument> </arguments> </configuration>
+                               </plugin>
+                       -->
+                       <!-- 
                        <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>exec-maven-plugin</artifactId>
-                               <version>1.1</version>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-antrun-plugin</artifactId>
                                <executions>
                                        <execution>
-                                               <id>create-repository</id>
+                                               <id>p2-copyToRepo</id>
                                                <phase>deploy</phase>
                                                <goals>
-                                                       <goal>exec</goal>
+                                                       <goal>run</goal>
                                                </goals>
+                                               <configuration>
+                                                       <tasks>
+                                                               <mkdir dir="${project.build.directory}/repobase" />
+                                                               <copy todir="${project.build.directory}/repobase">
+                                                                       <fileset dir="${project.build.directory}/lib">
+                                                                               <include name="*.jar" />
+                                                                       </fileset>
+                                                                       <fileset dir="${project.build.directory}/libsrc">
+                                                                               <include name="*.jar" />
+                                                                       </fileset>
+                                                               </copy>
+                                                               <exec executable="${argeo.p2.cmd}">
+                                                                       <arg value="-noSplash" />
+                                                                       <arg value="-application" />
+                                                                       <arg value="org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher" />
+                                                                       <arg value="-metadataRepository" />
+                                                                       <arg value="file:${argeo.p2.repository}" />
+                                                                       <arg value="-artifactRepository" />
+                                                                       <arg value="file:${argeo.p2.repository}" />
+                                                                       <arg value="-bundles" />
+                                                                       <arg value="${project.build.directory}/repobase" />
+                                                                       <arg value="-features" />
+                                                                       <arg value="${project.build.directory}/repobase" />
+                                                                       <arg value="-compress" />
+                                                                       <arg value="-publishArtifacts" />
+                                                               </exec>
+
+                                                       </tasks>
+                                               </configuration>
                                        </execution>
                                </executions>
-                               <configuration>
-                                       <executable>${argeo.p2.cmd}</executable>
-                                       <!-- optional -->
-                                       <workingDirectory>/tmp</workingDirectory>
-                                       <arguments>
-                                               <argument>-noSplash</argument>
-                                               <argument>-application</argument>
-                                               <argument>org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher</argument>
-                                               <argument>-metadataRepository</argument>
-                                               <argument>file:${argeo.p2.repository}</argument>
-                                               <argument>-artifactRepository</argument>
-                                               <argument>file:${argeo.p2.repository}</argument>
-                                               <argument>-bundles</argument>
-                                               <argument>${project.build.directory}</argument>
-                                               <argument>-features</argument>
-                                               <argument>${project.build.directory}</argument>
-                                               <argument>-compress</argument>
-                                               <argument>-publishArtifacts</argument>
-                                       </arguments>
-                               </configuration>
                        </plugin>
+                        -->
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.server</artifactId>
+                       <artifactId>org.argeo.slc.dep.sdk</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.sdk</artifactId>
+                       <artifactId>org.argeo.slc.dep.sdk.sources</artifactId>
                        <version>${project.version}</version>
                </dependency>
        </dependencies>
        <profiles>
                <profile>
-                       <id>rpmbuild</id><!--
+                       <id>rpmbuild</id>
+
                        <activation>
                                <os>
                                        <name>Linux</name>
                                        <exists>/usr/bin/rpmbuild</exists>
                                </file>
                        </activation>
-                       --><properties>
+
+                       <properties>
                                <package.version>${project.version}</package.version>
                                <distribution.label>argeo</distribution.label>
-                               <distribution.root>/net/cash/srv/yumrepos/argeo-el/5/argeo-testing/</distribution.root>
+                               <distribution.root>/var/argeo/linux/argeo-el/5/argeo-testing</distribution.root>
                        </properties>
                        <build>
                                <plugins>
                                                <executions>
                                                        <execution>
                                                                <id>rpm-sdk</id>
-                                                               <phase>package</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                        </execution>
                                                        <execution>
                                                                <id>rpm-devel</id>
-                                                               <phase>package</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                                                        </sources>
                                                                                </mapping>
                                                                        </mappings>
+                                                                       <requires>
+                                                                               <require>org.argeo.slc.sdk</require>
+                                                                       </requires>
                                                                </configuration>
                                                        </execution>
                                                        <execution>
                                                                <id>rpm-demo</id>
-                                                               <phase>package</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>rpm</goal>
                                                                </goals>
                                                                                        <groupname>root</groupname>
                                                                                        <filemode>644</filemode>
                                                                                        <directoryIncluded>false</directoryIncluded>
-                                                                                       <configuration>true</configuration>
                                                                                        <sources>
                                                                                                <source>
                                                                                                        <location>../../demo/site</location>
                                                                                                        <includes>
-                                                                                                               <include>**</include>
+                                                                                                               <include>org.argeo.*/**</include>
                                                                                                        </includes>
                                                                                                        <excludes>
-                                                                                                               <exclude>*.pom.xml</exclude>
+                                                                                                               <exclude>pom.xml</exclude>
+                                                                                                               <exclude>target</exclude>
                                                                                                                <exclude>.svn</exclude>
                                                                                                                <exclude>**/.svn/**</exclude>
                                                                                                        </excludes>
                                                                                        </sources>
                                                                                </mapping>
                                                                        </mappings>
+                                                                       <requires>
+                                                                               <require>org.argeo.slc.sdk</require>
+                                                                       </requires>
                                                                </configuration>
                                                        </execution>
                                                </executions>
                                        </plugin>
+<!-- 
                                        <plugin>
                                                <groupId>org.apache.maven.plugins</groupId>
                                                <artifactId>maven-antrun-plugin</artifactId>
                                                <executions>
                                                        <execution>
                                                                <id>rpm-copyToRepo</id>
-                                                               <phase>install</phase>
+                                                               <phase>deploy</phase>
                                                                <goals>
                                                                        <goal>run</goal>
                                                                </goals>
                                                                <configuration>
                                                                        <tasks>
+                                                                               <mkdir dir="${distribution.root}/i386" />
+                                                                               <mkdir dir="${distribution.root}/x86_64" />
                                                                                <delete verbose="true">
                                                                                        <fileset dir="${distribution.root}" includes="*/org.argeo.slc.sdk-*.rpm" />
                                                                                </delete>
                                                        </execution>
                                                </executions>
                                        </plugin>
+ -->
                                </plugins>
                        </build>