xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
232 stars 76 forks source link

Remove javanano goals #52

Closed sergei-ivanov closed 5 years ago

sergei-ivanov commented 5 years ago

Is your feature request related to a problem? Please describe.

The latest protobuf compiler versions have stopped supporting javanano as a target, because the support for javanano itself has been withdrawn.

Describe the solution you'd like

The goals compile-javanano and test-compile-javanano were deprecated in release 0.6.x of protobuf-maven-plugin and will be removed in the next version.

Describe alternatives you've considered

Keeping obsolete goals around does not make sense from support perspective. Users who are dependent on the obsolete goals can stay on the version 0.6.x of protobuf-maven-plugin.

Additional context

protocolbuffers/protobuf#4431