2 Replies Latest reply on Sep 1, 2010 12:47 AM by jaikiran

    maven night ... jboss-javaee6-specs-bom

    filipe_c

      Hi,

      iḿ trying to test a EJB 3.1 on JBOSS 6, but i can event build it.

       

      Yes, I check the site

      http://community.jboss.org/wiki/MavenGettingStarted-Users

       

      In my pom.xml i'got

       

      <dependency>
        <groupId>org.jboss.spec</groupId>
        <artifactId>jboss-javaee6-specs-bom</artifactId>
        <version>1.0.0.Beta6</version>
        <type>pom.audit.json</type>
              <scope>provided</scope>
          </dependency>

       

       

       

       

      result....

       

       

      Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss//org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom
      [INFO] Unable to find resource 'org.apache.maven.plugins:maven-clean-plugin:pom:2.3' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/)
      Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom
           
      Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss//org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.jar
      [INFO] Unable to find resource 'org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.3' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/)
      Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.jar

       

       

      Anyone has a pom to compile ejb 3.1 for jboss 6 ?

       

      thanks