diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bf351d1..aac6fa1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,4 +61,4 @@ jobs: cache: maven - name: Build with Maven - run: ./mvnw -B package --file pom.xml + run: mvn -B package --file pom.xml diff --git a/.licenserc.yaml b/.licenserc.yaml index dbcb1aa4..3ded7ab6 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -39,4 +39,5 @@ header: dependency: files: - pom.xml + - eventmesh-dashboard-console/pom.xml - eventmesh-dashboard-view/package.json \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7867dd9a..068291e6 100644 --- a/pom.xml +++ b/pom.xml @@ -81,11 +81,11 @@ + eventmesh-dashboard-common eventmesh-dashboard-console - eventmesh-dashboard-observe - eventmesh-dashboard-core eventmesh-dashboard-service - eventmesh-dashboard-common + eventmesh-dashboard-core + eventmesh-dashboard-observe