]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/pom.xml
Simplify minimal configs for execution
[gpl/argeo-slc.git] / demo / pom.xml
index 71be268c1d29b390b0a2ea5ef4e1bd7328264e6f..389311602659093146b2cd5be08e23c777e05e07 100644 (file)
                                </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>
                <profile>
                        <id>server_mysql</id>
                        <build>