You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,12 +100,14 @@ Next, create a `pom.xml` file with the plugin:
100
100
101
101
There is only one goal, `sbt`, and two configuration parameters available. `jvmParams` is an array of parameters for the JVM running SBT, and `sbtParams` are the parameters passed to SBT itself.
102
102
103
-
You can bind the `sbt` goal to any phases you like, although only one is recommended for performance. Here we bind to `package`.
103
+
You can bind the `sbt` goal to any phases you like, although only one is recommended for performance. Here we bind to Maven's `package` phase.
104
104
105
105
Finally, notice that we skip execution of the built-in Maven compile and install plugins, since we're doing everything here with SBT.
106
106
107
107
## Version Table
108
108
109
+
If there's a newer version of SBT available, please file a gihub issue and I'll cut a new release.
110
+
109
111
| Sbt-Delegate-Maven-Plugin version | SBT version |
0 commit comments