Skip to content

Commit

Permalink
Java: Build updates in prep for package publication
Browse files Browse the repository at this point in the history
  • Loading branch information
josuablejeru authored and terryburton committed Aug 14, 2023
1 parent 2c81929 commit 7d18129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Build with Maven
run: |
mvn -B compile
- name: Test with Maven
run: |
mvn -B test
run: mvn -B test

- name: Build with Maven
run: mvn clean install
7 changes: 3 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
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">

<modelVersion>4.0.0</modelVersion>
<groupId>org.gs1</groupId>
Expand Down Expand Up @@ -65,4 +64,4 @@
</build>


</project>
</project>

0 comments on commit 7d18129

Please sign in to comment.