diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a42e028..2a8e0d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,4 +28,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: ./mvnw -B package --file pom.xml diff --git a/pom.xml b/pom.xml index ba0c404..da53e99 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.project-kessel inventory-client-java + jar 1.0-SNAPSHOT - + Kessel Inventory API Java Client Library + A library providing managed clients for apps connecting to the Kessel Inventory API. + https://github.com/project-kessel/inventory-client-java/tree/main 11 UTF-8 @@ -205,34 +207,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.4.0 + true + + central + true + + \ No newline at end of file