Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
5.0.0
-
None
-
Turing
-
Turing Sprint 159, Turing Sprint 160, Turing Sprint 221
Description
After updating the Maven Assembly Plugin to 3.0.0 warnings are logged that indicates downloads are attempted from obsolete / non existing repositories. These warnings do not show with v2.6 of the maven-assembly-plugin
Steps to reproduce
1) Create and build a project or use an existing project
2) Do mvn -Pdist using assembly
Expected result: no warnings
Actual result:
[INFO] --- maven-assembly-plugin:3.0.0:single (distro-assembly) @ hippo-acceptance-project-enterprise --- [INFO] Reading assembly descriptor: e/src/main/assembly/distribution.xml Downloading: http://people.apache.org/repo/m2-snapshot-repository/com/onehippo/cms7/hippo-cms7-enterprise-project/29-SNAPSHOT/maven-metadata.xml Downloading: https://repository.apache.org/snapshots/com/onehippo/cms7/hippo-cms7-enterprise-project/29-SNAPSHOT/maven-metadata.xml Downloading: https://maven.java.net/content/repositories/snapshots/com/onehippo/cms7/hippo-cms7-enterprise-project/29-SNAPSHOT/maven-metadata.xml Downloading: http://snapshots.repository.codehaus.org/com/onehippo/cms7/hippo-cms7-enterprise-project/29-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata com.onehippo.cms7:hippo-cms7-enterprise-project:29-SNAPSHOT/maven-metadata.xml from/to codehaus-snapshots (http://snapshots.repository.codehaus.org): snapshots.repository.codehaus.org
Attachments
Issue Links
- relates to
-
CMS-11774 Building docker profile logs warnings
- Closed