[
https://issues.apache.org/jira/browse/TINKERPOP-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501746#comment-16501746
]
ASF GitHub Bot commented on TINKERPOP-1836:
-------------------------------------------
Github user jorgebay commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/867#discussion_r193065380
--- 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 --
Would it be possible to move the execution to the `deploy` phase? that way
on `install` or prior phases, the build wouldn't be affected.
Also, it won't require mono on TravisCI or docker-based builds.
> .NET sample project
> -------------------
>
> Key: TINKERPOP-1836
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1836
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet
> Affects Versions: 3.2.6
> Reporter: stephen mallette
> Assignee: Florian Hockmann
> Priority: Minor
>
> Create a sample project that can help get users started with .NET and
> Gremlin. Should probably be added to the series of gremlin-archetype
> projects. It seems .NET already has something analogous to archetypes with
> "dotnet templates". I'm not sure how those work or are
> built/deployed/distributed but we would probably want to ensure that those
> aspects are somehow still handled by maven if we can.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)