Browse Source

Fixing to use maven

Daniel 9 years ago
parent
commit
d10f37485e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/officefloor/setup.sh

+ 1 - 1
frameworks/Java/officefloor/setup.sh

@@ -4,7 +4,7 @@
 set -e
 
 # Setup java and maven
-fw_depends java mvn
+fw_depends java maven
 
 # Setup configuration file (normally properties files contains environment specific information but create copy to avoid SCM issues)
 echo "Creating configuration for OfficeFloor environment ..."