Chesnay Schepler created FLINK-24984:
----------------------------------------
Summary: Rename MAVEN_OPTS variable in azure yaml
Key: FLINK-24984
URL: https://issues.apache.org/jira/browse/FLINK-24984
Project: Flink
Issue Type: Sub-task
Components: Build System / Azure Pipelines
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.15.0
The build-apache-repo.ymnl defines a MAVEN_OPTS variable, which are later
passed to Maven.
This is a bit misleading because MAVEN_OPTS already has semantics attached to
it by Maven itself, in that it passes the value of such an environment variable
to the JVM.
As such it can, and should, only be used to control JVM parameters (e.g.,
memory), and not Maven-specific stuff. In fact the JVM would fail if, for
example, it were to contain a profile activation.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)