• Maven Repository Test Plan - Deploying Release Artifacts

    This test should verify that release builds can be deployed to a temporary staging repository, and artifacts in the staging repository can be promoted to the releases repository.   Check your Maven configuration...
    Profile Photo
    last modified by pgier
  • MavenRepositoryInfrastructure

    This page describes our current maven build infrastructure at JBoss.org and describes plans for the new repository configuration.   Existing Setup  There are currently two maven repositories as part of JBos...
    Profile Photo
    last modified by pgier
  • Maven Repository Test Plan - Consuming Repo Artifacts

    Consuming repository artifacts from a Maven build.  Configure your Maven settings as described in Maven Repository Test Plan - Test Configuration. Choose a directory for a temporary local repository.  For ...
    Profile Photo
    last modified by pgier
  • Maven Repository Test Plan - Test Configuration

    This page described the appropriate configuration that must be done prior to running the tests.   The repository is located at - https://jbtest.sonatype.org   There is a repository for releases and one for...
    Profile Photo
    last modified by pgier
  • Maven Repository Test Plan - User Authentication

    User authentication against the JBoss.org user database  Log into the Maven Repository Test Plan - Test Configuration using JBoss.org credentials. Verify that the user is authenticated and has access to view th...
    Profile Photo
    last modified by pgier
  • Maven Repository Test Results 2

      This page contains test results for the second part of testing the Nexus Maven repository.   Paul Gier   Lincoln Baxter     David Vrzalik User Authentication - PASSED Consuming Repo ...
    Profile Photo
    last modified by pgier
  • Maven Repository Test Results

    This page tracks the results and notes for each tester.  A success or failure should be noted for each test.  Each failure should be documented with a failure page that follows the template: Maven Repository...
    Profile Photo
    last modified by pgier
  • MavenSiteGeneration

    Generating a project site with Maven  Maven can be used to generate a web site for your project.  This is done using the maven site plugin.  An Introduction to maven site generation can be found at htt...
    Profile Photo
    last modified by pgier
  • MavenIntroduction

    This page is a place to get familiar with maven (specifically maven 2) and how it is used in JBoss.   Maven is designed to work around a default project structure.  The default structure can be used as is, ...
    Profile Photo
    last modified by pgier
  • Maven Repository Test Results - Deploy Snapshot Failure

    Status RESOLVED! The Nexus repository admins changed the configuration to support larger uploads, and then I was able to deploy snapshots successfully.   Description of Problem When attempting to deploy ModeShape...
    Profile Photo
    last modified by rhauch
  • MavenThirdPartyJars

    How to upload third party artifacts (jars) to the jboss maven repository.   During the development process, you're project may depend on external projects: some that exist in the local jboss repository, and othe...
    Profile Photo
    last modified by pgier
  • MavenPresentationNotes

    This page contains the notes from the maven presentations at the jboss R&D meeting.  
    Profile Photo
    created by pgier
  • JbossRetroMavenPlugin

    This plugin allows maven to call JBossRetro to generate jdk1.4 compatible jar files.   To use the plugin, add it to the plugins section of your pom similar to this:       <plugin>...
    Profile Photo
    last modified by pgier