You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current easyb maven plugin (1.2.1) running the tests throw a dependency not found exception:
[ERROR] Plugin org.easyb:maven-easyb-plugin:1.2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.easyb:maven-easyb-plugin:jar:1.2.1: Could not find artifact org.easyb:maven-easyb-plugin:pom:1.2.1 in central (http://repo1.maven.org/maven2) -> [Help 1]
With the current easyb maven plugin (1.2.1) running the tests throw a dependency not found exception:
[ERROR] Plugin org.easyb:maven-easyb-plugin:1.2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.easyb:maven-easyb-plugin:jar:1.2.1: Could not find artifact org.easyb:maven-easyb-plugin:pom:1.2.1 in central (http://repo1.maven.org/maven2) -> [Help 1]
Changing the dependency to 1.2 fixes the issue.
According to this: http://mvnrepository.com/artifact/org.easyb/maven-easyb-plugin seems like there is no 1.2.1 artifact
The text was updated successfully, but these errors were encountered: