simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
137 stars 66 forks source link

Support configuration to allow scope config #27

Closed mosabua closed 6 years ago

mosabua commented 7 years ago

Currently filters for compile only and pulls those. Might want to check and allow provided and also ones that have optional set to true.

Maybe even change default to pull in all scopes. Probably yes.. pull in all. Should do some testing..

E.g check com.hazelcast:hazelcast:3.7.2 see

mosabua commented 7 years ago

Implemented to allow config of provided and test scope now.