mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-04 22:25:34 +00:00
Feature: add CF plugin + Fix: remove static resources from .gitignore
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -311,6 +311,24 @@
|
||||
<customRunnerTemplate>${project.basedir}/src/test/resources/jasmine/ReactJsSpecRunner.htmltemplate</customRunnerTemplate>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Deployment -->
|
||||
<plugin>
|
||||
<groupId>org.cloudfoundry</groupId>
|
||||
<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>
|
||||
<space>dev</space>
|
||||
<appname>TOFILL</appname>
|
||||
<url>TOFILL</url>
|
||||
<buildpack>https://github.com/cloudfoundry/java-buildpack.git</buildpack>
|
||||
<memory>512</memory>
|
||||
<diskQuota>1024</diskQuota>
|
||||
<instances>1</instances>
|
||||
</configuration> -->
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<pluginManagement>
|
||||
|
||||
Reference in New Issue
Block a user