Brianf

Brianf

48p

99 comments posted · 0 followers · following 0

11 hours ago @ Sonatype Blog - Maven Training Decembe... · 0 replies · +1 points

Will do, it's all in progress and very, very close but I don't want to
jinx it ;-)

1 day ago @ Sonatype Blog - Maven Training Decembe... · 0 replies · +1 points

The next release of M2e is imminent.

4 days ago @ Sonatype Blog - Maven 3.x: Paving the ... · 0 replies · +1 points

The site functionality isn't working yet because it had to be
completely pulled out into a plugin. This isn't required as part of
the core since it's a plugin. How did the actual build work for your
project?

5 days ago @ Sonatype Blog - How to Customize the N... · 0 replies · +1 points

This plugin is a bit raw since it's something we whipped together quickly for be used for the Apache repo (http://repository.apache.org) but it works great. In a future release we'll polish this up and allow it to be configurable via the ui.

1 week ago @ Sonatype Blog - From Plexus to Guice (... · 0 replies · +1 points

More should be coming out this week.

2 weeks ago @ Sonatype Blog - Summary of Maven How-Tos · 0 replies · +1 points

Hi Jim, yes this should cover it:
http://maven.apache.org/guides/plugin/guide-ant-p...

3 weeks ago @ Sonatype Blog - From Plexus to Guice (... · 0 replies · +1 points

Who said anything about not using OSGI? Moving to an OSGI runtime is
the next step, but first we need a compatible DI framework to get us
there.

3 weeks ago @ Sonatype Blog - How to make an executa... · 1 reply · +1 points

I'm pretty sure the assembly plugin doesn't have that option.

3 weeks ago @ Sonatype Blog - How to Control Nexus G... · 0 replies · +1 points

The power of regex saves the day:
(?!.*/org/jboss/.*).* used with an exclusive rule will exclude jboss
for everything except org/jboss

3 weeks ago @ Sonatype Blog - Three Approaches to Us... · 0 replies · +1 points

This post was co-written by Brian Demers (http://blogs.sonatype.com/people/?author=18)