Test Maven type resolution

* Make -test jar a deploy artifact
* Add util package from test
* Test type resolution and usage for simplistic scenario
This commit is contained in:
Fabian Krüger
2024-01-13 15:32:20 +00:00
committed by GitHub
parent 49554428e3
commit 169ca2b26a
6 changed files with 266 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ jobs:
--server-id-deploy repo.spring.io \
--repo-deploy-releases release \
--repo-deploy-snapshots snapshot \
--exclude-patterns="*-example*.*,*-test*.*,*-docs-*.*"
--exclude-patterns="*-example*.*,*-test-*.*,*-docs-*.*"
echo JFROG_CLI_BUILD_NAME=spring-rewrite-commons-main >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV