Skip to content

Commit 70c4643

Browse files
committed
Also update poms in test_projects
1 parent 8a74e64 commit 70c4643

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

agent/bin/test_install

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@
22

33
set -e
44

5-
fixture_dir=$PWD/build/fixtures
6-
mkdir -p build/fixtures
7-
8-
source "test/helper.bash"
9-
export ANNOTATION_JAR="$(find_annotation_jar)"
10-
115
bin/test_projects
126
for d in build/fixtures/*; do
137
cd "$d"
148
./mvnw package -DskipTests -Dcheckstyle.skip=true -Dspring-javaformat.skip=true
159
cd -
1610
done
1711

18-
../gradlew :pomupdater:run -PmainClass=com.appland.appmap.util.PomUpdater \
19-
-PpomFile="$PWD/build/fixtures/spring-petclinic/pom.xml" \
20-
-PannotationJar="${ANNOTATION_JAR}"
21-
2212
../gradlew testClasses

agent/bin/test_projects

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
fixture_dir=$PWD/build/fixtures
44
mkdir -p build/fixtures
55

6+
source "test/helper.bash"
7+
export ANNOTATION_JAR="$(find_annotation_jar)"
8+
69
function is_old_java {
710
local version="$1"
811
[[ "$version" == 1.8* ]] || [[ "$version" == 11.* ]]
@@ -58,4 +61,8 @@ else
5861
install_petclinic "spring-petclinic/spring-framework-petclinic"
5962
fi
6063

64+
../gradlew :pomupdater:run -PmainClass=com.appland.appmap.util.PomUpdater \
65+
-PpomFile="$PWD/build/fixtures/spring-petclinic/pom.xml" \
66+
-PannotationJar="${ANNOTATION_JAR}"
67+
6168
install_scala_test_app

0 commit comments

Comments
 (0)