Lines Matching +full:apache +full:- +full:maven +full:- +full:3
3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder-jvm
19 RUN curl -L https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o…
20 unzip maven.zip -d $SRC/maven && \
21 rm -rf maven.zip
23 ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
25 RUN git clone --depth 1 https://github.com/google/fuzzing && \
27 rm -rf fuzzing
29 RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \
30 zip -j $SRC/XmlFuzzer_seed_corpus.zip go-fuzz-corpus/xml/corpus/* && \
31 rm -rf go-fuzz-corpus
35 RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-dataformat-xml
39 WORKDIR $SRC/jackson-dataformat-xml