]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/modules/org.argeo.slc.ext.castor/pom.xml
Clean up directories
[gpl/argeo-slc.git] / legacy / modules / org.argeo.slc.ext.castor / pom.xml
diff --git a/legacy/modules/org.argeo.slc.ext.castor/pom.xml b/legacy/modules/org.argeo.slc.ext.castor/pom.xml
new file mode 100644 (file)
index 0000000..776b495
--- /dev/null
@@ -0,0 +1,27 @@
+<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>modules</artifactId>
+               <version>2.1.1-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.slc.ext.castor</artifactId>
+       <name>SLC Castor Extension</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Fragment-Host>org.castor</Fragment-Host>
+                                               <Import-Package>
+                                                       org.argeo.slc.detached;resolution:=optional
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+</project>
\ No newline at end of file