]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/agent/pom.xml
New Maven guidelines applied
[gpl/argeo-slc.git] / modules / agent / pom.xml
index db0c323a890d96430023f729f992dcb3588a4379..e56cdac8ef4ffe42914048aa9568be1091af374e 100644 (file)
@@ -8,19 +8,53 @@
        </parent>
        <groupId>org.argeo.slc.modules</groupId>
        <artifactId>agent</artifactId>
-       <packaging>bundles</packaging>
+       <packaging>pom</packaging>
        <name>SLC Modules Agent</name>
+       <modules>
+               <module>org.argeo.slc.agent</module>
+               <module>org.argeo.slc.agent.jcr</module>
+               <module>org.argeo.slc.agent.jms</module>
+               <module>org.argeo.slc.agent.ext.bsf</module>
+               <module>org.argeo.slc.agent.ext.jdbc</module>
+               <module>org.argeo.slc.agent.ext.xalan</module>
+               <module>org.argeo.slc.ext.activemq</module>
+       </modules>
        <build>
+               <resources>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>**</include>
+                               </includes>
+                               <excludes>
+                                       <exclude>.*</exclude>
+                                       <exclude>pom.xml</exclude>
+                                       <exclude>build.properties</exclude>
+                               </excludes>
+                       </resource>
+               </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <extensions>true</extensions>
+                               <artifactId>maven-clean-plugin</artifactId>
                                <configuration>
-                                       <bundlesPomArtifactId>org.argeo.slc.modules.agent.bundles</bundlesPomArtifactId>
-                                       <buildNumber>${timestamp}</buildNumber>
+                                       <filesets>
+                                               <fileset>
+                                                       <directory>META-INF</directory>
+                                                       <includes>
+                                                               <include>MANIFEST.MF</include>
+                                                       </includes>
+                                               </fileset>
+                                       </filesets>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-jar-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                       </plugin>
                </plugins>
        </build>
 </project>
\ No newline at end of file