Skip to content

Commit

Permalink
PLT-191: CI action typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Nov 24, 2023
1 parent 8de767b commit a7ab38b
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 1,814 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
# Copyright 2022 JanusGraph Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: Java CI with Maven

Expand Down Expand Up @@ -44,6 +55,6 @@ jobs:
fi
- name: Publish to GitHub Packages Apache Maven
run: mvn --batch-mode deploy
run: mvn deploy -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
env:
GITHUB_TOKEN: ${{ secrets.my_pat }}
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright 2017 JanusGraph Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package org.janusgraph.diskstorage.keycolumnvalue.cache;

import org.apache.commons.lang.ArrayUtils;
Expand Down
41 changes: 0 additions & 41 deletions janusgraph-examples/example-berkeleyje/pom.xml.versionsBackup

This file was deleted.

26 changes: 0 additions & 26 deletions janusgraph-examples/example-common/pom.xml.versionsBackup

This file was deleted.

42 changes: 0 additions & 42 deletions janusgraph-examples/example-cql/pom.xml.versionsBackup

This file was deleted.

48 changes: 0 additions & 48 deletions janusgraph-examples/example-hbase/pom.xml.versionsBackup

This file was deleted.

35 changes: 0 additions & 35 deletions janusgraph-examples/example-remotegraph/pom.xml.versionsBackup

This file was deleted.

30 changes: 0 additions & 30 deletions janusgraph-examples/example-tinkergraph/pom.xml.versionsBackup

This file was deleted.

Loading

0 comments on commit a7ab38b

Please sign in to comment.