maven

This is the archive for maven.

Dive into the archives.


  • Maestro 3.2 (Hot off the press!)

    The latest release of the 3.2 series has just been made available last Friday (March 4, 2011). There are a lot of new and exciting features plus a number of improvements and significant fixes in this series. Check them out below!
    What’s new in Maestro 3.2?
    Glassfish Support
    You can now deploy your war and ear files to […]

  • Staging Repositories and Artifact Promotion in Archiva

    The Google Summer of Code (GSoC) recently wrapped up. The Archiva project was one of the projects in the Apache Software Foundation that participated in the program. Eshan Sudharaka, a student from the University of Moratuwa in Sri Lanka, submitted a proposal in the GSoC to work on the staging repositories and artifact promotion support […]

  • 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 […]