hello all,
 i have a maven2 project with some test classes that are in charge of
bootstrapping Jboss microcontainer

i have included all needed jars but for some reaasons  maven2 does not
include all of htem...

could anyone help?

i attach my pom and the output from maven-X

****** pom.xml ***********
<project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>root</groupId>
   <artifactId>ejbs</artifactId>
   <packaging>jar</packaging>
   <version>1.0</version>
   <name>enterprise java beans</name>
   <parent>
      <groupId>root</groupId>
      <artifactId>project</artifactId>
      <version>1.0</version>
   </parent>
   <pluginRepositories>
         <pluginRepository>
            <id>apache.snapshots</id>
            <url>http://cvs.apache.org/maven-snapshot-repository</url>
         </pluginRepository>
   </pluginRepositories>
   <repositories>
         <repository>
           <id>apache.snapshots</id>
           <url>http://cvs.apache.org/maven-snapshot-repository</url>
         </repository>
   </repositories>
   <dependencies>
      <dependency>
         <groupId>root</groupId>
         <artifactId>shared</artifactId>
      </dependency>
      <dependency>
         <groupId>geronimo-spec</groupId>
         <artifactId>geronimo-spec-j2ee</artifactId>
     <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>jboss</groupId>
         <artifactId>jboss-ejb3x</artifactId>
         <version>4.0.4</version>
         <scope>system</scope>
         <systemPath>${basedir}\lib\jboss-ejb3x-4.0.4.jar</systemPath>
      </dependency>
      <dependency>
         <groupId>jboss</groupId>
         <artifactId>ejb3-persistence</artifactId>
         <version>4.0.4</version>
         <scope>system</scope>
         <systemPath>${basedir}\lib\ejb3-persistence-4.0.4.jar</systemPath>
      </dependency>
      <dependency>
         <groupId>org.testng</groupId>
         <artifactId>testng</artifactId>
         <version>4.6.1</version>
         <scope>test</scope>
         <classifier>jdk15</classifier>
      </dependency>


      <!-- JBoss Microcontainer dependencies (for tests)-->
      <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss</artifactId>
           <version>microcontainer</version>
           <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\jboss-micro.jar</systemPath>

       </dependency>

      <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>asm</artifactId>
            <version>current</version>
         <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\asm-current.jar</systemPath>

      </dependency>
      <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>asm</artifactId>
           <version>attrs</version>
           <scope>system</scope>
           <systemPath>${basedir}\microcontainer\jars\asm-attrs.jar
</systemPath>
      </dependency>
      <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>cglib</artifactId>
           <version>2.1.1</version>
           <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\cglib-2.1.1.jar
</systemPath>
      </dependency>


      <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>commons</artifactId>
           <version>collections</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\commons-collections.jar</systemPath>

      </dependency>
      <dependency>
          <groupId>microcontainer</groupId>
          <artifactId>commons</artifactId>
          <version>logging</version>
          <scope>system</scope>
          
<systemPath>${basedir}\microcontainer\jars\commons-logging.jar</systemPath>

       </dependency>
       <dependency>
          <groupId>microcontainer</groupId>
          <artifactId>commons</artifactId>
          <version>logging-api</version>
          <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\commons-logging-api.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>hsqldb</artifactId>
           <version>current</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\hsqldb-current.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss-annotations</artifactId>
           <version>ejb3</version>
           <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\jboss-
annotations-ejb3.jar</systemPath>
       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss-aop</artifactId>
           <version>jdk50</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-aop-jdk50.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss-aspect-library</artifactId>
         <version>jdk50</version>
         <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\jboss-
aspect-library-jdk50.jar</systemPath>
       </dependency>

       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>common</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-common.jar</systemPath>


      </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss-common</artifactId>
           <version>jdbc-wrapper</version>
           <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\jboss-
common-jdbc-wrapper.jar</systemPath>
       </dependency>
       <dependency>
            <groupId>microcontainer</groupId>
            <artifactId>jboss</artifactId>
            <version>concurrent</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-concurrent.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss</artifactId>
           <version>container</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jboss-container.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss</artifactId>
           <version>current</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-current.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>dependency</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-dependency.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>ejb3</version>
         <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jboss-ejb3.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>j2ee</version>
         <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jboss-j2ee.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>j2se</version>
         <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jboss-j2se.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>jca</version>
         <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jboss-jca.jar</systemPath>
       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss-local</artifactId>
         <version>jdbc</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-local-jdbc.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jbossmq</artifactId>
           <version>current</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jbossmq-current.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss</artifactId>
           <version>namespace</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-namespace.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>jboss</artifactId>
         <version>remoting</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-remoting.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jbosssx</artifactId>
           <version>current</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jbosssx-current.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss</artifactId>
           <version>system</version>
           <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jboss-system.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss</artifactId>
           <version>transaction</version>
           <scope>system</scope>
     
