Переглянути джерело

Fix OOM in build

due to https://issues.apache.org/jira/browse/MSOURCES-94
Reverting upgrade to parent 35 and fixing skip of enforcer rules
 in quick-build.sh
tags/6.0-RC1
Simon Brandhof 8 роки тому
джерело
коміт
12c991a690
2 змінених файлів з 9 додано та 2 видалено
  1. 8
    1
      pom.xml
  2. 1
    1
      quick-build.sh

+ 8
- 1
pom.xml Переглянути файл

@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>35</version>
<version>34</version>
</parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
@@ -1088,6 +1088,13 @@
</developers>

<profiles>
<profile>
<id>dev</id>
<properties>
<skipSanityChecks>true</skipSanityChecks>
<enforcer.skip>true</enforcer.skip>
</properties>
</profile>
<profile>
<id>release</id>
<build>

+ 1
- 1
quick-build.sh Переглянути файл

@@ -41,4 +41,4 @@ $$$$"""$$$$$$$$$$uuu uu$$$$$$$$$"""$$$"
EOF

./stop.sh
mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -PskipSanityChecks,dev $*
mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -Pdev,skipSanityChecks $*

Завантаження…
Відмінити
Зберегти