[jboss-osgi-commits] JBoss-OSGI SVN: r97406 - in projects/jboss-osgi/projects/bundles/microcontainer/tags: jboss-osgi-microcontainer-2.0.9 and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Dec 3 11:03:41 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-03 11:03:40 -0500 (Thu, 03 Dec 2009)
New Revision: 97406

Added:
   projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/
   projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml
Removed:
   projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-microcontainer-2.0.9

Copied: projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9 (from rev 97397, projects/jboss-osgi/projects/bundles/microcontainer/trunk)


Property changes on: projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9
___________________________________________________________________
Name: svn:ignore
   + target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml	2009-12-03 15:47:54 UTC (rev 97397)
+++ projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml	2009-12-03 16:03:40 UTC (rev 97406)
@@ -1,365 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!--  JBoss, the OpenSource J2EE webOS                                      -->
-  <!--                                                                        -->
-  <!--  Distributable under LGPL license.                                     -->
-  <!--  See terms of license at http://www.gnu.org.                           -->
-  <!--                                                                        -->
-  <!-- ====================================================================== -->
-
-  <!-- $Id$ -->
-  
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <name>JBossOSGi Bundles - Microcontainer</name>
-  <description>The JBossOSGi Microcontainer Service</description>
-
-  <groupId>org.jboss.osgi.bundles</groupId>
-  <artifactId>jboss-osgi-microcontainer</artifactId>
-  <packaging>bundle</packaging>
-
-  <version>2.0.9-SNAPSHOT</version>
-  
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.4</version>
-  </parent>
-
-  <!-- Subversion -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/microcontainer/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/microcontainer/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
-  </scm>
-  
-  <!-- Properties -->
-  <properties>
-    <version.jboss.osgi.runtime.felix>2.0.2-SNAPSHOT</version.jboss.osgi.runtime.felix>
-    <version.jboss.deployers>2.0.9.GA</version.jboss.deployers>
-    <version.jboss.microcontainer>2.0.9.GA</version.jboss.microcontainer>
-    <version.jboss.osgi.common>1.0.3-SNAPSHOT</version.jboss.osgi.common>
-    <version.jboss.osgi.common.core>2.2.13.GA</version.jboss.osgi.common.core>
-    <version.jboss.osgi.deployment>1.0.0-SNAPSHOT</version.jboss.osgi.deployment>
-    <version.jboss.osgi.husky>1.0.2-SNAPSHOT</version.jboss.osgi.husky>
-    <version.jboss.osgi.jaxb>2.1.10-SNAPSHOT</version.jboss.osgi.jaxb>
-    <version.jboss.osgi.jmx>1.0.2-SNAPSHOT</version.jboss.osgi.jmx>
-    <version.jboss.osgi.reflect>2.0.2-SNAPSHOT</version.jboss.osgi.reflect>
-    <version.jboss.osgi.runtime.deployers>1.0.3-SNAPSHOT</version.jboss.osgi.runtime.deployers>
-    <version.jboss.osgi.spi>1.0.3-SNAPSHOT</version.jboss.osgi.spi>
-    <version.jboss.osgi.xml.binding>2.0.2-SNAPSHOT</version.jboss.osgi.xml.binding>
-    <version.osgi>4.2.0</version.osgi>
-  </properties>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs</artifactId>
-      <version>${version.jboss.deployers}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-kernel</artifactId>
-      <version>${version.jboss.microcontainer}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jbossxb</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-      <version>${version.jboss.osgi.spi}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-deployers</artifactId>
-      <version>${version.jboss.osgi.runtime.deployers}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-deployment</artifactId>
-      <version>${version.jboss.osgi.deployment}</version>
-    </dependency>
-    
-    <!-- Provided Dependencies -->
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-common</artifactId>
-      <version>${version.jboss.osgi.common}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-common-core</artifactId>
-      <version>${version.jboss.osgi.common.core}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-husky</artifactId>
-      <version>${version.jboss.osgi.husky}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-jaxb</artifactId>
-      <version>${version.jboss.osgi.jaxb}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-jmx</artifactId>
-      <version>${version.jboss.osgi.jmx}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-reflect</artifactId>
-      <version>${version.jboss.osgi.reflect}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-xml-binding</artifactId>
-      <version>${version.jboss.osgi.xml.binding}</version>
-      <scope>provided</scope>
-    </dependency>
-    
-    <!-- OSGi Dependencies -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <version>${version.osgi}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <version>${version.osgi}</version>
-      <scope>provided</scope>
-    </dependency>
-    
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-runtime-felix</artifactId>
-      <version>${version.jboss.osgi.runtime.felix}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
-            <Bundle-Activator>org.jboss.osgi.microcontainer.internal.MicrocontainerServiceActivator</Bundle-Activator>
-            <Export-Package>
-              org.jboss.osgi.microcontainer;version=2.0.9
-            </Export-Package>
-            <Private-Package>
-              org.jboss.osgi.microcontainer.internal
-            </Private-Package>
-            <Import-Package>
-              javassist*;version="[3.9,4.0)", 
-              
-              javax.management, 
-              javax.management.openmbean, 
-              javax.naming, 
-              javax.xml.bind*, 
-              javax.xml.parsers, 
-              javax.xml.transform*,
-              javax.xml.validation, 
-              
-              org.jboss.beans*;version="[2.0,2.1)", 
-              org.jboss.classadapter.spi;version="[2.0,2.1)", 
-              org.jboss.config*;version="[2.0,2.1)", 
-              org.jboss.joinpoint*;version="[2.0,2.1)",
-              org.jboss.reflect*;version="[2.0,2.1)", 
-               
-              org.jboss.logging, 
-              
-              org.jboss.osgi.deployment.deployer;version="[1.0,1.1)", 
-              org.jboss.osgi.jbossxb;version="[2.0,2.1)", 
-              org.jboss.osgi.jmx;version="[1.0,1.1)", 
-              org.jboss.osgi.spi*;version="[1.0,1.1)", 
-              
-              org.jboss.util*,
-              
-              org.jboss.virtual*, 
-              org.jboss.xb.annotations;version="[2.0,2.1)", 
-              org.jboss.xb.binding*;version="[2.0,2.1)", 
-              org.jboss.xb.util;version="[2.0,2.1)", 
-              
-              org.osgi.framework, 
-              org.osgi.service.packageadmin, 
-              org.osgi.service.startlevel, 
-              org.osgi.util.tracker, 
-              
-              org.slf4j, 
-              org.w3c.dom, 
-              org.xml.sax,
-              
-              !junit*, 
-              !org.jboss.test*, 
-            </Import-Package>
-            <Embed-Transitive>true</Embed-Transitive>
-            <Embed-Dependency>
-              jboss-classloader;inline=false,
-              jboss-classloading;inline=false,
-              jboss-classloading-spi;inline=false,
-              jboss-classloading-vfs;inline=false,
-              jboss-dependency;inline=false,
-              jboss-deployers-client-spi;inline=false,
-              jboss-deployers-client;inline=false,
-              jboss-deployers-core-spi;inline=false,
-              jboss-deployers-core;inline=false,
-              jboss-deployers-impl;inline=false,
-              jboss-deployers-spi;inline=false,
-              jboss-deployers-structure-spi;inline=false,
-              jboss-deployers-vfs-spi;inline=false,
-              jboss-deployers-vfs;inline=false,
-              jboss-managed;inline=false,
-              jboss-metatype;inline=false,
-              jboss-mdr;inline=false,
-              jboss-osgi-deployers;inline=false,
-              jboss-kernel;inline=false,
-            </Embed-Dependency>
-            <_exportcontents>
-              org.jboss.beans.metadata*;version=2.0.9,
-              org.jboss.dependency.spi*;version=2.0.9,
-              org.jboss.kernel.spi*;version=2.0.9,
-            </_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>bundles</id>
-            <phase>test-compile</phase>
-            <goals>
-              <goal>directory-single</goal>
-            </goals>
-            <configuration>
-              <finalName>test-libs</finalName>
-              <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
-              <appendAssemblyId>false</appendAssemblyId>
-              <descriptors>
-                <descriptor>scripts/assembly-bundles.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>build-test-jars</id>
-            <phase>integration-test</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-                <property name="tests.output.dir" value="${project.build.directory}" />
-                <property name="build.artifact" value="${project.build.finalName}" />
-                <property name="artifactId" value="${artifactId}" />
-                <ant antfile="scripts/antrun-test-jars.xml" />
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-        <executions>
-          <execution>
-            <id>surefire-integration-tests</id>
-            <phase>integration-test</phase>
-            <goals>
-              <goal>test</goal>
-            </goals>
-            <configuration>
-              <skip>false</skip>
-              <argLine>${surefire.jpda.args}</argLine>
-              <systemProperties>
-                <property>
-                  <name>java.protocol.handler.pkgs</name>
-                  <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
-                </property>
-                <property>
-                  <name>log4j.output.dir</name>
-                  <value>${project.build.directory}</value>
-                </property>
-                <property>
-                  <name>org.jboss.osgi.husky.Invoker</name>
-                  <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
-                </property>
-                <property>
-                  <name>test.archive.directory</name>
-                  <value>${project.build.directory}/test-libs</value>
-                </property>
-              </systemProperties>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <!-- Profiles -->
-  <profiles>
-
-    <!--
-      Name: jpda
-      Descr: Enable JPDA remote debuging
-    -->
-    <profile>
-      <id>jpda</id>
-      <activation>
-        <property>
-          <name>jpda</name>
-        </property>
-      </activation>
-      <properties>
-        <surefire.jpda.args>-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</surefire.jpda.args>
-      </properties>
-    </profile>
-    
-  </profiles>
-  
-</project>

