Maven SDK Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2016 07:22 AM
Hello Friends,
I am trying to set development environment with below details.
Alfresco : EE 4.2.4
Maven SDK 1.1.1
But while creating repo-amp(mvn install) it shows below error.
Failed to collect dependencies at org.alfresco:alfresco-enterprise-repository:jar:4.2.4 -> org.activiti:activiti-explorer:jar:5.13-alf-20140708 ->
com.thebuzzmedia:imgscalr-lib:jar:3.1:
Failed to read artifact descriptor for com.thebuzzmedia:imgscalr-lib:jar:3.1: Could not transfer artifact com.thebuzzmedia:imgscalr-lib
om:3.1 from/to buzzmedia (http://maven.thebuzzmedia.com😞 maven.thebuzzmedia.com:80 failed to respond -> [Help 1]
I googled error and found this(https://github.com/rkalla/imgscalr/issues/115). It says:
maven.thebuzzmedia.com is down because imgscalr moved into Maven central repo - no additional "repository" tags needed, it's in the official Maven repo!
But I dont know how to fix this in alfresco.
Please let me help fix this issue. Attached is the error.
I am trying to set development environment with below details.
Alfresco : EE 4.2.4
Maven SDK 1.1.1
But while creating repo-amp(mvn install) it shows below error.
Failed to collect dependencies at org.alfresco:alfresco-enterprise-repository:jar:4.2.4 -> org.activiti:activiti-explorer:jar:5.13-alf-20140708 ->
com.thebuzzmedia:imgscalr-lib:jar:3.1:
Failed to read artifact descriptor for com.thebuzzmedia:imgscalr-lib:jar:3.1: Could not transfer artifact com.thebuzzmedia:imgscalr-lib

I googled error and found this(https://github.com/rkalla/imgscalr/issues/115). It says:
maven.thebuzzmedia.com is down because imgscalr moved into Maven central repo - no additional "repository" tags needed, it's in the official Maven repo!
But I dont know how to fix this in alfresco.
Please let me help fix this issue. Attached is the error.
Labels:
- Labels:
-
Archive
maven_sdk_error.png
101 KB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016 11:20 AM
That imgscalr-lib JAR is in Maven Central here: https://mvnrepository.com/artifact/org.imgscalr/imgscalr-lib/4.2
Have you tried adding it as a dependency to your pom.xml?
Jeff
Have you tried adding it as a dependency to your pom.xml?
Jeff
