]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/pom.xml
Publish modularDistribution.csv
[gpl/argeo-slc.git] / dep / pom.xml
index 91c3977fb2d74b0feed8a69d7ae425e7466b6b59..954ad8ffeac1293869c8df592938940366c7d065 100644 (file)
@@ -4,13 +4,13 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.11.5-SNAPSHOT</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>
                                        </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