-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fails to build #497
Comments
Rather than deleting the module from the root pom, you can exclude the module from the build: mvn clean install -pl !legend-pure-ide-light (note in bash the ! needs to be escaped using the backslash) |
Thanks, did that. Blew away my checkout. Did a fresh
|
Actually, doing a This time made a lot of progress, now breaks in
Log file attached |
Bug Report
Steps to Reproduce:
<module>legend-pure-ide-light</module>
-- this is my attempt to operationalize the comment in the readme:(I looked for what I could exclude in
legend-pure-ide-light/pom.xml
, couldn't find anything. Is this particular comment out of date?)3. Run
mvn install
Expected Result:
successful build
Actual Result:
failure. See attached log.
Environment:
mvn](url) --version
:Additional Context:
...add any other context about the problem here. If applicable, add screenshots to help explain...
build-fail-log.txt
git log
:git status is:
The text was updated successfully, but these errors were encountered: