Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] making your refresh.xml script fast

I found an interesting thing today ... you can add the following to your .m2/settings.xml file - and the refresh.xml script will only check
your local machine!
<settings>
  <offline>true</offline>
</settings>

This really speeds up debugging geotools problems; now if only I can figure out a way to have the source code link up all the time.
Jody


Back to the top