In other news

September 30, 2009 By

Welcome to the weekly roundup of blogs and tweets that mention Nexus, Maven, and other projects that Sonatype developers contribute to.

Blogs

Segers Consulting: The Spring 3 RC1 maven artifacts have arrived! “Yesterday I saw a tweet of Arjen Poutsma that the new Spring 3 RC1 artifacts are released on the springsource maven repo. This made me curious off course so I started a little mavenized hello world app with Spring MVC.” by Bram Bruneel on September 30th, 2009

Wazi: Creating a Maven-Based Development Environment on Linux “Maven is quickly becoming the de facto standard for Java project builds, as more developers realize its benefits and choose to migrate from Ant. Gone are the days when external project dependencies clogged up valuable space in source code control repositories. Once programmers become familiar with Maven, discovering all its advantages along the way, development proceeds as if they couldn’t get the job done without it.” by Grant Smith on Sep 28th, 2009 (more…)

Categories: Sonatype

Follow Sonatype on Twitter

September 29, 2009 By

Ever wonder how to get the inside scoop on what’s going on at Sonatype? Here’s how:

Categories: Sonatype

Maven Tips and Tricks: Describing Maven Plugins with help:describe

September 29, 2009 By

If you do any non-trivial customization of a Maven build, you’ll understand that you need to have a good understanding of Maven Plugin configuration. What configuration parameters are available for a particular plugin goal? Most users tend to Google for the particular Maven plugin and rely on the fact that most Maven-generate plugin sites contain a standard list of goals and configuration parameters. While this works, there is a better way: use the Maven Help plugin’s describe goal to list the available configuration parameters for a Maven plugin.

(more…)

Categories: Book, How-To, Maven Tags:

Nexus Indexer API: Part 3

September 28, 2009 By

This series of Nexus Indexer posts focuses on integrating the Nexus Indexer into your own application. If you have an application that needs to search for an artifact by GAV coordinates, or by class name, you can use the Nexus Index format and the Nexus Indexer API to very easily search and locate artifacts in any repository that creates a Nexus Index. There are four main functions that are exposed in the Nexus Indexer API.

This post will focus on Packing indexes for supplying to consumers, and updating from other index providers (more…)

Categories: Sonatype

Maven: The Definitive Guide 0.8 Published: New Content on Advanced Reactor Options

September 28, 2009 By

This release of The Definitive Guide adds a new chapter “Running Maven” with an important new section documenting the Advanced Maven Reactor options –projects, –also-make, –resume-from, and –also-make-dependents. If you are working on a multi-module build and you are interested in finding ways to customize the projects selected for a particular build, these options are invaluable. You can read it by:

Major changes in this version:

  1. A new chapter on running Maven that contains documentation of the Maven Reactor options. Thanks to Dan Fabulich for contributing to this chapter.
  2. Some typo/grammer fixes (from 0.7.3) in Chapter 3 that address some of the proofreading work from Grant Birchmeier via GetSatisfaction.

(more…)

Categories: Book, Maven Tags: ,