nus / gitbucket-plantuml-plugin

A GitBucket plugin that renders PlantUML diagrams.
Apache License 2.0
30 stars 8 forks source link

Move ASL to GPL #11

Open nus opened 7 years ago

nus commented 7 years ago

This project uses the PlantUML library of Apache Software License and the library is added in repository. So, the library is updated, this project is more repository size.

By moving to GPL version, the problem of increasing repository size will be solved. GPL version library will be obtained from maven repository(https://mvnrepository.com/artifact/net.sourceforge.plantuml/plantuml/6703).

aadrian commented 7 years ago

@nus IMHO not need for this, since PlantUML plans to offer dependencies in ASL form too, so than we can simply declare those as dependencies.

https://github.com/plantuml/plantuml/wiki/Module-Proposal

https://mvnrepository.com/artifact/net.sourceforge.plantuml/plantuml/6703

for now just merge https://github.com/nus/gitbucket-plantuml-plugin/pull/9

nus commented 7 years ago

@aadrian Good for your proposal and work plantuml/plantuml#47 !