Update the pom file to add the transaction service
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@763292 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 664b421..5a2dc39 100644
--- a/build.xml
+++ b/build.xml
@@ -38,9 +38,6 @@
<arg line="-Dpackaging=osgi-bundle clean" />
</exec>
<exec executable="${mvn}" failonerror="true">
- <arg line="-Dpackaging=ipojo-bundle clean" />
- </exec>
- <exec executable="${mvn}" failonerror="true">
<arg line="-Dpackaging=osgi-bundle-mosgi clean" />
</exec>
</target>
diff --git a/pom.xml b/pom.xml
index 71d9e60..1870992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,15 +33,13 @@
<version>1</version>
<description>Apache Felix Reactor POM</description>
<!--
- Felix contains 3 custom maven packaging plugins. Each creates a jar file
+ Felix contains 2 custom maven packaging plugins. Each creates a jar file
as an artifact.
maven-bundle-plugin
(bundle packaging - latest prefered plugin for generating OSGi bundles.)
maven-osgi-plugin
(osgi-bundle packaging - old plugin for generating OSGi bundles.)
- org.apache.felix.ipojo.plugin
- (plugin for generating iPOJO OSGi bundles.)
But with maven bug https://issues.apache.org/jira/browse/FELIX-198 files
are not always created with the correct extension in the repository.
@@ -128,6 +126,8 @@
<module>mosgi</module>
<module>jmood</module>
+
+ <module>transaction</module>
<module>examples</module>
</modules>