Peter, > *SNAPSHOT: Failed to collect dependencies at > org.apache.flex:framework:pom:4.13.0.20140701: Failed to read artifact > descriptor for org.apache.flex:framework:pom:4.13.0.20140701: Could not > transfer artifact org.apache.flex:framework:pom:4.13.0.20140701 from/to > Git-MaverickUK (https://github.com/MaverickUK/maven-repo/raw/master/): > Checksum validation failed, no checksums available from the repository -> > [Help 1]* It seems the mavenizer did not set the install plugin checksum option set to true, usually, you upload to a maven repository manager which compute the checksum at import time, did you to import the mavenized SDK to an artifactory ? Frédéric THOMAS
> Date: Tue, 2 Dec 2014 08:36:05 -0800 > From: pet...@sparkol.com > To: users@flex.apache.org > Subject: RE: Creating a Jenkins/Maven POM for an existing Flash Develop > project > > Hello Frédéric > > Thanks for your response. > > I've used the Apache Flex SDK installer > <http://flex.apache.org/installer.html> to download: > > * Apache Flex SDK 4.13.0 > * Flash Player 14 > * AIR 14 > > I've then used Mavenizer and followed the instructions > <https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+SDK+Mavenizer> > and copied the generated files to my own Maven repository > <https://github.com/MaverickUK/maven-repo> . > > However even though I'm setting the compiler to use the specific version > I've Mavenized in the POM as follows: > > * <dependency> > <groupId>org.apache.flex</groupId> > <artifactId>compiler</artifactId> > <version>4.13.0.20140701</version> > <type>pom</type> > </dependency>* > > It appears to be trying to download version 4.12.1.20140427? > > Whether or not that's a factor - the build fails, with the following final > error message: > > *SNAPSHOT: Failed to collect dependencies at > org.apache.flex:framework:pom:4.13.0.20140701: Failed to read artifact > descriptor for org.apache.flex:framework:pom:4.13.0.20140701: Could not > transfer artifact org.apache.flex:framework:pom:4.13.0.20140701 from/to > Git-MaverickUK (https://github.com/MaverickUK/maven-repo/raw/master/): > Checksum validation failed, no checksums available from the repository -> > [Help 1]* > > I don't understand why it's giving this error, as that version of the > dependency is in my Maven repository on Github. > > Regards > Peter > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Creating-a-Jenkins-Maven-POM-for-an-existing-Flash-Develop-project-tp8921p8945.html > Sent from the Apache Flex Users mailing list archive at Nabble.com.