Skip to content

Commit

Permalink
CTR disable unimplemented GLVs in maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Nov 13, 2024
1 parent 81ed3c9 commit e6104ad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
7 changes: 4 additions & 3 deletions gremlin-dotnet/src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ limitations under the License.
<id>gremlin-dotnet</id>
<activation>
<activeByDefault>false</activeByDefault>
<file>
<exists>.glv</exists>
</file>
<!-- TODO re-enable after gremlin-dotnet is implemented -->
<!-- <file>-->
<!-- <exists>.glv</exists>-->
<!-- </file>-->
</activation>
<properties>
<packaging.type>dotnet-library</packaging.type>
Expand Down
7 changes: 4 additions & 3 deletions gremlin-dotnet/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ limitations under the License.
<id>gremlin-dotnet</id>
<activation>
<activeByDefault>false</activeByDefault>
<file>
<exists>.glv</exists>
</file>
<!-- TODO re-enable after gremlin-dotnet is implemented -->
<!-- <file>-->
<!-- <exists>.glv</exists>-->
<!-- </file>-->
</activation>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
7 changes: 4 additions & 3 deletions gremlin-go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ limitations under the License.
<id>glv-go</id>
<activation>
<activeByDefault>false</activeByDefault>
<file>
<exists>.glv</exists>
</file>
<!-- TODO re-enable after gremlin-go is implemented -->
<!-- <file>-->
<!-- <exists>.glv</exists>-->
<!-- </file>-->
</activation>
<build>
<directory>${basedir}/target</directory>
Expand Down
3 changes: 2 additions & 1 deletion gremlin-javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,9 @@ limitations under the License.
<!-- Test gremlin-javascript in Docker -->
<profile>
<id>glv-js</id>
<!-- TODO re-enable after gremlin-js is implemented -->
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down

0 comments on commit e6104ad

Please sign in to comment.