Initial configuration
[lgpl/argeo-commons.git] / server / modules / pom.xml
index 17b70b4fd239d7e7b8d62f14b3df688ef2b66c44..f2a69232465a57a0ab2b465bfa7a7094a5f38fdb 100644 (file)
        <groupId>org.argeo.commons.server</groupId>
        <artifactId>modules</artifactId>
        <name>Commons Server Modules</name>
-       <packaging>pom</packaging>
+       <packaging>bundles</packaging>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.argeo.maven.plugins</groupId>
+                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <bundlesPomArtifactId>org.argeo.slc.modules.server.bundles</bundlesPomArtifactId>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file