diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a319e1..fdf9a8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,6 @@ on: permissions: contents: write - pages: write - id-token: write concurrency: group: "pages" @@ -67,18 +65,3 @@ jobs: 1.20.x 1.21.x files: target/CloudnodeMSG-${{ steps.version.outputs.VERSION }}.jar - - - name: Generate Javadoc - run: mvn -B javadoc:javadoc --file pom.xml - - - name: Setup Pages - uses: actions/configure-pages@v4 - - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: target/site/apidocs - - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/pom.xml b/pom.xml index 76438fa..f7c1967 100644 --- a/pom.xml +++ b/pom.xml @@ -27,33 +27,6 @@ ${java.version} - - org.apache.maven.plugins - maven-shade-plugin - 3.6.1 - - - package - - shade - - - false - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.12.0 - - - https://jd.papermc.io/paper/1.20/ - https://jd.advntr.dev/api/4.15.0/ - - -