File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,5 +105,7 @@ function mvn_site_run(){
105105
106106# TODO: #43
107107function mvn_travis(){
108- $MVN_CMD clean install jbake:generate site site:deploy -Ptravis -Dtest=AlphaTopLevelSuiteIT -B -V
108+ $MVN_CMD clean
109+ $MVN_CMD install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
110+ # $MVN_CMD clean install jbake:generate site site:deploy -Ptravis -Dtest=AlphaTopLevelSuiteIT -B -V
109111}
Original file line number Diff line number Diff line change 100100 <maven-pmd-plugin .version>3.10.0</maven-pmd-plugin .version>
101101 <maven-changes-plugin .version>2.12.1</maven-changes-plugin .version>
102102 <cobertura-maven-plugin .version>2.7</cobertura-maven-plugin .version>
103- <artifactory-maven-plugin .version>2.6 .1</artifactory-maven-plugin .version>
103+ <artifactory-maven-plugin .version>2.2 .1</artifactory-maven-plugin .version>
104104 <taglist-maven-plugin .version>2.4</taglist-maven-plugin .version>
105105 <maven .changelog.plugin.version>2.3</maven .changelog.plugin.version>
106106 <maven-site-plugin .version>3.7.1</maven-site-plugin .version>
You can’t perform that action at this time.
0 commit comments