Hi,

  Because of the run-its profile which adds

      <repositories>

        <repository>

          <id>codehaus.org</id>

          <url>http://snapshots.repository.codehaus.org</url>

          <releases>

            <enabled>false</enabled>

          </releases>

        </repository>

      </repositories>

      <pluginRepositories>

        <pluginRepository>

          <id>codehaus.snapshots</id>

          <url>http://snapshots.repository.codehaus.org</url>

        </pluginRepository>

        <pluginRepository>

          <id>apache.snapshots</id>

          <url>http://repository.apache.org/snapshots</url>

          <releases>

            <enabled>false</enabled>

          </releases>

        </pluginRepository>

      </pluginRepositories>

the pluginRepository doesn't set releases/enabled to false that's why maven
tries to download the maven source plugin from here (and then in central
where it probably finds it)
Codehaus repositories are returning pages with 200 HTTP code (Ben preferred
to do this to be sure that Maven users are removing codehaus repositories
entries from their builds)

I think these repositories entries can be removed





On Tue, Oct 6, 2015 at 1:37 PM, Benson Margulies <[email protected]>
wrote:

> [INFO] [INFO] Building Apache Maven Assembly Plugin 2.6
> [INFO] [INFO]
> ------------------------------------------------------------------------
> [INFO] Downloading:
>
> http://snapshots.repository.codehaus.org/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
> [INFO] 384 B
> [INFO] [WARNING] Checksum validation failed, expected
> <html><head><meta but is 69323dde63ab7fa33cffeba342c0d8d108e4bb9c for
>
> http://snapshots.repository.codehaus.org/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
> [INFO] 384 B
> [INFO] [WARNING] Could not validate integrity of download from
>
> http://snapshots.repository.codehaus.org/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
> :
> Checksum validation failed, expected <html><head><meta but is
> 69323dde63ab7fa33cffeba342c0d8d108e4bb9c
> [INFO] [WARNING] Checksum validation failed, expected
> <html><head><meta but is 69323dde63ab7fa33cffeba342c0d8d108e4bb9c for
>
> http://snapshots.repository.codehaus.org/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
> [INFO]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
-----
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

Reply via email to