forked from mulesoft/mule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
14 lines (14 loc) · 699 Bytes
/
build.yaml
File metadata and controls
14 lines (14 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
upstreamProjects:
Mule-runtime/metadata-model-api/master,
Mule-runtime/mule-api/master,
Mule-runtime/mule-extensions-api/master,
Mule-runtime/mule-artifact-ast/master,
Mule-runtime/mule-properties-api/master,
DataWeave/data-weave/master,
Mule-runtime/mule-maven-client/master
# Comment public setting to get oldMuleArtifact 4.2.1 from private repo till we move them to the public Repo
# Uncomment it after they are copied
# "mavenSettingsXmlId" : "mule-runtime-maven-settings-MuleSettings",
mavenAdditionalArgs: -Djava.net.preferIPv4Stack=true
mavenCompileGoal: clean install -U -DskipTests -DskipITs -Dinvoker.skip=true -Darchetype.test.skip -Dmaven.javadoc.skip
projectType: runtime