smooks / unedifact

Smooks UN/EDIFACT Artifact Generation Sources
http://www.smooks.org
36 stars 37 forks source link

Unable to build source code from the 1.4 tag with Maven #14

Closed manish-in-java closed 6 years ago

manish-in-java commented 6 years ago

Attempting to build source code from the 1.4 tag leads to a build failure.

> mvn package
> ...
> Failed to execute goal org.milyn:maven-ect-plugin:1.4.1:generate
> Plugin org.milyn:maven-ect-plugin:1.4.1 or one of its dependencies could not be resolved
> Failed to collect dependencies for org.milyn:maven-ect-plugin:jar:1.4.1
> Failed to read artifact descriptor for org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.3.2

Indeed, version 1.3.2 of the said plugin does not exist on Maven Central. The only available versions are 1.4.1 and 1.3.1.

manish-in-java commented 6 years ago

Fixed in release 1.4.1 built against Smooks version 1.4.1 published to Maven Central.