Motivation: |
User list confusion over the number of geotools repositories available during a web search |
|
|---|---|---|
Contact: |
||
Tracker: |
http://jira.codehaus.org/browse/GEOT-PENDING | |
Tagline: |
|
|
We have published GeoTools, over the years, to any number of different repositories. And then moved on; usually because the repositories cannot handle the strain.
This has resulted in two very interesting things:
How can we fix? Well if you do the same search for geoserver ....
And I see someone has published jts:
Turns out for a brief time geoserver published to codehaus and codehaus mirrors to central and I think Michael Bedward may know something about how jts got published.
So we could do the same - for stable releases.
Reference:
This proposal is stalled waiting for volunteers to sign up to the tasks section.
Voting has not started yet:
This section is used to make sure your proposal is complete (did you remember documentation?) and has enough paid or volunteer time lined up to be a success
|
no progress |
|
done |
|
impeded |
|
lack mandate/funds/time |
|
volunteer needed |
|---|
trunk/pom.xml
...
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>osgeo</id>
<name>Open Source Geospatial Foundation - Maven 2 repo</name>
<url>dav:http://download.osgeo.org/webdav/geotools/</url>
</repository>
<snapshotRepository>
<id>opengeo</id>
<uniqueVersion>false</uniqueVersion>
<name>OpenGeo Maven Repository</name>
<url>dav:http://repo.opengeo.org</url>
</snapshotRepository>
</distributionManagement>
...
|
Change to codehaus for publication
<distributionManagement>
<repository>
<id>codehaus.org</id>
<name>GeoTools Central Repository</name>
<url>dav:https://dav.codehaus.org/repository/geotools/</url>
</repository>
<snapshotRepository>
<id>codehaus.org</id>
<name>GeoTools Central Development Repository</name>
<url>dav:https://dav.codehaus.org/snapshots.repository/geotools/</url>
</snapshotRepository>
<site>
<id>codehaus.org</id>
<url>dav:https://dav.codehaus.org/geotools/</url>
</site>
</distributionManagement>
|
list the pages effected by this proposal