This repository has been archived by the owner on May 21, 2019. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fresh clone of cuke4duke build fails with an unsatisfied dependency in maven from url:
Downloading: http://cukes.info/maven/cuke4duke/cuke4duke-maven-plugin/0.4.2/cuke4duke-maven-plugin-0.4.2.pom
[WARNING] The POM for cuke4duke:cuke4duke-maven-plugin:jar:0.4.2 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Cuke4Duke: Parent ................................. SUCCESS [0.887s]
[INFO] Cuke4Duke: Core ................................... SUCCESS [45.280s]
[INFO] Cuke4Duke: Maven Plugin ........................... SUCCESS [2.509s]
[INFO] Cuke4Duke: EJB3 Example ........................... SUCCESS [41.349s]
[INFO] Cuke4Duke: Java Example ........................... FAILURE [0.300s]
Updaing the version of the cuke4duke-maven plugin from 0.4.2 -> 0.4.3 allows a fresh clone from git to successfully build.
Oliver