BAEL-20759 CLONE - Week 2 | POM Properties Cleanup

- Cleaning properties of project starting with name n,o and p
This commit is contained in:
Dhawal Kapil
2020-01-25 21:53:36 +05:30
parent e8e0af1b87
commit b9266ff5d1
16 changed files with 5 additions and 111 deletions

View File

@@ -10,7 +10,6 @@
<groupId>com.baeldung</groupId>
<artifactId>patterns</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
@@ -27,15 +26,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>