Re: Sanity Check

2010-06-26 Thread Stephen Connolly
What is wrong with using a CI system to do this for you?, e.g. Hudson It's trivial to run Hudson on your own machine -Stephen On 26 June 2010 03:39, Greg Akins angryg...@gmail.com wrote: I feel like creating a plug-in that will monitor for file changes and run test when notified of a change.

Re: webResources not copied during build on UNIX.

2010-06-26 Thread Dennis Lundberg
Have you tried the latest version of Maven WAR Plugin, 2.1-beta-1? On 2010-06-25 19:39, Michael Delaney wrote: All, I have a war project (by this I mean packaging type is 'war') that, in the maven-war-plugin, I'm defining some web resources (see snipped below). During a build on Windows the

Re: Sanity Check

2010-06-26 Thread Stephen Connolly
[Returning reply to the list so that others may benefit] http://wiki.hudson-ci.org/display/HUDSON/File+System+SCM I've not used it though On 26 June 2010 11:38, Greg Akins angryg...@gmail.com wrote: On Sat, Jun 26, 2010 at 3:25 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote:

standardized Maven GAV URN?

2010-06-26 Thread lukewpatterson
It would be nice to be able to represent any Maven GAV in a string. Does such a standard exist? A good use case is for plugins that allow input configuration file paths. If there was a reusable component that took an ArtifactResolver and a String, then any plugins that currently accept file