You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is pom.xml inside artifact required when I analyze a war/ear?
I have some artifacts built with Apache Ant (so without a pom inside) and cdxgen fail to analyze them:
root@5a1a49758fe7:/app# cdxgen --version
3.2.9
root@5a1a49758fe7:/app# cdxgen -t java myapplication.war
Cleaning up /tmp/war-deps-SjtRrX
Unable to produce BOM for myapplication.war
root@5a1a49758fe7:/app#
The text was updated successfully, but these errors were encountered:
Is pom.xml inside artifact required when I analyze a war/ear?
I have some artifacts built with Apache Ant (so without a pom inside) and cdxgen fail to analyze them:
The text was updated successfully, but these errors were encountered: