]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / demo / pom.xml
index 09984e50798555e00b3b97159c385542aad74ac1..09b674427d7b2ce8e8cb03ac277f2711be9f115c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.12.1-SNAPSHOT</version>
+               <version>0.12.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
                                        </argsToAppend>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>copy-dependencies</id>
-                                               <phase>pre-integration-test</phase>
-                                               <goals>
-                                                       <goal>copy-dependencies</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <includeScope>compile</includeScope>
-                                                       <includeTypes>jar</includeTypes>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <skipTests>true</skipTests>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>surefire-it</id>
-                                               <phase>integration-test</phase>
-                                               <goals>
-                                                       <goal>test</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <skipTests>false</skipTests>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.osgiboot</artifactId>
-               </dependency>
-
-               <!--
-                       Unit Tests -->
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.unit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-
-
-       </dependencies>
-
        <profiles>
                <profile>
                        <id>server</id>
                                                <configuration>
                                                        <execDir>target/exec/server</execDir>
                                                        <systemProperties>
-                                                               <slc.osgi.start>
+                                                               <argeo.osgi.start>
                                                                        org.springframework.osgi.extender,
+                                                                       org.argeo.server.ads.server,
                                                                        org.argeo.slc.server.hsqldb,
                                                                        org.argeo.slc.server.main,
                                                                        org.argeo.slc.ria
-                                                               </slc.osgi.start>
-                                                               <slc.osgi.bundles>
+                                                               </argeo.osgi.start>
+                                                               <argeo.osgi.bundles>
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
                                                                        ${basedir}/../modules/server;in=*;ex=pom.xml;ex=target;ex=.*,
                                                                        ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
-                                                               </slc.osgi.bundles>
+                                                               </argeo.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                        </plugin>
                                        <groupId>org.argeo.slc.server</groupId>
                                        <artifactId>org.argeo.slc.ria</artifactId>
                                </dependency>
+
                        </dependencies>
                </profile>
                <profile>
                                                <configuration>
                                                        <execDir>target/exec/agent</execDir>
                                                        <systemProperties>
-                                                               <slc.osgi.start>
+                                                               <argeo.osgi.start>
                                                                        org.springframework.osgi.extender,
                                                                        org.argeo.slc.support.equinox,
                                                                        org.argeo.slc.agent,
                                                                        org.argeo.slc.agent.jms
-                                                               </slc.osgi.start>
-                                                               <slc.osgi.bundles>
+                                                               </argeo.osgi.start>
+                                                               <argeo.osgi.bundles>
                                                                        ${basedir}/site;in=*;ex=pom.xml;ex=target,
                                                                        ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
-                                                               </slc.osgi.bundles>
+                                                               </argeo.osgi.bundles>
                                                        </systemProperties>
                                                </configuration>
                                        </plugin>
                                        <artifactId>org.argeo.slc.dep.agent</artifactId>
                                        <version>${project.version}</version>
                                </dependency>
-                               <dependency>
-                                       <groupId>org.argeo.slc.runtime</groupId>
-                                       <artifactId>org.argeo.slc.support.ant</artifactId>
-                                       <version>${project.version}</version>
-                               </dependency>
                        </dependencies>
                </profile>
                <profile>
                                                        <execDir>target/exec/detached</execDir>
                                                        <fork>true</fork>
                                                        <systemProperties>
-                                                               <slc.osgi.start>
+                                                               <argeo.osgi.start>
                                                                        org.springframework.osgi.extender,
                                                                        org.argeo.slc.detached,
                                                                        org.argeo.slc.demo.det
-                                                               </slc.osgi.start>
-                                                               <slc.osgi.bundles>
+                                                               </argeo.osgi.start>
+                                                               <argeo.osgi.bundles>
                                                                        ${basedir}/site;in=org.argeo.slc.demo.det;ex=pom.xml;ex=target,
                                                                        ${basedir}/site;in=org.argeo.slc.demo.log4j;ex=pom.xml;ex=target,
-                                                               </slc.osgi.bundles>
+                                                               </argeo.osgi.bundles>
                                                                <javax.xml.parsers.DocumentBuilderFactory>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</javax.xml.parsers.DocumentBuilderFactory>
                                                        </systemProperties>
                                                </configuration>
                                <dependency>
                                        <groupId>org.eclipse.osgi</groupId>
                                        <artifactId>org.eclipse.osgi</artifactId>
-                                       <version>3.5.0.v20090311-1300</version>
-                               </dependency>
-                       </dependencies>
-               </profile>
-               <profile>
-                       <id>standalone</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                               <configuration>
-                                                       <execDir>target/exec/agent</execDir>
-                                                       <systemProperties>
-                                                               <slc.osgi.start>
-                                                                       org.springframework.osgi.extender,
-                                                                       org.argeo.slc.support.equinox,
-                                                                       org.argeo.slc.agent
-                                                               </slc.osgi.start>
-                                                               <slc.osgi.bundles>
-                                                                       ${basedir}/site;in=*;ex=pom.xml;ex=target,
-                                                                       ${basedir}/../modules/agent;in=*;ex=pom.xml;ex=target
-                                                               </slc.osgi.bundles>
-                                                       </systemProperties>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-                       <dependencies>
-                               <dependency>
-                                       <groupId>org.argeo.slc.dep</groupId>
-                                       <artifactId>org.argeo.slc.dep.agent</artifactId>
-                                       <version>${project.version}</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>org.argeo.slc.runtime</groupId>
-                                       <artifactId>org.argeo.slc.support.ant</artifactId>
-                                       <version>${project.version}</version>
                                </dependency>
                        </dependencies>
                </profile>
                                                                -->
                                                        </jvmArgs>
                                                        <systemProperties>
-                                                               <slc.osgi.start>
+                                                               <argeo.osgi.start>
                                                                        org.argeo.dep.osgi.catalina.start,
                                                                        org.springframework.osgi.extender,
                                                                        org.springframework.osgi.web.extender,
                                                                        org.argeo.slc.server.jms,
                                                                        org.argeo.slc.webapp,
                                                                        org.argeo.slc.ria
-                                                               </slc.osgi.start>
+                                                               </argeo.osgi.start>
                                                        </systemProperties>
                                                </configuration>
                                        </plugin>