Fix rpm build
authormbaudier <mbaudier@europe>
Sat, 30 Jun 2018 16:26:28 +0000 (18:26 +0200)
committermbaudier <mbaudier@europe>
Sat, 30 Jun 2018 16:26:28 +0000 (18:26 +0200)
dep/pom.xml

index fa63778bd7f92a8ed1dc0794173bbcef70ab0358..de4b48b5baf2d379579f3908f5d99aed9acded9b 100644 (file)
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.argeo.commons</groupId>
+                                               <artifactId>assembly-descriptors</artifactId>
+                                               <version>${version.argeo-commons}</version>
+                                       </dependency>
+                               </dependencies>
+                               <configuration>
+                                       <attach>false</attach>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>