You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Kurt T Stam <ku...@gmail.com> on 2011/06/29 23:36:45 UTC

scout uddiv2 and uddiv3 profiles

Hi guys,

The scout build now has 2 profiles.

1. uddiv2
mvn clean install -Puddiv2
for running the tests against jUDDI-2.0.1 using InVMTransport

2. uddiv3
mvn clean install    (uddiv3 active by default)
Brings up a jUDDI-3.1.1-SNAPSHOT registry before the tests, so we can 
use AxisTransport while running the tests. It shuts it back down when 
the tests complete.

Cheers,

--Kurt