Explorar o código

Java/dropwizard fix (#2440)

Nate %!s(int64=9) %!d(string=hai) anos
pai
achega
27fffd8f20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 
-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 &