]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.eclipse/pom.xml
Upport authentication to remote repository
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.eclipse / pom.xml
index d576c8dcf1086b0cba42a6f6d02c322088e263e2..a37af19630a626a9b009d576b9dd07831207bd6f 100644 (file)
@@ -9,8 +9,24 @@
        </parent>
        <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.eclipse</artifactId>
-       <packaging>jar</packaging>
        <name>SLC Eclipse Dependencies</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.argeo.maven.plugins</groupId>
+                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-descriptors</id>
+                                               <goals>
+                                                       <goal>descriptors</goal>
+                                               </goals>
+                                               <phase>generate-resources</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
                        <version>0.13.1-SNAPSHOT</version>
                </dependency>
+
+               <!-- Back-end Dependencies -->
+               <dependency>
+                       <groupId>org.argeo.slc.dep</groupId>
+                       <artifactId>org.argeo.slc.dep.backend</artifactId>
+                       <version>0.13.1-SNAPSHOT</version>
+               </dependency>
        </dependencies>
        <profiles>
                <profile>
                                                                                        </sources>
                                                                                </mapping>
                                                                        </mappings>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               <artifactId>maven-antrun-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <phase>install</phase>
-                                                               <goals>
-                                                                       <goal>run</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <target>
-                                                                               <copy todir="${rpm.stagingRepository}" verbose="true">
-                                                                                       <fileset dir="${project.build.directory}/rpm"
-                                                                                               includes="*/RPMS/**/*.rpm" />
-                                                                                       <flattenmapper />
-                                                                               </copy>
-                                                                       </target>
+                                                                       <requires>
+                                                                               <require>slc-libs</require>
+                                                                       </requires>
                                                                </configuration>
                                                        </execution>
                                                </executions>