Nexus 1.0 Beta-4 Released
Updates to Nexus Chapter: Services, Security, and more...
There's been a new release of Nexus verion 1.0.0-beta-4. To download this new release, go to the Nexus Download Page, and download the release from July 3rd, 2008. Also, there's been an update to the Nexus Chapter. Changes include a post-install checklist, scheduled services, and coverage of other new features. Including...
m2eclipse Chapter Update: POM Editor + Dependency Graphs
Maven is NOT going away
gotta love the FUD
Sonatype Blogs in Chinese: Juven Xu's Maven中文
Sonatype is happy to announce that we have a new Maven-focused blog in Chinese. Juven Xu has been helping Sonatype create, customize, and translate documentation to Chinese, and he's also started a very successful blog at Javaeye. Read Juven's Maven中文 blog.
Maven code: How to detect if you have a SNAPSHOT version
The Central Repository is tool agnostic
Don't dismiss interoperability
"That's great and all, but I don't really care about Maven, nor do I really want to add or maintain a pom.xml in the project. Sorry." is an unfortunate response to enabling wider distribution and consumption of your project.
Optimal Maven Plugin configuration
A guideline to make your pom easier to understand
Adding additional source folders to your Maven build
The technique matters
Occasionally you have a need to add additional source folders to your Maven build, usually when you are generating source via some external method or AntTask. Maven plugins that generate sources are expected to add the source folder automatically, but that's of little consequence if your generation method is not supported by an existing Maven plugin. Fortunately, there is the build-helper-maven-plugin to assist you.

