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

Add support for Gemfile-style groups #2

Open
xian opened this issue Oct 2, 2013 · 2 comments
Open

Add support for Gemfile-style groups #2

xian opened this issue Oct 2, 2013 · 2 comments

Comments

@xian
Copy link

xian commented Oct 2, 2013

It'd be awesome if Jarfiles allowed for Gemfile-style groups or maven scopes:

jar 'com.example:thing', '=1.0'
jar 'com.example:thing-mocks', '=1.0', :group => :test
@mkristian
Copy link
Member

maven scopes are more natural to aether but the bundler groups are probably more in line with the idea of JBundler. but I guess the big question is on how to 'select' the groups when using JBundler or Ruby-Maven.

yes sounds good to me - the groups. maven scopes are compile, runtime, provided, test and beside test they do not make sense in a JBundler setup.

@mkristian
Copy link
Member

I added maven scope to the Jarfile and the only scope which makes sense is :test

next jbundler release will have this.

the groups as in bundler might come or not - bit unsure and I feel other things are more important.

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

No branches or pull requests

2 participants