Maven

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

Articles
Presentations
  

Articles:
  • Maven Magic by Srikanth Shenoy   - [Clicks: 137]
    Learn how to use Maven to set up a project template, compile source files, create a JAR and publish the artifact into a repository; see how inheritance works in the Maven POM, how to set up a sample J2EE project, create WARs, EJB-JARs, dependency JARS, EARs, and how to use the Maven Reactor.
    [Includes source code]
    http://www.theserverside.com/resources/article.jsp?l=MavenMagic - Nov, 2003
  • Developing with Maven by Rob Herbst   - [Clicks: 137]
    This article has provided a basic introduction to the features of the Apache Maven project. Using Maven should help streamline your team's build process and give you insight into the current status of your code.
    http://www.onjava.com/pub/a/onjava/2003/10/22/maven.html - Oct, 2003
  • Apache Maven Simplifies the Java Build Process - Even More Than Ant by Dave Ford   - [Clicks: 83]
    In this article, I'll explain exactly what Maven is and which problems it attempts to solve. Then, I'll walk you through automating your own build process using Maven.
    http://www.devx.com/Java/Article/17204 - Sep, 2003
  • Project management: Maven makes it easy by Charles Chan   - [Clicks: 75]
    Even though Ant acts as the de facto standard for building Java programs, in many ways the tool falls short for project management tasks. In contrast, Maven, a high-level project management tool from the Apache Jakarta project, provides everything that Ant offers plus more. Java developer Charles Chan introduces Maven's features and walks you through a complete Maven project setup.
    http://www-106.ibm.com/developerworks/java/library/j-maven/ - Apr, 2003

[Top]

Presentations:
  • Building J2EE projects with Maven by Vincent Massol   - [Clicks: 105]
    Until recently the best way to build java applications was by using Jakarta Ant. However, those who have done it on complex projects know that writing and maintaining build files is taking a large amount of the project time. Maven places itself a layer above Ant and encapsulate best build practices in plugins readily available to projects and thus provides real build reusability. This session will demonstrate how to use Maven on a J2EE project and how to write one's own Maven plugins when needed.
    http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf - Jun, 2003 - (PDF - 1498 Kb)

[Top]