Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga authored Nov 3, 2020
1 parent bff4160 commit 8b8d8c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<framework>static</framework>
<useReferenceUrls>true</useReferenceUrls>
<environment>static</environment>
<javase>1.8</javase>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,14 @@ It's also possible to generate a Karaf instance as a static distribution (kind o
|`String`
|An environment identifier that may be used to select different variant of PID configuration file, e.g., `org.ops4j.pax.url.mvn.cfg#docker`. Default value: null

|`framework`
|`String[]`
|The features providing the Karaf framework (optional)

|`javase`
|`String`
|The Java version to use for the verify

|`defaultStartLevel`
|`int`
|Default start level for bundles in features that don't specify it. Default value: 30
Expand Down

0 comments on commit 8b8d8c9

Please sign in to comment.