apache-common-configuration: Add TARGET_PACKAGE_PREFIX environment variable (#10875)

Add TARGET_PACKAGE_PREFIX environment variable for fuzz-introspector to
ignore analysing on dependency classes.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
This commit is contained in:
Arthur Chan 2023-08-23 09:47:45 +01:00 committed by GitHub
parent 50ec1ddf0d
commit 70a2998798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-
rm -f maven.zip
ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
ENV TARGET_PACKAGE_PREFIX org.apache.commons.configuration2.*
# Clone the commons-configuration library source code
RUN git clone --depth=1 "https://gitbox.apache.org/repos/asf/commons-configuration.git" commons-configuration