maven

This is the archive for maven.

Dive into the archives.


  • Apache Maven 2 Effective Implementation book (final version) now available!

    After almost a year of writing and revising, our book is finally finished and published The book is about Apache Maven and centered on a "best practices" approach. It is not the usual how-to books but more on effective usage and application of Maven in your projects/applications. You will also learn how to use […]

  • Configuring JSW + embedded Jetty with JMX

    I thought I’d share this knowledge that I’ve learned while migrating our project to be distributed in a Jetty bundle JMX (see java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/)
    I’ve summarized this into the following steps:
    1. You must have a jetty-jmx.xml file with the following configuration:
    <?xml version="1.0"?>
    <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
    <Configure id="Server" class="org.mortbay.jetty.Server">
        <!– =========================================================== –>
        <!– Initialize an […]

  • Maven @ the POSS

     
     Last June 23-24, the Philippine Open Source Summit (POSS) was held in Cebu and I got to do a technical session about Maven. For those who didn’t get to attend, here’s a short summary of what was presented and discussed in the session =) 
     

    What is Maven?

    It is a software project management and comprehension tool that […]

  • Archiva 1.0.1 Released!

    Archiva 1.0.1 has just been released!
    JPOX was upgraded from 1.1.7 to 1.1.9. Other changes for this release include an improvement for maven 1 artifact resolution, validation in the legacy artifact mapping form and revisions in the documentation.
    To download, visit http://maven.apache.org/archiva 
    Short background on Archiva:
    Archiva is a build artifact repository manager for use with build […]

  • The Hype About Repository Managers

    Repositories have become an essential part of software development nowadays. Great importance are being given to the use of repositories, and because of this, a lot of open source tools for managing them are now available. As an Archiva developer, I wanted to compare the features that each has (even if I may be biased).
    Archiva
    Archiva […]

  • Archiva 1.0 Beta 1.. released!

    Finally..
    After a few weeks of preparation, we have released Archiva 1.0 Beta 1 (yay! to the Maven Archiva team).  This was the first release I’ve ever done, and what can I say.. it was fun!
    There were a lot of preparation on my part (had to generate my key pair and have them signed, then setup […]