Skip to content

Commit

Permalink
Drop unused warRunnerVersion setting
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Oct 18, 2024
1 parent a8206d1 commit b4b9799
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ Create a .war file with `package`:
| `warResources` | `Map[String,File]` | *src/main/webapp* | Static files (HTML, CSS, JS, images, etc.) to serve directly |
| `warClasses` | `Map[String,File]` | project classes | .class files to copy into the *WEB-INF/classes* directory |
| `warLib` | `Map[String,File]` | project libs | .jar files to copy into the *WEB-INF/lib* directory |
| `warRunnerVersion` | `String` | `"10.1.28.0-M1"` | The version of `com.earldouglas:webapp-components-runner` to run the webapp |
| `warPort` | `Int` | `8080` | The local container port to use when running with `warStart` |
| `warForkOptions` | [`ForkOptions`] | [`BufferedOutput`] | Options for the forked JVM used when running with `warStart` |

Expand Down Expand Up @@ -230,17 +229,6 @@ set its scope to `Provided`:
libraryDependencies += "foo" % "bar" % "1.0.0" % Provided
```

### `warRunnerVersion`

By default, [Webapp Components
Runner](https://github.com/earldouglas/webapp-components-runner) 10.1.x
is used to run the webapp in a forked JVM. To use a different version,
set `warRunnerVersion`:

```scala
warRunnerVersion := "9.0.93.0.0"
```

### `warPort`

By default, the container runs on port *8080*. To use a different port,
Expand Down

0 comments on commit b4b9799

Please sign in to comment.