mirror of https://github.com/google/oss-fuzz.git
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:
parent
50ec1ddf0d
commit
70a2998798
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue