[ 
https://issues.apache.org/jira/browse/HDDS-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Doroszlai updated HDDS-11882:
------------------------------------
    Description: 
{quote}
* {{makeBom}}: creates a BOM for each Maven module with its dependencies,
* {{makeAggregateBom}}: creates an aggregate BOM at build root (with 
dependencies from the whole multi-modules build), and eventually a BOM for each 
module,
{quote}

Creating aggregate BOM for the root module, which is built first, tries to 
resolve information about submodules from remote repository.  But Ozone does 
not publish snapshot builds, so these requests are unnecessary.

  was:
{quote}
* {{makeBom}}: creates a BOM for each Maven module with its dependencies,
* {{makeAggregateBom}}: creates an aggregate BOM at build root (with 
dependencies from the whole multi-modules build), and eventually a BOM for each 
module,
{quote}

Creating aggregate BOM for the root module, which is built first, tries to 
resolve information about submodules from remote repository.  But Ozone does 
not publish snapshot builds, so these requests are unnecessary.

Aggregate BOM should be create after all modules are packaged and available in 
local repo.


> Make aggregate BOM separately
> -----------------------------
>
>                 Key: HDDS-11882
>                 URL: https://issues.apache.org/jira/browse/HDDS-11882
>             Project: Apache Ozone
>          Issue Type: Task
>          Components: build
>    Affects Versions: 2.0.0
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>
> {quote}
> * {{makeBom}}: creates a BOM for each Maven module with its dependencies,
> * {{makeAggregateBom}}: creates an aggregate BOM at build root (with 
> dependencies from the whole multi-modules build), and eventually a BOM for 
> each module,
> {quote}
> Creating aggregate BOM for the root module, which is built first, tries to 
> resolve information about submodules from remote repository.  But Ozone does 
> not publish snapshot builds, so these requests are unnecessary.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to