One module multiple artifacts support
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 80
- Forks
- 34
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file or test entry point. Start by reviewing the repository's Gradle scripts and current artifact configuration, then determine whether one module can produce both requested JARs with the stated package contents. Done means confirming whether this is supported and documenting the required scope or limitation.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100