]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/org.argeo.slc.demo.basic/pom.xml
OSGi related POMs
[gpl/argeo-slc.git] / demo / org.argeo.slc.demo.basic / pom.xml
index 1025a48ce4c87aeeceb2093748b18a1dd7946185..fc6367884d746e985b7012d33c8cfdf6cc39c40f 100644 (file)
@@ -3,13 +3,13 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
+               <artifactId>argeo-slc-demo</artifactId>
                <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.sandbox</groupId>
-       <artifactId>org.argeo.slc.sandbox.executionflow</artifactId>
-       <name>SLC Sandbox Execution Flow</name>
+       <groupId>org.argeo.slc.demo</groupId>
+       <artifactId>org.argeo.slc.demo.basic</artifactId>
+       <name>Argeo SLC Demo Basic Test Module</name>
        <packaging>jar</packaging>
        <properties></properties>
        <build>
                        <plugin>
                                <artifactId>maven-jar-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
+                               <configuration>
+                                       <instructions>
+                                               <Import-Package>org.apache.commons.logging,org.springframework.beans.factory.config</Import-Package>
+                                               <Require-Bundle>org.argeo.slc.support.equinox,org.argeo.slc.specs,org.argeo.slc.support.simple,org.springframework.aop,com.springsource.net.sf.cglib,com.springsource.org.aopalliance</Require-Bundle>
+                                               <Spring-Context>conf/*,conf/testCases/*</Spring-Context>
+                                       </instructions>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>manifest</goal>
+                                               </goals>
+                                               <phase>resources</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
 
-
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.simple</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>com.springsource.org.aspectj.runtime</artifactId>
-                       <version>1.6.2.RELEASE</version>
+                       <artifactId>org.argeo.slc.support.equinox</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>com.springsource.org.aspectj.weaver</artifactId>
-                       <version>1.6.2.RELEASE</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.codehaus.groovy</groupId>
-                       <artifactId>com.springsource.org.codehaus.groovy</artifactId>
-                       <version>1.5.7</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.beanshell</groupId>
-                       <artifactId>com.springsource.bsh</artifactId>
-                       <version>2.0.0.b4</version>
-               </dependency>
-               <dependency>
-                       <groupId>net.sourceforge.cglib</groupId>
-                       <artifactId>com.springsource.net.sf.cglib</artifactId>
-                       <version>2.1.3</version>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.simple</artifactId>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>