GeoTools master is fine :
grep boundless pom.xml
<id>deploy.boundless</id>
<id>boundless</id>
<url>https://boundless.artifactoryonline.com/boundless/release/
</url>
<id>boundless</id>
<url>https://boundless.artifactoryonline.com/boundless/snapshot/
</url>
<id>boundless</id>
<url>https://boundless.artifactoryonline.com/boundless/snapshot/
</url>
<id>boundless</id>
<url>https://boundless.artifactoryonline.com/boundless/snapshot/</url>
<id>boundless</id>
<url>https://boundless.artifactoryonline.com/boundless/snapshot/</url>
Do you want me to update 14.x, 13.x and 12.x branches as well? What about
GeoServer pom.xml, haven't looked at..
- Frank
2015-10-21 20:55 GMT+02:00 Jody Garnett <[email protected]>:
> Frank if you have the time can you do the pull request to change the repo
> over to direct access. I am struggling to get near a computer.
>
> I am working with the IT team here to fix the proxy performance, but lets
> change master over to direct access so we are not bottlenecked.
>
> --
> Jody Garnett
>
> On 21 October 2015 at 11:25, Frank Gasdorf <[email protected]>
> wrote:
>
>> direct artifactory configuration (like on master at the moment):
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Geotools .......................................... SUCCESS
>> [2:43.395s]
>> [INFO] Build tools for Geotools 2 ........................ SUCCESS
>> [0.099s]
>> [INFO] Maven plugins for Geotools 2 ...................... SUCCESS
>> [0.110s]
>> [INFO] JAR files collector ............................... SUCCESS
>> [2:52.396s]
>> [INFO] Cross-modules javadoc ............................. SUCCESS
>> [11.671s]
>> [INFO] JJTree and JavaCC compilers plugin ................ SUCCESS
>> [3.764s]
>> [INFO] Geotools modules .................................. SUCCESS
>> [0.133s]
>> [INFO] Geotools libraries ................................ SUCCESS
>> [0.248s]
>> [INFO] Sample data module ................................ SUCCESS
>> [14.674s]
>> [INFO] Open GIS Interfaces ............................... SUCCESS
>> [18.467s]
>>
>> All in all aroun 7 minutes, way better than using the proxy
>>
>> - Frank
>>
>>
>> 2015-10-21 19:37 GMT+02:00 Jody Garnett <[email protected]>:
>>
>>> Clarification we should of tested http://repo.boundlessgeo.com/main
>>> <http://repo.boundlessgeo.com/main/org/> (i.e. no "org")?
>>> --
>>> Jody Garnett
>>>
>>> On 21 October 2015 at 07:40, Frank Gasdorf <[email protected]>
>>> wrote:
>>>
>>>> Tested it, or let my say I was trying to test it but the proxy seems to
>>>> slow-down the build havily. After half an hour it haven't finised almost 3
>>>> modules with a clean/empty local repository
>>>>
>>>> And I used http://repo.boundlessgeo.com/main/org/ ;)
>>>>
>>>> - Frank
>>>>
>>>> 2015-10-21 1:27 GMT+02:00 Jody Garnett <[email protected]>:
>>>>
>>>>> FYI, configuration change at repo.boundldessgeo.com/main should fix
>>>>> the problem. Testing now.
>>>>>
>>>>> --
>>>>> Jody Garnett
>>>>>
>>>>> On 20 October 2015 at 07:36, Jody Garnett <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> Thank you very much for the confirmation.
>>>>>>
>>>>>> --
>>>>>> Jody Garnett
>>>>>>
>>>>>> On 20 October 2015 at 00:45, Frank Gasdorf <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> I updated boundless repository urls to
>>>>>>> https://boundless.artifactoryonline.com/boundless/snapshot/ in root
>>>>>>> pom file and then it works. Seems to be a proxy/routing problem from
>>>>>>>
>>>>>>> http://repo.boundlessgeo.com/main/ to
>>>>>>> https://boundless.artifactoryonline.com
>>>>>>>
>>>>>>> HTH
>>>>>>> - Frank
>>>>>>>
>>>>>>> 2015-10-19 23:10 GMT+02:00 Frank Gasdorf <
>>>>>>> [email protected]>:
>>>>>>>
>>>>>>>> FWIW : Today I build library/data locally without a full build from
>>>>>>>> root-checkout and git the following WARNINGS :
>>>>>>>>
>>>>>>>> Downloaded:
>>>>>>>> http://repo.boundlessgeo.com/main/org/geotools/gt-main/15-SNAPSHOT/maven-metadata.xml
>>>>>>>> (160
>>>>>>>> B at 0.1 KB/sec)
>>>>>>>> [WARNING] The metadata
>>>>>>>> /Users/fgdrf/Entwicklung/data/m2-repository/org/geotools/gt-main/15-SNAPSHOT/maven-metadata-boundless.xml
>>>>>>>> is invalid: end tag name </body> must match start tag name <hr> from
>>>>>>>> line 5
>>>>>>>> (position: TEXT seen ...</center>\r\n</body>... @6:8)
>>>>>>>>
>>>>>>>> the content of file looks like this:
>>>>>>>>
>>>>>>>> <html>
>>>>>>>> <head><title>302 Found</title></head>
>>>>>>>> <body bgcolor="white">
>>>>>>>> <center><h1>302 Found</h1></center>
>>>>>>>> <hr><center>nginx/1.8.0</center>
>>>>>>>> </body>
>>>>>>>> </html>
>>>>>>>>
>>>>>>>>
>>>>>>>> How I started the build:
>>>>>>>>
>>>>>>>> mvn clean package -U
>>>>>>>>
>>>>>>>> "-U" and deletion of local metadata-file does't help very much.
>>>>>>>> After another build the files is present again with the same html
>>>>>>>> content
>>>>>>>> than before. Strange thing is, if I download the file directly it looks
>>>>>>>> almost good (last upload timestamp is 15-20151006)
>>>>>>>>
>>>>>>>> Last but not least: If I build this submodul against an empty local
>>>>>>>> repository (-Dmaven.repo.local=/another/path/
>>>>>>>>
>>>>>>>> the following error occurs:
>>>>>>>>
>>>>>>>> Downloaded:
>>>>>>>> http://repo.boundlessgeo.com/main/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
>>>>>>>> (160
>>>>>>>> B at 0.3 KB/sec)
>>>>>>>> [ERROR] Invalid extension descriptor for
>>>>>>>> org.apache.maven.wagon:wagon-webdav:1.0-beta-2: error in opening zip
>>>>>>>> file
>>>>>>>> [...]
>>>>>>>> Downloaded:
>>>>>>>> http://repo.boundlessgeo.com/main/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom
>>>>>>>> (160
>>>>>>>> B at 0.4 KB/sec)
>>>>>>>> [WARNING] The POM for
>>>>>>>> org.apache.maven.plugins:maven-source-plugin:jar:2.2.1 is invalid,
>>>>>>>> transitive dependencies (if any) will not be available, enable debug
>>>>>>>> logging for more details
>>>>>>>>
>>>>>>>> And the build is broken then
>>>>>>>>
>>>>>>>> HTH to investigate
>>>>>>>> - Frank
>>>>>>>>
>>>>>>>> 2015-10-05 20:53 GMT+02:00 Jody Garnett <[email protected]>:
>>>>>>>>
>>>>>>>>> Going to try and switch ares over to this mirror, if that goes
>>>>>>>>> well we will update the DNS registry this afternoon.
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Jody Garnett
>>>>>>>>>
>>>>>>>>> On 29 September 2015 at 16:36, Jody Garnett <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> Sorry, URL corrected below:
>>>>>>>>>>
>>>>>>>>>> <mirrors>
>>>>>>>>>> <mirror>
>>>>>>>>>> <id>boundlessgeo</id>
>>>>>>>>>> <name>Boundless Cloud Repository</name>
>>>>>>>>>>
>>>>>>>>>> <url>https://boundless.artifactoryonline.com/boundless/main</url>
>>>>>>>>>> <mirrorOf>boundless</mirrorOf>
>>>>>>>>>> </mirror>
>>>>>>>>>> </mirrors>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Jody Garnett
>>>>>>>>>>
>>>>>>>>>> On 29 September 2015 at 16:20, Jody Garnett <
>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> We are setting up a replacement repository (cloud hosting for
>>>>>>>>>>> PMC access).
>>>>>>>>>>>
>>>>>>>>>>> Can I ask geotools developers to try out the repo using the
>>>>>>>>>>> following settings (before we change the DNS entry over):
>>>>>>>>>>>
>>>>>>>>>>> 1. Edit .m2/settings.xml with the following
>>>>>>>>>>>
>>>>>>>>>>> <mirrors>
>>>>>>>>>>> <mirror>
>>>>>>>>>>> <id>boundlessgeo</id>
>>>>>>>>>>> <name>Boundless Cloud Repository</name>
>>>>>>>>>>> <url>
>>>>>>>>>>> https://boundless.artifactoryonline.com/boundless/ext-release-local
>>>>>>>>>>> </url>
>>>>>>>>>>> <mirrorOf>boundless</mirrorOf>
>>>>>>>>>>> </mirror>
>>>>>>>>>>> </mirrors>
>>>>>>>>>>>
>>>>>>>>>>> 2. Rename your .m2/repository cache to repository2 (to force
>>>>>>>>>>> download)
>>>>>>>>>>>
>>>>>>>>>>> 3. Build! And reply to this email thread with pass fail.
>>>>>>>>>>>
>>>>>>>>>>> We have synchronized with repo.boundlessgeo.com so I do not
>>>>>>>>>>> expect trouble.
>>>>>>>>>>> --
>>>>>>>>>>> Jody
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> GeoTools-Devel mailing list
>>>>>>>>> [email protected]
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> GeoTools-Devel mailing list
>>>>>>> [email protected]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel