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

Reply via email to