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.
Attempting to build source code from the 1.4 tag leads to a build failure.
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.