Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 356 Bytes

File metadata and controls

14 lines (12 loc) · 356 Bytes

Hint 5

Attach it to the package phase of Maven

                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>makeAggregateBom</goal>
                        </goals>
                    </execution>
                </executions>