rkalla / cloudfront-log-parser

Amazon CloudFront Log Parser
Apache License 2.0
22 stars 6 forks source link

Cannot retrieve cloudfront-log-parser from maven repository #13

Closed ghost closed 10 years ago

ghost commented 10 years ago

Steps

  1. Add cloudfront-log-parser to maven as dependency (well, I'm using sbt, same difference)
  2. "mvn dependencies" (or sbt compile)

    Expected

  3. cloudfront-log-parser is available in the classpath

    Actual

Error message: java.text.ParseException: The end-tag for element type "repository" must end with a '>' delimiter.

Suspected issue:

On line 30 of http://maven.thebuzzmedia.com/com/thebuzzmedia/cloudfront-log-parser/1.4/cloudfront-log-parser-1.4.pom

the closing repository tag is missing a "greater than" symbol

<repository>
    <id>The Buzz Media Maven Repository</id>
    <url>http://maven.thebuzzmedia.com</url>
</repository

Related

I seems versions 1.2 and 1.3 are also affected.

ghost commented 10 years ago

Fixed!

(Sorry this sat open for so long, for some reason I Never got the notification from GitHub)