Hi,
I'm compiling in my own module:
cd v3/admin/<module-name>
mvn -U install
So mvn starts checking for updates.
i.e.
...
snapshot com.sun.enterprise:hk2:0.2-SNAPSHOT: checking for updates from
<repostiory>
...
Is there a way to skip the update and build my module directly?
Thanks,
Jane