Hm.. if you are using Nexus Pro with the 2.1 release and the nexus staging
maven plugin you get local creation of a staging bundle in the target
folder and atomic upload to the repo .. which only happens after
successful build including on multi module projects.

I think this does what you want..

manfred

PS: You might want to move this discussion to the Nexus mailing list..

On Tue, August 28, 2012 9:17 pm, Max Spring wrote:
> I do use Nexus for the group repositories.
> Using Nexus also locally defeats the purpose.
> The deploy to a file://... repo gives me the performance I'm looking for.
>
> Nexus Pro's staging feature would give me what I want, but I'd still have
> to transport via HTTP.
>
> -Max
>
>
> On 08/28/2012 09:05 PM, Manfred Moser wrote:
>> On Tue, August 28, 2012 4:26 pm, Max Spring wrote:
>>> To speed up my large Maven build I'm thinking of using a "local-remote"
>>> repository sitting on the local file system.
>>>
>>> 1) build would start with a wiped local-remote repository
>>> 2) build's deploys into the local-remote repository
>>> 3) if build finished successfully, artifacts in the local-remote
>>> repository get deployed into the real remote group repository.
>>>
>>> (The benefits would be that nothing gets deployed until the build
>>> succeeds
>>> and the build result is available sooner.)
>>>
>>> Are there tools which would help with 3) ?
>>> I've looked into the Nexus Command Line Tools [1], but they don't do
>>> what
>>> I want.
>>>
>>> Alternatively I could write my own using the Maven API, I suppose.
>>
>> Why not just use a local deployment of Nexus?
>>
>> manfred
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to