• Artifactories consistency check has detected broken POMS

    Hi to all,   using JBoss maven repo plain does work fine.   Unfortunately, using internal artifactory with configured JBoss Maven repo does not work out of the box.   Having troubles with these artif...
    Profile Photo
    last modified by michaelschuetz
  • Error building AS 6 from SVN

    Hi dudes,   I get follworing error on building AS 6 Snapshot from SVN and have no idea why this occurs. May one of you have a hint, what could solve the problem.   Problem just occurs on osgi module.  ...
    Profile Photo
    last modified by florianhell
  • The right way to use the staging servers

    Hi Paul,   Nick and I were just discussing options for the correct way to use the staging servers for testing.    From this discussion - Some artifacts cannot be downloaded from staging repository I ...
    Profile Photo
    last modified by jbalunas
  • Is index file for "JBoss Releases" and "JBoss Snapshots" ever republished?

    I've linked my 'proxy' repository to 'https://repository.jboss.org/nexus/content/repositories/releases/', but I suspect that the index file for this repository is way out of date.  For example I can only see 3.5....
    Profile Photo
    last modified by alex-pub.jboss
  • Some artifacts cannot be downloaded from staging repository

    Hello all,   I'm having problems downloading artifacts from staging repository. Some artifacts are downloaded, but some are not. Steps to reproduce:   1) Check out https://svn.jboss.org/repos/richfaces/ro...
    Profile Photo
    last modified by nbelaevski
  • Changes to the Maven repository config

    I'm planning couple of changes to the Maven repository, with the goal of improving performance and making configuration a bit easier.   Use mixed http/https for the repository Currently we're using only https for...
    Profile Photo
    created by pgier
  • Download of component-matrix 6.0.0.20100429-M3 artifact from public nexus repo fails

    Our EJB3 hudson environment uses the public nexus repo settings.xml (as posted here http://community.jboss.org/message/541353#541353). Things had been working so far without issues. However, recently we have been seei...
    Profile Photo
    last modified by jaikiran
  • Quicker AS build?

    When building the AS trunk, i usually see numerous snapshots being downloded. This seems to happen (atleast) once a day. For example, this morning when i triggered a build on the "testsuite" module of AS trunk:  ...
    Profile Photo
    last modified by jaikiran
  • AS trunk : SNAPSHOTs being downloaded even with updatePolicy=never

    Sometime back, for a quicker build of AS, it was recommended to use updatePolicy=never for snapshot repos http://community.jboss.org/thread/147383?tstart=0. This was working fine without any issues. But with the migra...
    Profile Photo
    last modified by jaikiran
  • Our Feedbacks about Hudson, Maven and deployment

      Hi,   Since we (JFrog) worked on Hudson, Maven, and Repository Manager environment for many years, I think we have some interesting feedbacks about your build and Nexus issues. I wanted also to expose ...
    Profile Photo
    last modified by freddy33
  • Random connection refused to nexus snapshot server during deply

    Hi Paul,   Our RichFaces 3.3.X builds are experiencing a strange problem.  We seem to be getting random connection refused errors like this: /archive/org.richfaces.ui/modal-panel/3.3.4-20100504.135704-4/mod...
    Profile Photo
    last modified by jbalunas
  • Artifact not found in new Maven repo

    I have been trying to setup our Hudson instance to use the new Maven repos but have been running into issues with artifact downloading. Recently (yesterday), I released 2.0.0-alpha-12 of org.jboss.metadata:jboss-metad...
    Profile Photo
    last modified by jaikiran
  • problem with snapshots from proxy repositories

    Hello. I am working on the RichFaces project. We are using snapshots from download.java.net/maven/2. I can build our project with default settings.xml without problems. When I change settings.xml according http://com...
    Profile Photo
    last modified by konstantin.mishin
  • ejb3 dependency deprecated

    Hello,   i tried to add dependency to jboss-ejb3-common (version 1.0.2) in my project and dependency solver gave me some errors because jar were not found in the public repo : - apache xerces library 2.0.0 - t...
    Profile Photo
    last modified by jojopotatoe
  • AS build - Overriding the versions in component-matrix/pom.xml through version ranges

    I am seeing some weirdness with the AS build on our EJB3 build environment when version ranges are specified as system properties. In our EJB3 continuous integration builds, we build the AS with the following command:...
    Profile Photo
    last modified by jaikiran
  • AS trunk, jbossall-client.jar MANIFEST.MF - Property values not being set

    The latest AS trunk build is generating the JBOSS_HOME/client/jbossall-client.jar MANIFEST.MF with unsubstituted property values:   ... Specification-Title: ${specification.title} Specification-Version: ${specif...
    Profile Photo
    last modified by jaikiran
  • JBEE-15 - Break all EE apis into separately versioned subprojects

    I've started working on JBEE-15 to implement versioning changes to the JAVA EE API set intending to equate the version of the artifact to the specification version.   Discussions on the proposal can be seen ...
    Profile Photo
    last modified by shelly.mcgowan
  • Remove ejb3/build.xml in AS trunk?

    In the current AS trunk, i see that we are moving away from the build.xml and instead using the pom.xml to manage packaging of modules. For example, the ejb3/pom.xml http://anonsvn.jboss.org/repos/jbossas/trunk/ejb3/p...
    Profile Photo
    created by jaikiran
  • NPE in maven-buildmagic-thirdparty-plugin

    On multiple occasions while build JBPAPP_5_0 branch, i have run into a NPE like this: [java] [INFO] ------------------------------------------------------------------------ [java] [ERROR] FATAL ERROR [java] [INFO]...
    Profile Photo
    last modified by jaikiran
  • Accessing maven dependency class from exec-maven-plugin clas

    Hi, In Infinispan, we do some post processing of classes to generate JMX documentation by scanning annotations. We do this via a javadoc Doclet that gives us com.sun.javadoc.RootDoc instance which we can loop to chec...
    Profile Photo
    last modified by galder.zamarreno