Deploy slc-web RIA library
authorCharles du Jeu <charles.dujeu@gmail.com>
Thu, 19 Nov 2009 12:52:22 +0000 (12:52 +0000)
committerCharles du Jeu <charles.dujeu@gmail.com>
Thu, 19 Nov 2009 12:52:22 +0000 (12:52 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3106 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/org.argeo.slc.ria/assembly/ria-slc-web.xml [new file with mode: 0644]
server/org.argeo.slc.ria/pom.xml

diff --git a/server/org.argeo.slc.ria/assembly/ria-slc-web.xml b/server/org.argeo.slc.ria/assembly/ria-slc-web.xml
new file mode 100644 (file)
index 0000000..ceaf8c8
--- /dev/null
@@ -0,0 +1,17 @@
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+       <id>ria-slc-web</id>
+       <includeBaseDirectory>false</includeBaseDirectory>
+       <formats>
+               <format>zip</format>
+       </formats>
+       <fileSets>
+               <fileSet>
+                       <directory>src/argeo-ria-lib/slc-web</directory>
+                       <outputDirectory></outputDirectory>
+                       <includes>
+                               <include>*/**</include>
+                       </includes>
+               </fileSet>
+       </fileSets>
+</assembly>
\ No newline at end of file
index 52c68d757c4eced1e8ecd27e462b78b822886bc7..6449ed2ad94227ec15966441c7461093161d0410 100644 (file)
                                                        </descriptors>
                                                </configuration>
                                        </execution>
+                                       <execution>
+                                               <id>assembly-ria-slc-web</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <descriptors>
+                                                               <descriptor>assembly/ria-slc-web.xml</descriptor>
+                                                       </descriptors>
+                                               </configuration>
+                                       </execution>                            
                                </executions>
                        </plugin>
                </plugins>