While helping Jerry get going with building uima-as, rather than him locally building uimaj (base), I just deployed the jars uima-as was depending on, to the snapshot repository, where Maven found them. (I used "mvn deploy" to do this). We had to use the mvn ... -U parameter to cause maven to re-look for updated Snapshots (-U param found by typing mvn --help).
Worked well. Some day when we have our CI going, this will be more automatic :-) -Marshall
