]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/agent/org.argeo.slc.ext.activemq/pom.xml
New Maven guidelines applied
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.ext.activemq / pom.xml
diff --git a/modules/agent/org.argeo.slc.ext.activemq/pom.xml b/modules/agent/org.argeo.slc.ext.activemq/pom.xml
new file mode 100644 (file)
index 0000000..eaa33bc
--- /dev/null
@@ -0,0 +1,53 @@
+<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.modules</groupId>
+               <artifactId>agent</artifactId>
+               <version>0.13.1-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.slc.ext.activemq</artifactId>
+       <name>SLC ActiveMQ Extension</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Fragment-Host>org.argeo.dep.osgi.activemq</Fragment-Host>
+                                               <Import-Package>
+                                                       *,
+                                                       org.argeo.slc.runtime,
+                                                       org.argeo.slc.execution,
+                                                       org.argeo.slc.msg,
+                                                       org.argeo.slc.build,
+                                                       org.argeo.slc.core.execution,
+                                                       org.argeo.slc.core.attachment,
+                                                       org.argeo.slc.core.execution,
+                                                       org.argeo.slc.core.structure,
+                                                       org.argeo.slc.core.structure.tree,
+                                                       org.argeo.slc.core.test,
+                                                       org.argeo.slc.core.test.tree,
+                                                       org.argeo.slc.deploy,
+                                                       org.argeo.slc.detached;resolution:=optional,
+                                                       org.argeo.slc.execution,
+                                                       org.argeo.slc.msg,
+                                                       org.argeo.slc.msg.build,
+                                                       org.argeo.slc.msg.event,
+                                                       org.argeo.slc.msg.process,
+                                                       org.argeo.slc.msg.test.tree,
+                                                       org.argeo.slc.process,
+                                                       org.argeo.slc.runtime,
+                                                       org.argeo.slc.test,
+                                                       org.argeo.slc.xml.process;resolution:=optional,
+                                                       org.argeo.slc.xml.test.tree;resolution:=optional,
+                                                       org.hibernate.collection;resolution:=optional
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+</project>
\ No newline at end of file