mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-04 14:15:36 +00:00
Refactoring: change configuration
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -7,7 +7,6 @@
|
||||
<name>UI service project</name>
|
||||
<description>A demo project with Spring Boot, React and Webpack</description>
|
||||
<packaging>${packaging.type}</packaging>
|
||||
<url>http://www.open-groupe.com</url>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:TOFILL</developerConnection>
|
||||
@@ -23,8 +22,8 @@
|
||||
<java.version>1.8</java.version>
|
||||
<packaging.type>war</packaging.type>
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
<project.scm.id>jazzhub</project.scm.id>
|
||||
<docker.image.prefix>opensaas</docker.image.prefix>
|
||||
<project.scm.id>github</project.scm.id>
|
||||
<docker.image.prefix>cloudfoundry</docker.image.prefix>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -113,9 +112,9 @@
|
||||
<artifactId>cf-maven-plugin</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<!-- <configuration>
|
||||
<server>bluemix</server>
|
||||
<target>https://api.eu-gb.bluemix.net </target>
|
||||
<org>open-groupe.com</org>
|
||||
<server>cloudfoundry</server>
|
||||
<target>TOFILL</target>
|
||||
<org>TOFILL</org>
|
||||
<space>dev</space>
|
||||
<appname>TOFILL</appname>
|
||||
<url>TOFILL</url>
|
||||
|
||||
Reference in New Issue
Block a user