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