Closed ghost closed 10 years ago
"mvn dependencies" (or sbt compile) Expected
"mvn dependencies" (or sbt compile)
Error message: java.text.ParseException: The end-tag for element type "repository" must end with a '>' delimiter.
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
I seems versions 1.2 and 1.3 are also affected.
Fixed!
(Sorry this sat open for so long, for some reason I Never got the notification from GitHub)
Steps
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
Related
I seems versions 1.2 and 1.3 are also affected.