Skip to content

Commit 09d59e3

Browse files
committed
For #604. Check locally for uploaded dirs/files
1 parent 3b3ca85 commit 09d59e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build-as-ci-does.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ earthly --secret OWASP_NVD_API_KEY +build-with-maven
3535
echo
3636
echo "${pbold}RUN WITH MAVEN UNDER EARTHLY${preset}"
3737
earthly --secret OWASP_NVD_API_KEY +run-with-maven
38+
echo
39+
echo "${pbold}SIMULATE UPLOAD${preset}"
40+
ls -d target/apidocs/
41+
ls target/modern-java-practices-0-SNAPSHOT-javadoc.jar
42+
ls -d target/testapidocs/
43+
ls target/modern-java-practices-0-SNAPSHOT-test-javadoc.jar
44+
ls -d target/site/jacoco/
3845

3946
echo
4047
echo "${pbold}BUILD WITH MAVEN DIRECTLY${preset}"

0 commit comments

Comments
 (0)