Details
-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.3
-
Fix Version/s: 6.3.1
-
Component/s: Release
-
Labels:None
-
Environment:maven
-
Support Case References:Support Case 14337:- https://icesoft.my.salesforce.com/5000g00001tocfo
Description
Currently the twelve monkey jars don't appear to be available in a maven repository. In order for clients who use maven to build, we should provide some maven poms or a way for them to install these jars in their local m2 repos. We should also be providing maven poms which relate to all these dependencies for maven users.
I reviewed https://github.com/haraldk/TwelveMonkeys/blob/master/pom.xml
as many times you can find the correct version, download it and do -> mvn install on this pom and install all the artifacts to a local m2 repo. I was unable to find 3.4-r6.3 jars or reference to a download I could create from it.
I reviewed https://github.com/haraldk/TwelveMonkeys/blob/master/pom.xml
as many times you can find the correct version, download it and do -> mvn install on this pom and install all the artifacts to a local m2 repo. I was unable to find 3.4-r6.3 jars or reference to a download I could create from it.
The 3.4-r6.3 twelve monkeys jars can be found in our public maven repo:
<repositories>
<repository>
<id>anonsvn.icesoft.org</id>
<name>ICEsoft repository</name>
<url>http://anonsvn.icesoft.org/repo/maven2/snapshots/</url>
</repository>
</repositories>
The 3.4-r6.3 is a custom build which includes a patch for handling CCITTFax image format.