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

One module multiple artifacts support #21

Open
eonezhang opened this issue Apr 25, 2018 · 1 comment
Open

One module multiple artifacts support #21

eonezhang opened this issue Apr 25, 2018 · 1 comment

Comments

@eonezhang
Copy link

eonezhang commented Apr 25, 2018

does the scripts support one module produce multiple artifacts?
here is my scenario

└── com
    ├── example
    │   ├── api
    │   └── impl

I want to produce two artifacts user-service-api.jar and user-service.jar ,
the user-service-api.jar include com.example.api package
and the user-service.jar include all packages.

is it possible to achieve this?

@trustin
Copy link
Member

trustin commented Jul 30, 2018

@eonezhang I never tried that, but we could add support for such cases if it doesn't work at the moment?

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