Skip to content

Commit

Permalink
Update the pom file to add the transaction service
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@763292 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cescoffier committed Apr 8, 2009
1 parent 9c22e2d commit 2539ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
<exec executable="${mvn}" failonerror="true">
<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>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -128,6 +126,8 @@

<module>mosgi</module>
<module>jmood</module>

<module>transaction</module>

<module>examples</module>
</modules>
Expand Down

0 comments on commit 2539ada

Please sign in to comment.