• Maven Getting Started - Users

    This page provides information for JBoss Community users to get started with the JBoss.org Maven repository.   If you are new to Maven, you may want to first go to the Apache Maven site (http://maven.apache.org/...
    Profile Photo
    last modified by smarlow
  • Maven Getting Started - Developers

    This page provides information for JBoss developers to get started with using the JBoss Maven repositories.   If you are new to Maven, you may want to first go to the Apache Maven site to learn the basics (https...
    Profile Photo
    last modified by jamezp
  • Maven Staging Settings

    This page contains recommended Maven settings for use when testing a staged release.  There are two parts of the default Maven settings that should be configured when testing a staged release.   The Local Re...
    Profile Photo
    last modified by y.rodiere
  • Maven Repository Central Synchronization

    The JBoss.org Maven repository automatically sync's certain groupIds/artifacts and POM files to the Central Maven repository hosted by Sonatype.   Currently sync'ed groupIdsio.undertow javassist javax.enterprise ...
    Profile Photo
    last modified by jamezp
  • Maven Deploying a Release

    This page describes the process for deploying a JBoss project release, or deploying a patched and rebuilt thirdparty project.   Build Configuration  For required Maven settings, see Maven Getting Started - ...
    Profile Photo
    last modified by weinanli
  • Maven settings.xml masking password

    Masking Passwords in Maven Settings.xml As part of your development process, you have to provide the repository information in a settings.xml.  Along with the repository information, you are required to provide t...
    Profile Photo
    last modified by anil.saldhana
  • Configure a Local Nexus Instance

    A local instance of Nexus (or another repository manager) can significantly improve the speed of your builds, especially if/when the time comes to clean out your local repository.  For example, if you want to bui...
    Profile Photo
    last modified by pgier
  • Maven Repository

    Overview This page provides information about the JBoss.org Maven repositories hosted on repository.jboss.org.  The JBoss.org Maven repositories are managed by Nexus, and are available to all members of the JBoss...
    Profile Photo
    last modified by pgier
  • Maven JBoss GroupIds

    Information about choosing a new groupId for your project is available here: MavenProjectNaming   Active GroupIds These groupIds represent active JBoss projects and are located in the jboss-releases repository. &...
    Profile Photo
    last modified by dhladky
  • MavenProjectNaming

    Each project needs to be given a unique groupId and artifacId in order to be released to the Maven repository.  This page provides some information about how to choose good values for these fields.    ...
    Profile Photo
    last modified by pgier
  • MavenProblems

    This page describes some of the general problems we've run into with Maven (Not specific bugs that can be easily addressed).  The goal of this page is to help clarify these problems and figure out if/how they can...
    Profile Photo
    last modified by pgier
  • Ideal JBoss Build Requirements

    This page documents the set of requirements that the JBoss community builds should be working towards.   Background The current de-facto standard build tool for the JBoss community is Maven.  Several project...
    Profile Photo
    last modified by pgier
  • JBoss Community Build Requirements

    This page documents the requirements for building and releasing JBoss community projects.   Purpose  The purpose of these requirements is the following: All software license requirements are met for each JB...
    Profile Photo
    last modified by pgier
  • Java Module Repository Wishlist

    This page describes some ideas for a Java Component (jar or other) repository.  Some of the ideas are based on experiences with the Maven repository structure.   1. Hierarchical structure A completely flat ...
    Profile Photo
    last modified by pgier
  • Maven Deploying a Thirdparty Release

    Note: If you are not building the thirdparty project from source, this is not the right page.  Please follow the instructions in Uploading a Thirdparty Artifact   This page describes the process for patchin...
    Profile Photo
    last modified by ips
  • Uploading a Thirdparty Artifact

    This page describes the process for uploading an artifact that is currently not available in any public Maven repository.  If you are rebuilding the thirdparty jar, see Maven Deploying a Release.  If you are...
    Profile Photo
    last modified by pgier
  • JBoss Deprecated Repository

    The jboss.org Maven repository includes a repository called "JBoss Deprecated".  This was created in an effort to clean up the contents of the old jboss.org repository (http://repository.jboss.org/maven2).  ...
    Profile Photo
    last modified by pgier
  • JBossAS7 Arquillian Managed Container to Central

    We'd like to get the AS7 Arquillian Managed Container synced to Central.  Here's some relevant information which may be helpful.   Snapshot of deps from the Effective POM:   <dependencies> ...
    Profile Photo
    last modified by alrubinger
  • Need help to configure JDO with JBOSS4

    I am facing problems in deploying JDO based application on jboss4. Please, let me know the steps to configure JDO on jboss4.   Thanks Ravi
    Profile Photo
    last modified by ajmeraravi
  • MavenBuildCreation

    Note: this page is out of date, for up to date information, see Maven Getting Started  This guide will serve as a tutorial for setting up a build of a JBoss project using maven2.   Build Creation steps - ...
    Profile Photo
    last modified by pgier