Skip to content

Commit

Permalink
Fixes #258 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel authored Oct 6, 2022
1 parent d00c33a commit cd3050f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ private String decorateTechnology(MavenProject project) {

private Set<String> doDecorateTechnology(MavenProject project) {
Set<String> technologies = new LinkedHashSet<String>();
technologies.add("maven");
switch (project.getPackaging()) {
case "ear":
technologies.add("Java");
Expand Down

0 comments on commit cd3050f

Please sign in to comment.