Maven

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Maven based Configuration Management with automatic buildnumber by Robbrecht van Amerongen   - [Clicks: 55]
    A task of proper version numbering can be performed manually. This takes a solid knowledge of all places where this number is used and a good deal of perseverance when performing these repeating actions. In a project under development, using an agile development method, there will be frequent builds and releases (daily or even hourly). This asks for automated build numbering. When using maven and subversion, this task can be automated with the maven buildnumber plugin.
    http://technology.amis.nl/blog/?p=2582 - Nov, 2007
  • Building an EJB 3.0 application using GlassFish v2, Apache Maven 2 and NetBeans IDE 6.0 by Jacek Laskowski   - [Clicks: 92]
    While I was putting together the environment for reconstructing a potential error in the operation of Apache OpenEJB, where the remove() method could be incorrectly thought to be disallowed (GERONIMO-3452 Stateless Session EJBs cannot contain a remove() method), I decided to use the tools available to try and minimize the time needed for its creation. I decided to tackle the issue by first running it on the Java EE 5-certified application server - GlassFish v2, which is the reference implementation of Java EE 5, and then to act according to whether it ran there properly or not.
    http://www.netbeans.org/kb/60/javaee/ejb-glassfish-maven.html - Oct, 2007
  • Setting Up a Maven Repository by Avneet Mangat   - [Clicks: 131]
    This article looks at some of the functionality that a maven repository should provide. Criteria for choosing a maven repository are listed. Steps involved in setting up a maven repository using Artifactory are explained. The process of setting up the repository is same for both Linux and Windows and the minor differences are highlighted in the article. Examples of maven ‘pom’ files which use this repository are shown. The article is illustrated with screenshots to guide the user in setting up a repository. Sample maven and artifactory configuration is shown.
    http://www.theserverside.com/tt/articles/article.tss?l=SettingUpMavenRepository - Jun, 2007
  • Using Maven 2 to Build WebLogic Portal Applications by Gerald Nunn   - [Clicks: 170]
    The purpose of this tutorial is to show how to create a build system for BEA WebLogic Portal using the Apache Maven 2 project.
    http://dev2dev.bea.com/pub/a/2007/03/maven-weblogic-portal.html - Mar, 2007
  • Building Web Applications with Maven 2 by Will Iverson   - [Clicks: 330]
    Ant is the default for many web application developers, but Will Iverson makes the case that using Maven 2 can save you a lot of time and hassle through its approach of sensible defaults. In this article, he introduces core Maven 2 concepts and then shows you how easy it is to develop a web app with Maven 2.
    [Includes source code]
    http://today.java.net/pub/a/today/2007/03/01/building-web-applications-with-maven-2.html - Mar, 2007

[Top]