]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / dep / pom.xml
index 91c3977fb2d74b0feed8a69d7ae425e7466b6b59..581878e86afcd75cfd0de2ab43de023a3de82c45 100644 (file)
@@ -1,16 +1,15 @@
-<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.4-SNAPSHOT</version>
+               <version>0.12.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>dep</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Dependencies</name>
+       <name>SLC Dependencies</name>
        <modules>
                <module>org.argeo.slc.dep.server</module>
                <module>org.argeo.slc.dep.agent</module>
@@ -21,6 +20,7 @@
                        <resource>
                                <directory>.</directory>
                                <includes>
+                                       <include>*.inf</include>
                                        <include>META-INF/MANIFEST.MF</include>
                                </includes>
                        </resource>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>build-helper-maven-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>attach-artifacts</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>attach-artifact</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <artifacts>
+                                                               <artifact>
+                                                                       <file>target/classes/modularDistribution.csv</file>
+                                                                       <type>csv</type>
+                                                                       <classifier>modularDistribution</classifier>
+                                                               </artifact>
+                                                       </artifacts>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
 </project>
\ No newline at end of file