[BAEL-18783] - Fix formatting of POMs
This commit is contained in:
@@ -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>-->
|
||||
<!--<!–<arg>-Ybackend:GenBCode</arg> –>-->
|
||||
<!--<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>-->
|
||||
<!--<!–<arg>-Ybackend:GenBCode</arg> –>-->
|
||||
<!--<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>
|
||||
|
||||
Reference in New Issue
Block a user