79294186

Date: 2024-12-19 12:03:07
Score: 2
Natty:
Report link

I added this plugin in my parent pom.xml:

<build>
    <plugins>

        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
            <configuration>
                <classifier>exec</classifier>
            </configuration>
        </plugin>

    </plugins>
</build>

after build, all of things is correct

Reasons:
  • Blacklisted phrase (1): this plugin
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Albert