[BAEL-7635] - Commented out sortpom-maven-plugin that changes pom.xml in every build, added new entries in .gitignore

This commit is contained in:
amit2103 2018-07-21 19:41:03 +05:30
parent b69cf245b1
commit fadeda2fc9
2 changed files with 11 additions and 2 deletions

9
.gitignore vendored
View File

@ -48,3 +48,12 @@ dependency-reduced-pom.xml
*.so *.so
*.dylib *.dylib
*.dll *.dll
xml/src/test/resources/example_dom4j_new.xml
xml/src/test/resources/example_dom4j_updated.xml
xml/src/test/resources/example_jaxb_new.xml
core-java-io/hard_link.txt
core-java-io/target_link.txt
core-java/src/main/java/com/baeldung/manifest/MANIFEST.MF
ethereum/logs/
jmeter/src/main/resources/*-JMeter.csv

View File

@ -347,7 +347,7 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<plugin> <!-- <plugin>
<groupId>com.github.ekryd.sortpom</groupId> <groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId> <artifactId>sortpom-maven-plugin</artifactId>
<version>${sortpom-maven-plugin.version}</version> <version>${sortpom-maven-plugin.version}</version>
@ -367,7 +367,7 @@
<keepBlankLines>true</keepBlankLines> <keepBlankLines>true</keepBlankLines>
<expandEmptyElements>false</expandEmptyElements> <expandEmptyElements>false</expandEmptyElements>
</configuration> </configuration>
</plugin> </plugin> -->
<plugin> <plugin>
<groupId>com.spotify</groupId> <groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId> <artifactId>docker-maven-plugin</artifactId>