Closed whitingjr closed 9 years ago
Hi @whitingjr,
I've just tried the build with an empty local repo, and it worked. Maybe a remote repo hiccup? Can you please try again?
I'm having the same issue now... I've tried a few times.
@whitingjr,
@akoblentz was having the same problem and after speaking with him, it was a problem in is local settings.xml that was pointing to a repo that didn't have the dependencies. Maybe you have a similar problem?
On default (empty) settings.xml
{ /tmp } » git clone git@github.com:javaee-samples/javaee7-samples.git
{ /tmp } » cd javaee7-samples
{ javaee7-samples } master » rm -rf ~/.m2/repository
{ javaee7-samples } master » mvn clean install -DskipTests
(...)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:44 min
{ javaee7-samples } master » mvn package -f jaxrs/singleton/pom.xml -Pwildfly-remote-arquillian
(...)
Results :
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
(...)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.390 s
Can we close the issue?
I think so. Closing.
Hi, Tried for the first time building the ejb timer project by following the build instructions.
But getting this build error
Is there a repo I need to add to my settings.xml to resolve the snapshot version or something else ?