You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/12/11 19:49:45 UTC

[aries-jax-rs-whiteboard] 02/04: add execution for whiteboard-only run

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 <ro...@apache.org>
AuthorDate: Sat Dec 11 14:35:39 2021 -0500

    add execution for whiteboard-only run
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 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>