Browse Source

Improve quick-build.sh

- upgrade to parent 35 to allow to skip license header check
- do not enabled enforcer on size of zip file
tags/6.0-RC1
Simon Brandhof 8 years ago
parent
commit
b749e03a47
2 changed files with 2 additions and 8 deletions
  1. 1
    7
      pom.xml
  2. 1
    1
      quick-build.sh

+ 1
- 7
pom.xml View File

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

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

+ 1
- 1
quick-build.sh View File

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

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

Loading…
Cancel
Save