-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build examples in 2.0-SNAPSHOT branch #26
Comments
From the toplevel directory run "mvn install -pl utils" |
That did the trick. Thanks again. |
When I tried to run said command, I got the following error:
Had to change line 19 in file netty-in-action/utils/pom.xml from:
to:
|
Can't you upgrade to 8? Marvin Wolfthal
|
@mwolfthal : I could, but since the requirements in the front page say JDK 1.7.0u71 or better, I would expect to be able to run the project with Java 7. |
Then maybe we should change the requirements, as soon they may no longer be accurate anyway. Marvin Wolfthal email: [email protected] From: Gaston Keller [mailto:[email protected]] @mwolfthal https://github.com/mwolfthal : I could, but since the requirements in the front page say JDK 1.7.0u71 or better, I would expect to be able to run the project with Java 7. — |
Makes sense. :) |
…aven/org.apache.maven.plugins-maven-surefire-plugin-2.22.2 Bump maven-surefire-plugin from 2.22.1 to 2.22.2
When running 'mvn clean package' in any of the example code directories of the SNAPSHOT 2.0 build I encounter the same maven dependency error "Failed to resolve artifact. Missing: nia:utils:jar:2.0-SNAPSHOT".
This is using an unmodified 2.0 branch checked out from github using IntelliJ14.
capture.txt
The text was updated successfully, but these errors were encountered: