Skip to content

Commit 3257120

Browse files
author
Tim Levett
committed
Merge pull request uPortal-Attic#90 from apetro/build-maven-headless
Set -Djava.awt.headless=true on mvn invocations
2 parents b89871c + d619d1f commit 3257120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

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

3-
mvn package
3+
mvn -Djava.awt.headless=true package
44
pushd angularjs-portal-frame
5-
mvn tomcat7:redeploy
5+
mvn -Djava.awt.headless=true tomcat7:redeploy
66
popd
77
pushd angularjs-portal-home
8-
mvn tomcat7:redeploy
8+
mvn -Djava.awt.headless=true tomcat7:redeploy
99
popd

0 commit comments

Comments
 (0)