Browse Source

Java/dropwizard fix (#2440)

Nate 8 years ago
parent
commit
27fffd8f20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/dropwizard/setup_postgresql.sh

+ 1 - 1
frameworks/Java/dropwizard/setup_postgresql.sh

@@ -4,6 +4,6 @@ fw_depends postgresql java maven
 
 
 sed -i 's|url: jdbc:postgresql://.*/hello_world|url: jdbc:postgresql://'"${DBHOST}"':5432/hello_world|g' hello-world-postgres.yml
 sed -i 's|url: jdbc:postgresql://.*/hello_world|url: jdbc:postgresql://'"${DBHOST}"':5432/hello_world|g' hello-world-postgres.yml
 
 
-mvn -P postgresql clean package
+mvn -P postgres clean package
 
 
 java -jar target/hello-world-0.0.1-SNAPSHOT.jar server hello-world-postgres.yml &
 java -jar target/hello-world-0.0.1-SNAPSHOT.jar server hello-world-postgres.yml &