Skip to content
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

Package the Druid console as a maven artifact #4

Merged
merged 3 commits into from
Aug 4, 2015

Conversation

xvrl
Copy link
Member

@xvrl xvrl commented Aug 4, 2015

mvn package now takes care of everything, no pre-requisites required, no need to install node anymore

- gulp script produces everything in ./build
- use node-sass instead of compass
@fjy
Copy link
Member

fjy commented Aug 4, 2015

👍

@drcrallen
Copy link
Member

I had to do the following:
npm install node-sass

Then I got
[INFO] Running 'bower install' in /Users/charlesallen/src/druid-console [ERROR] bower EMALFORMED Failed to read /Users/charlesallen/src/druid-console/bower_components/jQuery/.bower.json [ERROR] [ERROR] Additional error details: [ERROR] Unexpected token }

@xvrl
Copy link
Member Author

xvrl commented Aug 4, 2015

@drcrallen there is a bug in the maven-frontend-plugin right now, so make sure you have no other npm, node, or anything related on your path.

Sometimes the bower install step fails when it runs a second, time, when that happens, just do maven clean package

@drcrallen
Copy link
Member

[INFO] BUILD SUCCESS

drcrallen added a commit that referenced this pull request Aug 4, 2015
Package the Druid console as a maven artifact
@drcrallen drcrallen merged commit a3b4295 into druid-io:master Aug 4, 2015
@drcrallen drcrallen deleted the maven-build branch August 4, 2015 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants