Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/867#discussion_r193066858
--- Diff: gremlin-dotnet/src/pom.xml ---
@@ -89,6 +93,54 @@ limitations under the License.
<nugetAddEnabled>false</nugetAddEnabled>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>pack-dotnet-template</id>
+ <phase>package</phase>
--- End diff --
i'd asked that question earlier
https://github.com/apache/tinkerpop/pull/867#issuecomment-390267672
@FlorianHockmann response follows that.
---