Skip to content

Commit

Permalink
testing mvn version
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent 08d99ac commit 75da433
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Java CI with Maven

on:
push:
branches: [ "develop" ]
branches: [ "develop", "build_and_test_ci_draft" ]
pull_request:
branches: [ "develop" ]
branches: [ "develop", "build_and_test_ci" ]

jobs:
build:
Expand All @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --version && mvn -B package --file flink-cyber/pom.xml
run: mvn --version && mvn dependency:go-offline

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>src/main/assembly/assembly.xml</descriptor>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 3 additions & 1 deletion flink-cyber/metron-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>src/main/assembly/assembly.xml</descriptor>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 75da433

Please sign in to comment.