Skip to content

Commit

Permalink
Add defaults to Maven parent poms
Browse files Browse the repository at this point in the history
Such that it produces meaningful visualizations directly from DevCenter
  • Loading branch information
timtebeek committed Apr 30, 2024
1 parent 09169b7 commit c16e1c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion moderne_visualizations_misc/specs/maven_parent_poms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ type: specs.moderne.io/v1beta/visualization
name: io.moderne.MavenParentPOMs
displayName: Maven parent POMs
description: This report shows the different Maven parent POMs that are used in the projects.
recipe: org.openrewrite.maven.search.ParentPomInsight
recipe:
org.openrewrite.maven.search.ParentPomInsight:
groupIdPattern: "*"
artifactIdPattern: "*"
version: x
dataTable: org.openrewrite.maven.table.ParentPomsInUse

0 comments on commit c16e1c6

Please sign in to comment.