Issue-ID: DCAEGEN2-2329
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: Icddc5a7373688c54e42072a2c70974728be3a7d4
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</dependency>
</dependencies>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
# ============LICENSE_END============================================
#
-psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /home/datalake/init_db.sql
+psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /datalake/init_db.sql
# ============LICENSE_END============================================
#
-psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /home/datalake/init_db_data.sql
+psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /datalake/init_db_data.sql
# ============LICENSE_END============================================
#
-psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /home/datalake/init_db.sql
+psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /datalake/init_db.sql
# ============LICENSE_END============================================
#
-psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /home/datalake/init_db_data.sql
+psql -h $PG_HOST -U $PG_USER -d $PG_DB -f /datalake/init_db_data.sql