<systemPath>${basedir}\microcontainer\jars\jboss-transaction.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>jboss-xa</artifactId>
           <version>jdbc</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\jboss-xa-jdbc.jar</systemPath>

       </dependency>
       <dependency>
            <groupId>microcontainer</groupId>
            <artifactId>jnpserver</artifactId>
            <version>current</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\jnpserver-current.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>log4j</artifactId>
           <version>current</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\log4j-current.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>resolver</artifactId>
         <version>current</version>
         <scope>system</scope>
     
<systemPath>${basedir}\microcontainer\jars\resolver-current.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>trove</artifactId>
           <version>current</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\trove-current.jar</systemPath>

       </dependency>
       <dependency>
            <groupId>microcontainer</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>jboss</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\xercesImpl-jboss.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>xml-apis</artifactId>
           <version>jboss</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\xml-apis-jboss.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>hibernate</artifactId>
         <version>3</version>
         <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\hibernate-3.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>hibernate</artifactId>
           <version>entitymanager</version>
           <scope>system</scope>
     
<systemPath>${basedir}\microcontainer\jars\hibernate-entitymanager.jar</systemPath>

       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>hibernate</artifactId>
           <version>annotations</version>
            <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\hibernate-
annotations.jar</systemPath>
       </dependency>
       <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>dom4j</artifactId>
           <version>current</version>
            <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\dom4j-current.jar</systemPath>

       </dependency>
       <dependency>
         <groupId>microcontainer</groupId>
         <artifactId>javassist</artifactId>
         <version>current</version>
         <scope>system</scope>
         
<systemPath>${basedir}\microcontainer\jars\javassist-current.jar</systemPath>

       </dependency>
        <dependency>
           <groupId>microcontainer</groupId>
           <artifactId>ehcache</artifactId>
           <version>1.1</version>
           <scope>system</scope>
     <systemPath>${basedir}\microcontainer\jars\ehcache-1.1.jar</systemPath>

    </dependency>
    <dependency>
               <groupId>microcontainer</groupId>
               <artifactId>jboss</artifactId>
               <version>ejb3</version>
               <scope>system</scope>
         <systemPath>${basedir}\microcontainer\jars\jboss-ejb3.jar</systemPath>

    </dependency>
   </dependencies>
   <build>
      <plugins>


         <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
               <encoding>iso-8859-1</encoding>
            </configuration>
         </plugin>




         <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
         <suiteXmlFiles><suiteXmlFile>testng.xml
</suiteXmlFile></suiteXmlFiles>
        </configuration>
       </plugin>


        <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>
             <phase>generate-sources</phase>
                 <configuration>
                   <tasks>

                   </tasks>
                 </configuration>
                 <goals>
                   <goal>run</goal>
                 </goals>
               </execution>
             </executions>
         </plugin>

      </plugins>
   </build>
</project>


