Skip to content

Commit

Permalink
Merge pull request #6235 from bndtools/chrisrueger-fix-markdown-table
Browse files Browse the repository at this point in the history
Fix broken markdown table
  • Loading branch information
chrisrueger authored Aug 23, 2024
2 parents 9fefb4b + 35acd31 commit d1c8281
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions maven-plugins/bnd-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Note that `process-classes` uses content in the `classesDir` as input which coul
| `bnd` | Bnd instructions for this project specified directly in the pom file. This is generally be done using a `<![CDATA[ ]]>` section. If the projects has a `bndfile` configuration property or a file in the default location `bnd.bnd`, then this configuration element is ignored. |
| `manifestPath` | Specify the path to store the generated manifest file. _Defaults to `${project.build.outputDirectory}/META-INF/MANIFEST.MF`._ |
| `deleteExistingManifest` | Whether to delete an existing file at `manifestPath` before execution. _Defaults to `false`._
|
| `classesDir` | The directory where the `maven-compiler-plugin` places its output. _Defaults to `${project.build.outputDirectory}`._ |
| `includeClassesDir` | Include the entire contents of `classesDir` in the bundle. *Defaults to `true`*. |
| `outputDir` | The directory where this goal will store its output. _Defaults to `${project.build.outputDirectory}`._ |
Expand Down Expand Up @@ -454,7 +453,6 @@ The `bnd-process-tests` is not executed by default, therefore at least one expli
| `skipIfEmpty` | Skip processing if `includeClassesDir` is `true` and the `classesDir` is empty. _Defaults to `false`._ Override with property `bnd.skipIfEmpty`. |
| `manifestPath` | Specify the path to store the generated manifest file. _Defaults to `${project.build.testOutputDirectory}/META-INF/MANIFEST.MF`._ |
| `deleteExistingManifest` | Whether to delete an existing file at `manifestPath` before execution. _Defaults to `false`._
|
| `outputDir` | The directory where this goal will store its output. _Defaults to `${project.build.testOutputDirectory}`._ |
| `packagingTypes` | The list of maven packaging types for which the plugin will execute. *Defaults to `jar,war`*. Override with property `bnd.packagingTypes`. |
| `outputTimestamp` | Timestamp for [reproducible][1] output archive entries, either formatted as ISO 8601 `yyyy-MM-dd'T'HH:mm:ssXXX` or as an int representing seconds since the epoch. _Defaults to `${project.build.outputTimestamp}`_. |
Expand Down

0 comments on commit d1c8281

Please sign in to comment.