Github user jorgebay commented on the issue:
https://github.com/apache/tinkerpop/pull/867
I would like to propose that we generate and build `Gremlin.Net.Template`
project and run its tests as part of the `package` phase but we require nuget
(to run `nuget pack`) only as part of the `deploy` phase.
That way we don't affect developers / collaborators that want to use `mvn
clean install` and run the tests. Also, this way we avoid taking additional
time on CI builds.---
