Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Removed the pluginManagement tag.
  • Loading branch information
nhkhai committed May 1, 2024
1 parent 2a97e00 commit d69dfe4
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@
</dependency> -->
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>sg.com.smartinventory.SmartInventoryApplication</mainClass>
<layout>JAR</layout>
</configuration>
<!-- <configuration>
<!-- <pluginManagement> -->
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>sg.com.smartinventory.SmartInventoryApplication</mainClass>
<layout>JAR</layout>
</configuration>
<!-- <configuration>
<image>
<builder>paketobuildpacks/builder-jammy-base:latest</builder>
</image>
Expand All @@ -112,28 +112,28 @@
</exclude>
</excludes>
</configuration> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin> -->
</plugins>
</pluginManagement>
</plugins>
<!-- </pluginManagement> -->
</build>
</project>

0 comments on commit d69dfe4

Please sign in to comment.