JAVA-21189: changes made for formatting modules starting from S (#14106)
This commit is contained in:
parent
bb28902afd
commit
74686f60a0
@ -45,7 +45,7 @@
|
||||
<argument>-Xmx300m</argument>
|
||||
<argument>-XX:+UseParallelGC</argument>
|
||||
<argument>-classpath</argument>
|
||||
<classpath />
|
||||
<classpath/>
|
||||
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
|
@ -70,7 +70,8 @@
|
||||
<appName>spring-boot-ci-cd</appName>
|
||||
<processTypes>
|
||||
<web>java $JAVA_OPTS -jar -Dserver.port=$PORT
|
||||
target/${project.build.finalName}.jar</web>
|
||||
target/${project.build.finalName}.jar
|
||||
</web>
|
||||
</processTypes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -76,14 +76,14 @@
|
||||
<tasks>
|
||||
<exec executable="cmd" osfamily="windows"
|
||||
dir="${project.basedir}/src/main/angular/ui">
|
||||
<arg value="/c" />
|
||||
<arg value="ng" />
|
||||
<arg value="build" />
|
||||
<arg value="/c"/>
|
||||
<arg value="ng"/>
|
||||
<arg value="build"/>
|
||||
</exec>
|
||||
<exec executable="/bin/sh" osfamily="mac"
|
||||
dir="${project.basedir}/src/main/angular/ui">
|
||||
<arg value="-c" />
|
||||
<arg value="ng build" />
|
||||
<arg value="-c"/>
|
||||
<arg value="ng build"/>
|
||||
</exec>
|
||||
</tasks>
|
||||
</configuration>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<groupId>io.spring.platform</groupId>
|
||||
<artifactId>platform-bom</artifactId>
|
||||
<version>Athens-RELEASE</version>
|
||||
<relativePath />
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
|
@ -83,7 +83,8 @@
|
||||
</extensions>
|
||||
</synchronization>
|
||||
<args>-Xmx2048m -XX:PermSize=256m -Dtomee.serialization.class.blacklist=-
|
||||
-Dtomee.serialization.class.whitelist=*</args>
|
||||
-Dtomee.serialization.class.whitelist=*
|
||||
</args>
|
||||
<removeDefaultWebapps>true</removeDefaultWebapps>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user