Skip to content
Snippets Groups Projects
Commit 09a6fa66 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Be closer to what is actually done during the release

parent 5093de3e
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ def builds = [
name: 'TestRelease',
goals: 'clean install',
profiles: 'hsqldb,jetty,legacy,integration-tests,standalone,flavor-integration-tests,distribution,docker',
properties: '-DskipTests -DperformRelease=true -Dgpg.skip=true -Dxwiki.checkstyle.skip=true -Ddoclint=all'
properties: '-DskipTests -DperformRelease=true -Dxwiki.checkstyle.skip=true -Dxwiki.revapi.skip=true -Dxwiki.enforcer.skip=true -Dxwiki.spoon.skip=true -Ddoclint=all'
)
},
'Quality' : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment