]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.5
[gpl/argeo-slc.git] / demo / pom.xml
index b0c9b2f6d44f3d508464fd591ae924887fb3d59c..32e2458296126f92d05a52e5408ab00713270c7d 100644 (file)
@@ -1,87 +1,15 @@
-<project 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/maven-v4_0_0.xsd">
+<project 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/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>1.1.5</version>
+               <relativePath>..</relativePath>
        </parent>
-       <artifactId>argeo-slc-demo</artifactId>
+       <artifactId>demo</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Demo</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.argeo.slc.maven</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <version>0.1.6</version>
-                               <configuration>
-                                       <execDir>exec/server</execDir>
-                                       <jvmArgs>
-                                               <jvmArg>-Xmx256m</jvmArg>
-                                               <!-- <jvmArg>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000</jvmArg> -->
-                                       </jvmArgs>
-                                       <systemProperties>
-                                               <slc.osgi.bundles>../../site;in=*</slc.osgi.bundles>
-                                               <slc.osgi.start>
-                                                       org.argeo.dep.osgi.catalina.start,
-                                                       org.springframework.osgi.extender,
-                                                       org.springframework.osgi.web.extender,
-                                                       org.springframework.osgi.samples.simplewebapp,
-                                                       org.argeo.slc.server.activemq,
-                                                       org.argeo.slc.server.hsqldb,
-                                                       org.argeo.slc.server.hibernate,
-                                                       org.argeo.slc.server.services,
-                                                       org.argeo.slc.server.jms,
-                                                       org.argeo.slc.webapp,
-                                                       org.argeo.slc.ria,
-                                                       org.argeo.slc.support.equinox,
-                                                       org.argeo.slc.demo.basic,
-                                                       org.argeo.slc.demo.manager
-                                               </slc.osgi.start>
-                                       </systemProperties>
-                               </configuration>
-                       </plugin>
-                       <!--
-                               <plugin> <artifactId>maven-dependency-plugin</artifactId>
-                               <executions> <execution> <goals> <goal>copy-dependencies</goal>
-                               </goals> <phase>initialize</phase> <configuration>
-                               <outputDirectory>lib</outputDirectory>
-                               <includeTypes>jar</includeTypes> </configuration> </execution>
-                               </executions> </plugin> <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>exec-maven-plugin</artifactId> <version>1.1</version>
-                               <configuration> <executable>java</executable>
-                               <workingDirectory>exec/server</workingDirectory> <arguments>
-                               <argument>-Dmyproperty=myvalue</argument> <argument>-jar</argument>
-                               <argument>../../lib/org.eclipse.osgi-3.4.2.R34x_v20080826-1230.jar</argument>
-                               <argument>-clean</argument> <argument>-console</argument>
-                               <argument>-configuration</argument> <argument>conf</argument>
-                               </arguments> </configuration> </plugin>
-                       -->
-
-               </plugins>
-       </build>
-       <dependencies>
-
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.equinox</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-               <!--  Server -->
-               <dependency>
-                       <groupId>org.argeo.slc.server</groupId>
-                       <artifactId>bundles</artifactId>
-                       <version>${project.version}</version>
-                       <type>pom</type>
-               </dependency>
-       </dependencies>
-
-
+       <name>SLC Demo</name>
+       <modules>
+               <module>modules</module>
+       </modules>
 </project>