Improve RPM packaging
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index eb328aa265d1f4bc9ee8e4cb289bcfc3af9fa214..0730f6de871b2cd246f5839be66adc99f3b3293e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -513,6 +513,30 @@ limitations under the License.
                                                        </execution>
                                                </executions>
                                        </plugin>
+<!--                                   <plugin> -->
+<!--                                           <groupId>org.apache.maven.plugins</groupId> -->
+<!--                                           <artifactId>maven-dependency-plugin</artifactId> -->
+<!--                                           <executions> -->
+<!--                                                   <execution> -->
+<!--                                                           <id>copy</id> -->
+<!--                                                           <phase>package</phase> -->
+<!--                                                           <goals> -->
+<!--                                                                   <goal>copy</goal> -->
+<!--                                                           </goals> -->
+<!--                                                           <configuration> -->
+<!--                                                                   <artifactItems> -->
+<!--                                                                           <artifactItem> -->
+<!--                                                                                   <groupId>${project.groupId}</groupId> -->
+<!--                                                                                   <artifactId>${project.artifactId}</artifactId> -->
+<!--                                                                                   <version>${project.version}</version> -->
+<!--                                                                                   <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
+<!--                                                                           </artifactItem> -->
+<!--                                                                   </artifactItems> -->
+<!--                                                                   other configurations here -->
+<!--                                                           </configuration> -->
+<!--                                                   </execution> -->
+<!--                                           </executions> -->
+<!--                                   </plugin> -->
                                </plugins>
                        </build>
                </profile>