CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2022-06-05
by Rahul Sharma

Original Post

Original - Posted on 2022-06-05
by Rahul Sharma



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I solved this problem for me by adding **"pluginManagement"** tag after "build" tag in **both pom**.
<build> <pluginManagement> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> * --- your code or other configurations --- * </plugin> </plugins> </pluginManagement> </build>
I solved this problem for me by adding **"pluginManagement"** tag after "build" tag in **both pom**.
<build> <pluginManagement> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> * --- your code or other configurations --- * </plugin> </plugins> </pluginManagement> </build>

        
Present in both answers; Present only in the new answer; Present only in the old answer;