diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16dec0a95..370818979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,6 @@ jobs: - name: Maven Build run: ./mvnw --batch-mode --fail-at-end clean install - - name: Functional Tests - run: ./mvnw --batch-mode clean test - working-directory: ./spring-rewrite-commons-functional-tests - - name: Deploy Snapshot env: ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }} @@ -32,4 +28,4 @@ jobs: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} - run: mvn --batch-mode deploy -Partifactory,delombok \ No newline at end of file + run: mvn --batch-mode deploy -Partifactory,delombok,functional-tests \ No newline at end of file diff --git a/pom.xml b/pom.xml index ab4824e3f..60aa5a666 100644 --- a/pom.xml +++ b/pom.xml @@ -476,6 +476,12 @@ limitations under the License. + + functional-tests + + spring-rewrite-commons-functional-tests + + delombok diff --git a/spring-rewrite-commons-functional-tests/pom.xml b/spring-rewrite-commons-functional-tests/pom.xml index a865484f3..ab9457031 100644 --- a/spring-rewrite-commons-functional-tests/pom.xml +++ b/spring-rewrite-commons-functional-tests/pom.xml @@ -3,9 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.rewrite + + org.springframework.rewrite + spring-rewrite-commons + 0.1.0-SNAPSHOT + ../pom.xml + + spring-rewrite-commons-functional-tests - 0.1.0-SNAPSHOT pom Functional tests for Spring Rewrite Commons diff --git a/spring-rewrite-commons-functional-tests/private-artifact-repository-tests/pom.xml b/spring-rewrite-commons-functional-tests/private-artifact-repository-tests/pom.xml index ea4ac9655..3680aa14f 100644 --- a/spring-rewrite-commons-functional-tests/private-artifact-repository-tests/pom.xml +++ b/spring-rewrite-commons-functional-tests/private-artifact-repository-tests/pom.xml @@ -74,7 +74,7 @@ org.springframework.rewrite spring-rewrite-commons-launcher - tests + test test-jar 0.1.0-SNAPSHOT test diff --git a/spring-rewrite-commons-launcher/pom.xml b/spring-rewrite-commons-launcher/pom.xml index 53f0421bc..e6c4f0479 100644 --- a/spring-rewrite-commons-launcher/pom.xml +++ b/spring-rewrite-commons-launcher/pom.xml @@ -21,39 +21,39 @@ https://spring.io - - - - + + 17 + 17 + UTF-8 - - - - - + + 3.1.3 + 8.5.1 + 5.3.2 + 2.3.1 - - - - - - - + + 3.9.1 + 1.9.13 + 3.5.3 + 1.8 + 3.2.0 + 2.1.0 - - - - - - - - - - + + 3.11.0 + 3.0.0-M7 + 3.4.1 + 2.16.2 + 3.3.0 + 0.0.39 + 4.1 + 1.18.20.0 + 3.6.1 - - - + + 1.18.28 +