3 Replies Latest reply on Jun 16, 2013 9:02 AM by pcouas

    Build failure in 6.1.0.Beta1

    hwellmann.de

      I downloaded the 6.1.0.Beta1 source archive, unpacked it, tried to build it locally and ran into a number of errors.

       

      First of all, the parent POM org.jboss.as:jboss-as-parent:7.2.0.Final-redhat-4 was missing. I added http://maven.repository.redhat.com/techpreview/eap6/6.1.0.Beta1/maven-repository/ to my Maven settings.xml, which got me one step further, but now the org.apache.felix:maven-bundle-plugin:jar:2.3.7-redhat-1 plugin is missing. Additionally defining the same repository as plugin repository does not help, as it does not contain any version of maven-bundle-plugin.

       

      Any advice?

       

      Best regards,

      Harald

        • 1. Re: Build failure in 6.1.0.Beta1
          jaikiran
          • 2. Re: Build failure in 6.1.0.Beta1
            hwellmann.de

            Same problem: org.apache.felix:maven-bundle-plugin:jar:2.3.7-redhat-1 plugin is missing:

             

             

            [INFO] Scanning for projects...
            Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/felix/maven-bundle-plugin/2.3.7-redhat-1/maven-bundle-plugin-2.3.7-redhat-1.pom
            [WARNING] The POM for org.apache.felix:maven-bundle-plugin:jar:2.3.7-redhat-1 is missing, no dependency information available
            Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/felix/maven-bundle-plugin/2.3.7-redhat-1/maven-bundle-plugin-2.3.7-redhat-1.jar                                                                                                                                                       
            [ERROR] The build could not read 3 projects -> [Help 1]                                                                                                 
            [ERROR]                                                                                                                                                 
            [ERROR]   The project org.jboss.as:jboss-as-osgi-configadmin:7.2.0.Final-redhat-4 (/home/hwellmann/work/jboss-eap-6.1.0.Beta-src/osgi/integration/configadmin/pom.xml) has 2 errors                                                                                                                              
            [ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.3.7-redhat-1 or one of its dependencies could not be resolved: Could not find artifact org.apache.felix:maven-bundle-plugin:jar:2.3.7-redhat-1 in JBoss (http://maven.repository.redhat.com/techpreview/all/) -> [Help 2]
            [ERROR]     Unknown packaging: bundle @ line 35, column 16                                                                                              
            [ERROR]                                                                                                                                                 
            [ERROR]   The project org.jboss.as:jboss-as-osgi-http:7.2.0.Final-redhat-4 (/home/hwellmann/work/jboss-eap-6.1.0.Beta-src/osgi/integration/http/pom.xml) has 2 errors                                                                                                                                            
            [ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.3.7-redhat-1 or one of its dependencies could not be resolved: Could not find artifact org.apache.felix:maven-bundle-plugin:jar:2.3.7-redhat-1 in JBoss (http://maven.repository.redhat.com/techpreview/all/) -> [Help 2]
            [ERROR]     Unknown packaging: bundle @ line 38, column 16
            [ERROR]  
            [ERROR]   The project org.jboss.as:jboss-as-osgi-jpa:7.2.0.Final-redhat-4 (/home/hwellmann/work/jboss-eap-6.1.0.Beta-src/osgi/integration/jpa/pom.xml) has 2 errors
            [ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.3.7-redhat-1 or one of its dependencies could not be resolved: Could not find artifact org.apache.felix:maven-bundle-plugin:jar:2.3.7-redhat-1 in JBoss (http://maven.repository.redhat.com/techpreview/all/) -> [Help 2]
            [ERROR]     Unknown packaging: bundle @ line 38, column 16
            [ERROR]
            • 3. Re: Build failure in 6.1.0.Beta1
              pcouas

              Hi,

               

              I have same problem and tried without succes http://maven.repository.redhat.com/techpreview/all/

               

              Regards

              Phil