Copied: projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml (from rev 97405, projects/jboss-osgi/projects/bundles/microcontainer/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9/pom.xml	2009-12-03 16:03:40 UTC (rev 97406)
@@ -0,0 +1,365 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+  
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>JBossOSGi Bundles - Microcontainer</name>
+  <description>The JBossOSGi Microcontainer Service</description>
+
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jboss-osgi-microcontainer</artifactId>
+  <packaging>bundle</packaging>
+
+  <version>2.0.9</version>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.4</version>
+  </parent>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/microcontainer/tags/jboss-osgi-microcontainer-2.0.9</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-microcontainer-2.0.9</url>
+  </scm>
+  
+  <!-- Properties -->
+  <properties>
+    <version.jboss.osgi.runtime.felix>2.0.2</version.jboss.osgi.runtime.felix>
+    <version.jboss.deployers>2.0.9.GA</version.jboss.deployers>
+    <version.jboss.microcontainer>2.0.9.GA</version.jboss.microcontainer>
+    <version.jboss.osgi.common>1.0.3</version.jboss.osgi.common>
+    <version.jboss.osgi.common.core>2.2.13.GA</version.jboss.osgi.common.core>
+    <version.jboss.osgi.deployment>1.0.0</version.jboss.osgi.deployment>
+    <version.jboss.osgi.husky>1.0.2</version.jboss.osgi.husky>
+    <version.jboss.osgi.jaxb>2.1.10.SP3</version.jboss.osgi.jaxb>
+    <version.jboss.osgi.jmx>1.0.2</version.jboss.osgi.jmx>
+    <version.jboss.osgi.reflect>2.0.2</version.jboss.osgi.reflect>
+    <version.jboss.osgi.runtime.deployers>1.0.3</version.jboss.osgi.runtime.deployers>
+    <version.jboss.osgi.spi>1.0.3</version.jboss.osgi.spi>
+    <version.jboss.osgi.xml.binding>2.0.2.Beta3</version.jboss.osgi.xml.binding>
+    <version.osgi>4.2.0</version.osgi>
+  </properties>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+      <version>${version.jboss.deployers}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+      <version>${version.jboss.microcontainer}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jbossxb</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+      <version>${version.jboss.osgi.spi}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.runtime</groupId>
+      <artifactId>jboss-osgi-deployers</artifactId>
+      <version>${version.jboss.osgi.runtime.deployers}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.runtime</groupId>
+      <artifactId>jboss-osgi-deployment</artifactId>
+      <version>${version.jboss.osgi.deployment}</version>
+    </dependency>
+    
+    <!-- Provided Dependencies -->
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-common</artifactId>
+      <version>${version.jboss.osgi.common}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-common-core</artifactId>
+      <version>${version.jboss.osgi.common.core}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-husky</artifactId>
+      <version>${version.jboss.osgi.husky}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-jaxb</artifactId>
+      <version>${version.jboss.osgi.jaxb}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-jmx</artifactId>
+      <version>${version.jboss.osgi.jmx}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-reflect</artifactId>
+      <version>${version.jboss.osgi.reflect}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-xml-binding</artifactId>
+      <version>${version.jboss.osgi.xml.binding}</version>
+      <scope>provided</scope>
+    </dependency>
+    
+    <!-- OSGi Dependencies -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>${version.osgi}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>${version.osgi}</version>
+      <scope>provided</scope>
+    </dependency>
+    
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>org.jboss.osgi.runtime</groupId>
+      <artifactId>jboss-osgi-runtime-felix</artifactId>
+      <version>${version.jboss.osgi.runtime.felix}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+            <Bundle-Activator>org.jboss.osgi.microcontainer.internal.MicrocontainerServiceActivator</Bundle-Activator>
+            <Export-Package>
+              org.jboss.osgi.microcontainer;version=2.0.9
+            </Export-Package>
+            <Private-Package>
+              org.jboss.osgi.microcontainer.internal
+            </Private-Package>
+            <Import-Package>
+              javassist*;version="[3.9,4.0)", 
+              
+              javax.management, 
+              javax.management.openmbean, 
+              javax.naming, 
+              javax.xml.bind*, 
+              javax.xml.parsers, 
+              javax.xml.transform*,
+              javax.xml.validation, 
+              
+              org.jboss.beans*;version="[2.0,2.1)", 
+              org.jboss.classadapter.spi;version="[2.0,2.1)", 
+              org.jboss.config*;version="[2.0,2.1)", 
+              org.jboss.joinpoint*;version="[2.0,2.1)",
+              org.jboss.reflect*;version="[2.0,2.1)", 
+               
+              org.jboss.logging, 
+              
+              org.jboss.osgi.deployment.deployer;version="[1.0,1.1)", 
+              org.jboss.osgi.jbossxb;version="[2.0,2.1)", 
+              org.jboss.osgi.jmx;version="[1.0,1.1)", 
+              org.jboss.osgi.spi*;version="[1.0,1.1)", 
+              
+              org.jboss.util*,
+              
+              org.jboss.virtual*, 
+              org.jboss.xb.annotations;version="[2.0,2.1)", 
+              org.jboss.xb.binding*;version="[2.0,2.1)", 
+              org.jboss.xb.util;version="[2.0,2.1)", 
+              
+              org.osgi.framework, 
+              org.osgi.service.packageadmin, 
+              org.osgi.service.startlevel, 
+              org.osgi.util.tracker, 
+              
+              org.slf4j, 
+              org.w3c.dom, 
+              org.xml.sax,
+              
+              !junit*, 
+              !org.jboss.test*, 
+            </Import-Package>
+            <Embed-Transitive>true</Embed-Transitive>
+            <Embed-Dependency>
+              jboss-classloader;inline=false,
+              jboss-classloading;inline=false,
+              jboss-classloading-spi;inline=false,
+              jboss-classloading-vfs;inline=false,
+              jboss-dependency;inline=false,
+              jboss-deployers-client-spi;inline=false,
+              jboss-deployers-client;inline=false,
+              jboss-deployers-core-spi;inline=false,
+              jboss-deployers-core;inline=false,
+              jboss-deployers-impl;inline=false,
+              jboss-deployers-spi;inline=false,
+              jboss-deployers-structure-spi;inline=false,
+              jboss-deployers-vfs-spi;inline=false,
+              jboss-deployers-vfs;inline=false,
+              jboss-managed;inline=false,
+              jboss-metatype;inline=false,
+              jboss-mdr;inline=false,
+              jboss-osgi-deployers;inline=false,
+              jboss-kernel;inline=false,
+            </Embed-Dependency>
+            <_exportcontents>
+              org.jboss.beans.metadata*;version=2.0.9,
+              org.jboss.dependency.spi*;version=2.0.9,
+              org.jboss.kernel.spi*;version=2.0.9,
+            </_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>bundles</id>
+            <phase>test-compile</phase>
+            <goals>
+              <goal>directory-single</goal>
+            </goals>
+            <configuration>
+              <finalName>test-libs</finalName>
+              <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+              <appendAssemblyId>false</appendAssemblyId>
+              <descriptors>
+                <descriptor>scripts/assembly-bundles.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>build-test-jars</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
+                <property name="tests.output.dir" value="${project.build.directory}" />
+                <property name="build.artifact" value="${project.build.finalName}" />
+                <property name="artifactId" value="${artifactId}" />
+                <ant antfile="scripts/antrun-test-jars.xml" />
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <id>surefire-integration-tests</id>
+            <phase>integration-test</phase>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <skip>false</skip>
+              <argLine>${surefire.jpda.args}</argLine>
+              <systemProperties>
+                <property>
+                  <name>java.protocol.handler.pkgs</name>
+                  <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
+                </property>
+                <property>
+                  <name>log4j.output.dir</name>
+                  <value>${project.build.directory}</value>
+                </property>
+                <property>
+                  <name>org.jboss.osgi.husky.Invoker</name>
+                  <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
+                </property>
+                <property>
+                  <name>test.archive.directory</name>
+                  <value>${project.build.directory}/test-libs</value>
+                </property>
+              </systemProperties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- Profiles -->
+  <profiles>
+
+    <!--
+      Name: jpda
+      Descr: Enable JPDA remote debuging
+    -->
+    <profile>
+      <id>jpda</id>
+      <activation>
+        <property>
+          <name>jpda</name>
+        </property>
+      </activation>
+      <properties>
+        <surefire.jpda.args>-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</surefire.jpda.args>
+      </properties>
+    </profile>
+    
+  </profiles>
+  
+</project>



More information about the jboss-osgi-commits mailing list