Version 5

    This presentation covers the following topics:

     

    • Changes to the jboss parent pom

      • Added some reporting configuration.

      • Plugin version updates and other minor changes.

      • JBoss repositories not in the jboss parent pom.

      • Repositories configuration in the pom should be avoided if possible.  Instead repositories can be configured in the maven settings (settings.xml) either in the .m2 directory or in $MAVEN_HOME/conf/settings.xml.  See MavenSettings.

     

    • Maven repository synchronization

     

    • Creating a Project Site

      • Maven site plugin

        mvn site:site

        ,

        mvn site:deploy

         

      • Integration with jboss.org.

      • See MavenSiteGeneration

     

    • Project Release Process

      • Working with Red Hat release engineering for maven releases

      • Maven/Brew integration

     

    • JBoss App Server Mavenization

      • Basic poms with dependencies have been created. 

      • Working on module unit tests and testsuite.

      • Anyone who updates app server build-thirdparty.xml please take a look at the associated pom.xml and either update the pom, or create a jboss build jira for the missing dependency in the repository.  Or just send me (pgier) an email.

      • Feedback is welcome

     

     

    Referenced by: