Skip to content

Commit 66647ec

Browse files
committed
Fix JitPack artifact publishing
- Change from 'mvn compile' to 'mvn install' in jitpack.yml - This ensures artifacts are installed to ~/.m2/repository - JitPack can now find and publish the built artifacts
1 parent f831eab commit 66647ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ before_install:
44
- sed -i "s/\${dynamodb-toolkit.version}/$VERSION/g" pom.xml
55
- sed -i "s/\${dynamodb-toolkit.version}/$VERSION/g" integration-tests/pom.xml
66
install:
7-
- mvn clean compile -DskipTests=true
7+
- mvn clean install -DskipTests=true

0 commit comments

Comments
 (0)