fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

jansi-project? #138

Closed peterremote1980 closed 5 years ago

peterremote1980 commented 5 years ago

what is the different between these two projects

jansi jansi-project

thanks

hboutemy commented 5 years ago

jansi-project could have been named "jans-root" or "jansi-parent" or "jansi-reactor", whatever naming makes you more clear about its pure internal nature to aggregate a few parts during Maven build

jansi is the artifact that everybody will consume, it's one of the modules that jansi-project agggregates at build

peterremote1980 commented 5 years ago

thanks a lot