]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.ria/pom.xml
Use Argeo RIA
[gpl/argeo-slc.git] / server / org.argeo.slc.ria / pom.xml
index 64063b01630dc6bf140a0212efaeae5a615e39cf..3592ad4504de74964486af1728703f4ced164282 100644 (file)
@@ -18,9 +18,9 @@
                                <artifactId>maven-compiler-plugin</artifactId>
                        </plugin>
                        <plugin>
-                               <groupId>org.argeo.slc.maven</groupId>
+                               <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-qooxdoo-plugin</artifactId>
-                               <version>0.8.1.6</version>
+                               <version>${version.maven-argeo-qooxdoo}</version>
                                <executions>
                                        <execution>
                                                <id>env</id>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
+                               <artifactId>maven-dependency-plugin</artifactId>
                                <executions>
                                        <execution>
-                                               <id>assembly-ria</id>
-                                               <phase>package</phase>
+                                               <id>unpack-argeo-ria-sdk</id>
+                                               <phase>initialize</phase>
                                                <goals>
-                                                       <goal>single</goal>
+                                                       <goal>unpack</goal>
                                                </goals>
                                                <configuration>
-                                                       <descriptors>
-                                                               <descriptor>assembly/ria.xml</descriptor>
-                                                       </descriptors>
+                                                       <artifactItems>
+                                                               <artifactItem>
+                                                                       <groupId>org.argeo.ria</groupId>
+                                                                       <artifactId>org.argeo.ria.core</artifactId>
+                                                                       <classifier>ria</classifier>
+                                                                       <type>zip</type>
+                                                                       <outputDirectory>src/argeo-ria-src</outputDirectory>
+                                                               </artifactItem>
+                                                       </artifactItems>
+                                                       <overWriteReleases>false</overWriteReleases>
+                                                       <overWriteSnapshots>true</overWriteSnapshots>
                                                </configuration>
                                        </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <executions>
                                        <execution>
                                                <id>assembly-ria-slc</id>
                                                <phase>package</phase>