Skip to content

Commit 5c63b47

Browse files
author
Paco Avila
committed
Utility scripts improvements
1 parent 7eb056f commit 5c63b47

File tree

8 files changed

+8
-375
lines changed

8 files changed

+8
-375
lines changed

.mvn/wrapper/maven-wrapper.jar

-46.5 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
YELLOW='\e[1;33m'
33
RESET='\e[0m'
44

5-
./mvnw -Dmaven.test.skip=true clean gwt:compile install $*
5+
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
6+
mvn -Dmaven.test.skip=true clean gwt:compile install $*
67

7-
echo -e ${YELLOW} "Community version compiled" ${RESET}
8+
echo -e "${YELLOW}Community version compiled${RESET}"

javadoc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2-
./mvnw javadoc:javadoc -Dmaven.javadoc.failOnError=false
2+
3+
mvn javadoc:javadoc -Dmaven.javadoc.failOnError=false

make-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
git pull && ./build.sh -P full-build,jar-build,openkm-jar-build && ./publish.sh
3+
./build.sh -P full-build,jar-build,openkm-jar-build && ./publish.sh

mvnw

Lines changed: 0 additions & 225 deletions
This file was deleted.

mvnw.cmd

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)