• Disabling the maven central repository

    Dimitrius and I talked briefly about whether the maven central repository should be disabled in the pom files or in settings.xml. There are a couple of ways that the central repository can effectively be disabled. One...
    Profile Photo
    created by pgier
  • Use of

    Is there any preference for using the "mapping" element in a thirdparty/pom.xml dependency element? My take on it is it's used to prevent breaking the legacy paths that are all over the build system and that for new a...
    Profile Photo
    last modified by brian.stansberry
  • Enforcer Restriction to Maven 2.0.9

    I'd like to propose a top-level AS Enforcer Restriction to ensure Maven 2.0.9 is used in building. Justification: http://jira.codehaus.org/browse/MNG-3606 S, ALR
    Profile Photo
    last modified by alrubinger
  • Getting aop 2.0.0.CR10 jars into AS

    I am trying to upgrade AS to use AOP 2.0.0.CR10, but the plugin is not recognised. [kabir@~/sourcecontrol/thirdparty/legacy/jboss/aop/2.0.0.CR10] $mvn org.jboss.maven.plugins:maven-buildmagic-thirdparty-plugin:maven...
    Profile Photo
    last modified by kabirkhan
  • maven-buildmagic-thirdparty-plugin won't pickup source from

    If I do an install into my local repo of a thirdparty project, and then do a mvn -Pdownload.sources package from thirdparty, I'm not seeing the sources included for this local artifact: valkyrie:thirdparty starksm$...
    Profile Photo
    last modified by starksm64
  • Snapshots update (mvn -U)

    I cannot force the snapshot update. Even when I use the '-U' switch, it checks the remote repositories but doesn't pull the latest artifacts version. Any idea what I might be doing wrong?
    Profile Photo
    last modified by heiko.braun
  • Any reason component-matrix imports a snapshot version of jb

      <!-- Parent --> <parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>4-SNAPSHOT</version> </parent>
    Profile Photo
    last modified by dimitris
  • Jboss5 build from the trunk not running on windows .

    I have been able to successfully able to build Jboss5 from the trunk but it fails with the following error on windows JAVA: C:\jdk\jdk1.5.0_01\bin\java JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -X...
    Profile Photo
    last modified by vickyk
  • Remove jboss.naming.classpath

    I'd like to remove jboss.naming.classpath from the ant build scripts. The naming module has been replaced by a dependency on jnpserver. So I will replace any instances of jboss.naming.classpath with jboss.jnpserver.cl...
    Profile Photo
    last modified by pgier
  • Move dependency management back into app server svn structur

    After spending some time updating dependencies in the component-matrix pom while working on the build-thirdparty conversion, it seems that having the component-matrix as a separate project is somewhat error prone. Th...
    Profile Photo
    last modified by pgier
  • Migration from buildmagic, lost dependency declarations

    How is the migration of buildmagic components done? It seems that the dependency declaration is lost. I.e. jbossws prior to maven: <import componentref="jboss/jbossws-framework"> <compatible version="3.0.1...
    Profile Photo
    created by heiko.braun
  • Build fail on test errors

    Build fail on test errors should be the norm, not the exception. That way we can have Hudson deploy snapshots which are guaranteed to pass the defined units tests and thus asserts that the snapshot is usable. Can we...
    Profile Photo
    last modified by wolfc
  • Maven Version ranges - The version format

    I'm in the process of testing Maven's version constraint handling. I'm going to use different threads to document each issue found First the version format: The way we are specifying versions is similar to how OSGi ...
    Profile Photo
    last modified by adrian.brock
  • Remapping transitive dependencies

    jnpserver has a dependency on jboss:jboss-common-core, while others have a dependency on org.jboss:jboss-common-core. Is there a way to remap this? [INFO] [dependency:tree] [INFO] org.jboss.ejb3:jboss-ejb3-transactio...
    Profile Photo
    last modified by wolfc
  • jboss-parent 4-beta-2

    I did a new release of jboss parent which will generate release poms during the tagging part of the release process. I also noticed 4-beta-1 didn't have the correct compiler settings like version 3 had.
    Profile Photo
    last modified by adrian.brock
  • component releases that depend on snapshot

    Here is a part of a dependency tree org.jboss:jboss-transaction-spi:jar:5.0.0.Beta4:compile +- jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile +- org.jboss.javaee:jboss-jca-api:jar:1.5.0.20070913080910:compile \...
    Profile Photo
    last modified by dimitris
  • version properties in poms

    Except for convenience, i.e. show a compact representation of the version dependencies, is there any other reason to use version properties in the beginning of a pom, e.g. <version.jboss.messaging>1.4.1.Beta1&l...
    Profile Photo
    last modified by dimitris
  • Next steps of mavenizing app server

    Now that the mavenized build thirdparty seems to be working ok, I would like to gradually replace more parts of the ant build with maven. I'm thinking this could be done one or two modules at a time until they are al...
    Profile Photo
    created by pgier
  • New repository locations

    I created two new directories on repository.jboss.org. http://repository.jboss.org/maven2_legacy/ http://repository.jboss.org/maven2_central/ The idea is that the first one could be a place to put stuff that we nee...
    Profile Photo
    last modified by pgier
  • To be Mavenized or not to be Mavenized

    I'm really surprised such clever people like you JBoss AS developers are are still playing with Maven and still plan to use it in the future :( Yes, Maven is maybe good but for small or medium (less than 10 modules) ...
    Profile Photo
    last modified by ropalka