Integrate OSGi boot
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 08:20:37 +0000 (08:20 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 08:20:37 +0000 (08:20 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2901 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml
server/modules/pom.xml

diff --git a/pom.xml b/pom.xml
index 8104fc77cfd88ccbdce0cbcbe2fe1aaea49fb276..c54c9d93d521a2c291214735b14ba7b269cb423d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
                <developmentCycle>0.1</developmentCycle>
                <version.slc>0.12.1-SNAPSHOT</version.slc>
                <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
+               <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
        </properties>
        <scm>
                <connection>scm:svn:https://www.argeo.org/svn/commons/trunk</connection>
@@ -65,6 +66,7 @@ limitations under the License.
                </developer>
        </developers>
        <modules>
+               <module>osgi</module>
                <module>server</module>
        </modules>
        <build>
index 62f8264b23c1f86269325095a702d25e49fed7e2..30179e65c5d016e35a9962d3cab62d2dcc3f21b0 100644 (file)
@@ -9,7 +9,7 @@
        <groupId>org.argeo.server</groupId>
        <artifactId>modules</artifactId>
        <packaging>bundles</packaging>
-       <name>SLC Modules Server</name>
+       <name>Commons Server Modules</name>
        <build>
                <plugins>
                        <plugin>