****** output from mvn -X ************
DEBUG] Source directories: [C:\Sw\sample-maven-project\ejbs\src\test\java]
[DEBUG] Classpath: [C:\Sw\sample-maven-project\ejbs\target\classes
 C:\Sw\sample-maven-project\ejbs\target\test-classes
 C:\Documents and Settings\Marco
Mistroni\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\ehcache-1.1.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-xa-jdbc.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-local-jdbc.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\asm-attrs.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\xercesImpl-jboss.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jbosssx-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-ejb3.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\commons-logging-api.jar
 C:\Documents and Settings\Marco Mistroni\.m2\repository\bsh\bsh\2.0b1\bsh-
2.0b1.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\xml-apis-jboss.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\javassist-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\cglib-2.1.1.jar
 C:\Sw\sample-maven-project\ejbs\lib\jboss-ejb3x-4.0.4.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\resolver-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
annotations-ejb3.jar
 C:\Documents and Settings\Marco Mistroni\.m2\repository\qdox\qdox\1.5\qdox-
1.5.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\trove-current.jar
 C:\Sw\sample-maven-project\ejbs\lib\ejb3-persistence-4.0.4.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-aop-jdk50.jar
 C:\Sw\sample-maven-project\shared\target\classes
 C:\Documents and Settings\Marco
Mistroni\.m2\repository\org\testng\testng\4.6.1\testng-4.6.1-jdk15.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\dom4j-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\hibernate-
annotations.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jbossmq-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\log4j-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\hsqldb-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
common-jdbc-wrapper.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jnpserver-current.jar
 C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
aspect-library-jdk50.jar
 C:\Documents and Settings\Marco
Mistroni\.m2\repository\geronimo-spec\geronimo-spec-j2ee\1.4-rc4\geronimo-
spec-j2ee-1.4-rc4.jar]
[DEBUG] Output directory:
C:\Sw\sample-maven-project\ejbs\target\test-classes
[DEBUG] Classpath:
[DEBUG]  C:\Sw\sample-maven-project\ejbs\target\classes
[DEBUG]  C:\Sw\sample-maven-project\ejbs\target\test-classes
[DEBUG]  C:\Documents and Settings\Marco
Mistroni\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\ehcache-1.1.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
xa-jdbc.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
local-jdbc.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\asm-attrs.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\xercesImpl-
jboss.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jbosssx-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-ejb3.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\commons-
logging-api.jar
[DEBUG]  C:\Documents and Settings\Marco
Mistroni\.m2\repository\bsh\bsh\2.0b1\bsh-2.0b1.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\xml-
apis-jboss.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\javassist-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\cglib-2.1.1.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\lib\jboss-ejb3x-4.0.4.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\resolver-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
annotations-ejb3.jar
[DEBUG]  C:\Documents and Settings\Marco
Mistroni\.m2\repository\qdox\qdox\1.5\qdox-1.5.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\trove-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\lib\ejb3-persistence-4.0.4.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
aop-jdk50.jar
[DEBUG]  C:\Sw\sample-maven-project\shared\target\classes
[DEBUG]  C:\Documents and Settings\Marco
Mistroni\.m2\repository\org\testng\testng\4.6.1\testng-4.6.1-jdk15.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\dom4j-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\hibernate-
annotations.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jbossmq-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\log4j-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\hsqldb-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
common-jdbc-wrapper.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jnpserver-
current.jar
[DEBUG]  C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
aspect-library-jdk50.jar
[DEBUG]  C:\Documents and Settings\Marco
Mistroni\.m2\repository\geronimo-spec\geronimo-spec-j2ee\1.4-rc4\geronimo-
spec-j2ee-1.4-rc4.jar
[DEBUG] Source roots:
[DEBUG]  C:\Sw\sample-maven-project\ejbs\src\test\java
Compiling 1 source file to
C:\Sw\sample-maven-project\ejbs\target\test-classes
[DEBUG] root:ejbs:jar:1.0 (selected for null)
[DEBUG]   microcontainer:ehcache:jar:1.1 (selected for system)
[DEBUG]   microcontainer:jboss-xa:jar:jdbc (selected for system)
[DEBUG]   microcontainer:jboss-local:jar:jdbc (selected for system)
[DEBUG]   microcontainer:asm:jar:attrs (selected for system)
[DEBUG]   microcontainer:xercesImpl:jar:jboss (selected for system)
[DEBUG]   microcontainer:jbosssx:jar:current (selected for system)
[DEBUG]   microcontainer:jboss:jar:ejb3 (selected for system)
[DEBUG]   microcontainer:commons:jar:logging-api (selected for system)
[DEBUG]   microcontainer:xml-apis:jar:jboss (selected for system)
[DEBUG]   microcontainer:javassist:jar:current (selected for system)
[DEBUG]   microcontainer:cglib:jar:2.1.1 (selected for system)
[DEBUG]   jboss:jboss-ejb3x:jar:4.0.4 (selected for system)
[DEBUG]   microcontainer:resolver:jar:current (selected for system)
[DEBUG]   microcontainer:jboss-annotations:jar:ejb3 (selected for system)
[DEBUG]   microcontainer:trove:jar:current (selected for system)
[DEBUG]   microcontainer:jboss-aop:jar:jdk50 (selected for system)
[DEBUG]   jboss:ejb3-persistence:jar:4.0.4 (selected for system)
[DEBUG]   active project artifact:
    artifact = root:shared:jar:1.0;
    project: [EMAIL PROTECTED] (selected for
compile)
[DEBUG]   org.testng:testng:jar:jdk15:4.6.1 (selected for test)
[DEBUG]     qdox:qdox:jar:1.5 (selected for test)
[DEBUG]     bsh:bsh:jar:2.0b1 (selected for test)
[DEBUG]     junit:junit:jar:3.8.1 (selected for test)
[DEBUG]   microcontainer:dom4j:jar:current (selected for system)
[DEBUG]   microcontainer:hibernate:jar:annotations (selected for system)
[DEBUG]   microcontainer:jbossmq:jar:current (selected for system)
[DEBUG]   microcontainer:log4j:jar:current (selected for system)
[DEBUG]   microcontainer:hsqldb:jar:current (selected for system)
[DEBUG]   microcontainer:jboss-common:jar:jdbc-wrapper (selected for system)
[DEBUG]   microcontainer:jnpserver:jar:current (selected for system)
[DEBUG]   geronimo-spec:geronimo-spec-j2ee:jar:1.4-rc4 (selected for
provided)
[DEBUG]   microcontainer:jboss-aspect-library:jar:jdk50 (selected for
system)
[DEBUG] Configuring mojo '
org.apache.maven.plugins:maven-surefire-plugin:2.1.3-SNAPSHOT:test' -->
[DEBUG]   (f) basedir = C:\Sw\sample-maven-project\ejbs
[DEBUG]   (f) childDelegation = true
[DEBUG]   (f) classesDirectory =
C:\Sw\sample-maven-project\ejbs\target\classes
[DEBUG]   (f) classpathElements =
[C:\Sw\sample-maven-project\ejbs\target\classes,
C:\Sw\sample-maven-project\ejbs\target\test-classes, C:\Documents and
Settings\Marco Mistroni\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\ehcache-1.1.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-xa-jdbc.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-local-jdbc.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\asm-attrs.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\xercesImpl-jboss.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jbosssx-current.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-ejb3.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\commons-logging-api.jar,
C:\Documents and Settings\Marco Mistroni\.m2\repository\bsh\bsh\2.0b1\bsh-
2.0b1.jar, C:\Sw\sample-maven-project\ejbs\microcontainer\jars\xml-
apis-jboss.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\javassist-current.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\cglib-2.1.1.jar,
C:\Sw\sample-maven-project\ejbs\lib\jboss-ejb3x-4.0.4.jar, C:\Documents and
Settings\Marco Mistroni\.m2\repository\qdox\qdox\1.5\qdox-1.5.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\resolver-current.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
annotations-ejb3.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\trove-current.jar,
C:\Sw\sample-maven-project\ejbs\lib\ejb3-persistence-4.0.4.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-aop-jdk50.jar,
C:\Sw\sample-maven-project\shared\target\classes, C:\Documents and
Settings\Marco Mistroni\.m2\repository\org\testng\testng\4.6.1\testng-
4.6.1-jdk15.jar, C:\Sw\sample-maven-project\ejbs\microcontainer\jars\dom4j-
current.jar, C:\Sw\sample-maven-project\ejbs\microcontainer\jars\hibernate-
annotations.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jbossmq-current.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\log4j-current.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\hsqldb-current.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
common-jdbc-wrapper.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jnpserver-current.jar,
C:\Documents and Settings\Marco
Mistroni\.m2\repository\geronimo-spec\geronimo-spec-j2ee\1.4-rc4\geronimo-
spec-j2ee-1.4-rc4.jar,
C:\Sw\sample-maven-project\ejbs\microcontainer\jars\jboss-
aspect-library-jdk50.jar]
[DEBUG]   (f) forkMode = none
[DEBUG]   (f) jvm = java
[DEBUG]   (f) localRepository = [local] -> file://C:\Documents and
Settings\Marco Mistroni\.m2\repository
[DEBUG]   (f) pluginArtifacts = [junit:junit:jar:3.8.1,
org.apache.maven.surefire:surefire:jar:1.5.3-20060228.005631-4,
org.apache.maven.surefire:surefire-booter:jar:1.5.3-20060316.055234-5,
org.codehaus.plexus:plexus-utils:jar:1.0.4,
org.apache.maven:maven-plugin-api:jar:2.0,
org.apache.maven:maven-artifact:jar:2.0]
[DEBUG]   (f) printSummary = true
[DEBUG]   (f) reportFormat = brief
[DEBUG]   (f) reportsDirectory =
C:\Sw\sample-maven-project\ejbs\target/surefire-reports
[DEBUG]   (f) testClassesDirectory =
C:\Sw\sample-maven-project\ejbs\target\test-classes
[DEBUG]   (f) useFile = true
[DEBUG] -- end configuration --
[INFO] [surefire:test]




could anyone help me out? looksl ike the jar  jboss-micro.jar is nowhere in
the classpath although it is a declared dependency...

thanks and regards
 marco

Reply via email to