Jason van Zyl wrote:
On 22 Aug 07, at 11:29 AM 22 Aug 07, Stephen Connolly wrote:
Gregory Kick wrote:
How do you deal with concurrent writes?
That's a nightmare problem with the local repository anyway.
How on earth do you have concurrency problems with a local repository?
That's easy
... open two terminals and kick off two builds one after the other
Often the build time is longer than my thinking time... so I have two
working copies of the project and work on two separate problems at the
same time...
So I need to do two builds at the same (or near same time)
If only all plugins would understand about artifacts in the package scope.
One big issue I have is that the maven-dependency-plugin seems to ignore
artifacts produced in the current build execution and only pulls from
the local repository... so I have to run "mvn install" all the time...
Easy!
-Stephen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]