]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.9.4
[gpl/argeo-slc.git] / eclipse / features / org.argeo.slc.ui.launch.feature / pom.xml
index 663934a89301af728921e24812c41b6e34f38bb5..1d0901178862186f033ad4b2307a90cc18543637 100644 (file)
@@ -1,11 +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>argeo-slc</artifactId>
-               <version>0.9.4-SNAPSHOT</version>
+               <version>0.9.4</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
@@ -46,7 +44,7 @@
                                <artifactId>build-helper-maven-plugin</artifactId>
                                <executions>
                                        <execution>
-                                               <id>attach-artifacts</id>
+                                               <id>attach-feature</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>attach-artifact</goal>
                                                <configuration>
                                                        <artifacts>
                                                                <artifact>
-                                                                       <file>${project.build.directory}/${project.artifactId}.zip</file>
+                                                                       <file>
+                                                                               ${project.build.directory}/${project.artifactId}.zip
+                                                                       </file>
                                                                        <type>zip</type>
                                                                        <classifier>feature</classifier>
                                                                </artifact>
                                                        </artifacts>
+                                               </configuration>
+                                       </execution>
+                                       <execution>
+                                               <id>attach-updatesite</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>attach-artifact</goal>
+                                               </goals>
+                                               <configuration>
                                                        <artifacts>
                                                                <artifact>
-                                                                       <file>${project.build.directory}/${project.artifactId}-updatesite.zip</file>
+                                                                       <file>
+                                                                               ${project.build.directory}/${project.artifactId}-updatesite.zip
+                                                                       </file>
                                                                        <type>zip</type>
                                                                        <classifier>updatesite</classifier>
                                                                </artifact>