-
Notifications
You must be signed in to change notification settings - Fork 265
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
Cannot run skeleton-project locally. #11
Comments
I resolved this issue by adding the hapi-fhir-server and hapi-fhir-client libraries to the base pom, as well as a few webjars that could not be found by the test overlay. The resources are still not available, but the project builds this way. |
Same issue here, getting issue w/ DispatcherServlet:
|
Is this project no longer maintained? Or are issues not responded to on here? |
It looks like this issue has been resolved or is not reproducible. I am able to serve this project successfully with: git clone https://github.com/FirelyTeam/fhirstarters.git
cd hapi-fhirstarters-rest-server-skeleton/
mvn clean install
mvn jetty:run |
I cloned
java/hapi-fhirstarters-rest-server-skeleton
to my local file system and ranmvn clean install
then followed up with
mvn jetty:run
And ran into the following issue:
It seems like the jetty-maven-plugin cannot detect dependencies provided by the testpage-overlay project? I've attached the full stacktrace as a file if necessary.
fhirstarters_restskeleton_jettyrun.log
The text was updated successfully, but these errors were encountered: