Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 6dde779

Browse files
committed
gh-330 Fix Windows Maven Build
1 parent 13f72ec commit 6dde779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>com.github.eirslett</groupId>
9191
<artifactId>frontend-maven-plugin</artifactId>
92-
<version>1.4</version>
92+
<version>1.5</version>
9393
<configuration>
9494
<workingDirectory>ui</workingDirectory>
9595
</configuration>

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "ng lint",
1111
"e2e": "ng e2e",
1212
"install": "napa pivotal-cf/pivotal-ui:pivotal-ui-git-clone",
13-
"doc": "./node_modules/.bin/compodoc -p tsconfig.json -n 'Spring Cloud Data Flow Dashboard Documentation'",
13+
"doc": "./node_modules/.bin/compodoc -p tsconfig.json -n \"Spring Cloud Data Flow Dashboard Documentation\"",
1414
"mavenbuild": "node ./node_modules/@angular/cli/bin/ng test --code-coverage true --watch false --browsers PhantomJS && node ./node_modules/@angular/cli/bin/ng build --prod --output-path ./../src/main/resources/public/dashboard --base-href /dashboard/"
1515
},
1616
"private": true,

0 commit comments

Comments
 (0)