[BAEL-18783] - Fix formatting of POMs

This commit is contained in:
catalin-burcea
2019-12-05 16:56:52 +02:00
parent 8121161b36
commit 153a3923f0
780 changed files with 6334 additions and 6103 deletions
+43 -43
View File
@@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>load-testing-comparison</artifactId>
<name>load-testing-comparison</name>
<name>load-testing-comparison</name>
<parent>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
@@ -65,13 +65,13 @@
<build>
<!--<testSourceDirectory>src/test/scala</testSourceDirectory>-->
<!--<pluginManagement>-->
<!--<plugins>-->
<!--<plugin>-->
<!--<groupId>net.alchim31.maven</groupId>-->
<!--<artifactId>scala-maven-plugin</artifactId>-->
<!--<version>${scala-maven-plugin.version}</version>-->
<!--</plugin>-->
<!--</plugins>-->
<!--<plugins>-->
<!--<plugin>-->
<!--<groupId>net.alchim31.maven</groupId>-->
<!--<artifactId>scala-maven-plugin</artifactId>-->
<!--<version>${scala-maven-plugin.version}</version>-->
<!--</plugin>-->
<!--</plugins>-->
<!--</pluginManagement>-->
<plugins>
<plugin>
@@ -80,40 +80,40 @@
<version>2.0.5.RELEASE</version>
</plugin>
<!--<plugin>-->
<!--<groupId>net.alchim31.maven</groupId>-->
<!--<artifactId>scala-maven-plugin</artifactId>-->
<!--<executions>-->
<!--<execution>-->
<!--<goals>-->
<!--<goal>testCompile</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<args>-->
<!--&lt;!&ndash;<arg>-Ybackend:GenBCode</arg> &ndash;&gt;-->
<!--<arg>-Ydelambdafy:method</arg>-->
<!--<arg>-target:jvm-1.8</arg>-->
<!--<arg>-deprecation</arg>-->
<!--<arg>-feature</arg>-->
<!--<arg>-unchecked</arg>-->
<!--<arg>-language:implicitConversions</arg>-->
<!--<arg>-language:postfixOps</arg>-->
<!--</args>-->
<!--</configuration>-->
<!--</execution>-->
<!--</executions>-->
<!--<groupId>net.alchim31.maven</groupId>-->
<!--<artifactId>scala-maven-plugin</artifactId>-->
<!--<executions>-->
<!--<execution>-->
<!--<goals>-->
<!--<goal>testCompile</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<args>-->
<!--&lt;!&ndash;<arg>-Ybackend:GenBCode</arg> &ndash;&gt;-->
<!--<arg>-Ydelambdafy:method</arg>-->
<!--<arg>-target:jvm-1.8</arg>-->
<!--<arg>-deprecation</arg>-->
<!--<arg>-feature</arg>-->
<!--<arg>-unchecked</arg>-->
<!--<arg>-language:implicitConversions</arg>-->
<!--<arg>-language:postfixOps</arg>-->
<!--</args>-->
<!--</configuration>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<!--<plugin>-->
<!--<groupId>io.gatling</groupId>-->
<!--<artifactId>gatling-maven-plugin</artifactId>-->
<!--<version>${gatling-maven-plugin.version}</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<phase>test</phase>-->
<!--<goals>-->
<!--<goal>execute</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--<groupId>io.gatling</groupId>-->
<!--<artifactId>gatling-maven-plugin</artifactId>-->
<!--<version>${gatling-maven-plugin.version}</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<phase>test</phase>-->
<!--<goals>-->
<!--<goal>execute</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>
</build>
@@ -128,5 +128,5 @@
<gatling-maven-plugin.version>2.2.1</gatling-maven-plugin.version> <!--2.2.1 --> <!--2.2.4 -->
<jmeter.version>5.0</jmeter.version>
</properties>
</project>