Skip to content

Commit 221190a

Browse files
committed
Exclude integration tests from JitPack build
- Remove integration-tests from JitPack build process - Only build and publish the main library artifact - Integration tests are for development/CI only, not for consumers
1 parent 66647ec commit 221190a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jitpack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ jdk:
22
- openjdk21
33
before_install:
44
- sed -i "s/\${dynamodb-toolkit.version}/$VERSION/g" pom.xml
5-
- sed -i "s/\${dynamodb-toolkit.version}/$VERSION/g" integration-tests/pom.xml
65
install:
76
- mvn clean install -DskipTests=true

0 commit comments

Comments
 (0)