This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git
commit 1015e79efa48d36a503bb73adeca91902e4a0436 Author: Raymond Auge <[email protected]> AuthorDate: Sat Dec 11 14:35:39 2021 -0500 add execution for whiteboard-only run Signed-off-by: Raymond Auge <[email protected]> --- jax-rs.example/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml index f37ce34..faf4dbb 100644 --- a/jax-rs.example/pom.xml +++ b/jax-rs.example/pom.xml @@ -75,6 +75,12 @@ <bndrun>aries-jaxrs-whiteboard-example.bndrun</bndrun> </configuration> </execution> + <execution> + <id>whiteboard-only</id> + <configuration> + <bndrun>aries-jaxrs-whiteboard-only.bndrun</bndrun> + </configuration> + </execution> </executions> </plugin> </plugins>
