spmallette commented on code in PR #1788:
URL: https://github.com/apache/tinkerpop/pull/1788#discussion_r959781973
##########
gremlin-dotnet/test/pom.xml:
##########
@@ -62,52 +68,64 @@ limitations under the License.
</build>
<profiles>
+ <!-- Test gremlin-dotnet javascript in Docker -->
<profile>
- <id>gremlin-dotnet-standard</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <packaging.type>pom</packaging.type>
- </properties>
- </profile>
- <!-- activates the building of .NET components and requires that the
.NET SDK be installed on the system -->
- <profile>
- <id>gremlin-dotnet</id>
+ <id>glv-dotnet</id>
Review Comment:
it will be nice when these special `<profile>` configurations can go away.
it will make the poms easier to follow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]