You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
does the scripts support one module produce multiple artifacts?
here is my scenario
I want to produce two artifacts
user-service-api.jar
anduser-service.jar
,the
user-service-api.jar
includecom.example.api
packageand the
user-service.jar
include all packages.is it possible to achieve this?
The text was updated successfully, but these errors were encountered: