]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/agent/org.argeo.slc.agent/pom.xml
Authenticate SLC execution threads
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.agent / pom.xml
index ccd133cdce8bbf99dc5a516ddb4dce7aa4159983..e82c797fb5e64f68f16e5f720522974fb61b196e 100644 (file)
@@ -9,4 +9,20 @@
        </parent>
        <artifactId>org.argeo.slc.agent</artifactId>
        <name>SLC Agent</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Import-Package>
+                                                       *,
+                                                       org.argeo.slc.core.test.tree
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file