On Sat, Apr 23, 2011 at 2:00 PM, Benson Margulies <[email protected]> wrote: > I'm wrestling with a bug report on a plugin wherein the claim is that > it works fine *except* in release:perform. Obviously, I can't be > making source control checkins all over the place running integration > tests to diagnose this. Is there some mechanism to mock prepare and > just run perform?
I've used the sandbox before to test or do things so I could capture screen shots for docs. No one will care if you put an example project there and make commits. (The Maven sandbox is open to any ASF committer.) There is also a test repo that you can use: http://svn.apache.org/repos/test/ (just make a maven or bimargulies directory.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
