Attila Doroszlai created HDDS-11729:
---------------------------------------
Summary: Build fails with -DskipRecon
Key: HDDS-11729
URL: https://issues.apache.org/jira/browse/HDDS-11729
Project: Apache Ozone
Issue Type: Bug
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
{{mvn -DskipRecon}} removes Recon from the build:
{code:title=https://github.com/apache/ozone/blob/dd22dbef8958311c2ec5e99822269405d59f8eba/hadoop-ozone/pom.xml#L399-L410}
<profile>
<id>build-with-recon</id>
<activation>
<property>
<name>!skipRecon</name>
</property>
</activation>
<modules>
<module>recon</module>
<module>recon-codegen</module>
</modules>
</profile>
{code}
But it fails due to unconditional dependencies in {{ozone-tools}} and
{{ozone-integration-test}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]