[
https://issues.apache.org/jira/browse/TINKERPOP-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482565#comment-16482565
]
ASF GitHub Bot commented on TINKERPOP-1836:
-------------------------------------------
Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/867
Your approach with `mono` works pretty nicely. It still bothers me a little
bit that every build though requires download of nuget though for just a `mvn
package`. That of course means that you can't build without an internet
connection:
```text
main:
[exec] --2018-05-21 10:32:16--
https://dist.nuget.org/win-x86-commandline/v4.4.1/nuget.exe
[exec] Resolving dist.nuget.org (dist.nuget.org)... failed: Name or
service not known.
[exec] wget: unable to resolve host address ‘dist.nuget.org’
```
I suppose you could hit maven failures for "no internet" if you don't have
all your .m2 stuff cached, but at least its possible to get a build without it.
Going to think about this some more....maybe not a big deal i suppose.
> .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)