We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pom
it
1 parent 805592d commit 4e54a7eCopy full SHA for 4e54a7e
pkg/fanal/analyzer/language/java/pom/pom.go
@@ -32,7 +32,7 @@ func (a pomAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*
32
}
33
34
// Mark integration test pom files for `maven-invoker-plugin` as Dev to skip them by default.
35
- if isIntegrationTestDir(filePath) {
+ if isIntegrationTestDir(filePath) && res != nil {
36
for i := range res.Applications {
37
for j := range res.Applications[i].Packages {
38
res.Applications[i].Packages[j].Dev = true
0 commit comments