add bnd-run execution to rest management itest module for convenience

Signed-off-by: Raymond Auge <rotty3000@apache.org>
diff --git a/integrations/rest-management/rest-management-itest/pom.xml b/integrations/rest-management/rest-management-itest/pom.xml
index 977ea08..6662b19 100644
--- a/integrations/rest-management/rest-management-itest/pom.xml
+++ b/integrations/rest-management/rest-management-itest/pom.xml
@@ -117,6 +117,18 @@
                     </bndruns>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-run-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>rest-management</id>
+                    </execution>
+                </executions>
+                <configuration>
+                    <bndrun>rest-management.bndrun</bndrun>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/integrations/rest-management/rest-management-itest/rest-management.bndrun b/integrations/rest-management/rest-management-itest/rest-management.bndrun
new file mode 100644
index 0000000..a967ed0
--- /dev/null
+++ b/integrations/rest-management/rest-management-itest/rest-management.bndrun
@@ -0,0 +1,21 @@
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements.  See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership.  The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#    KIND, either express or implied.  See the License for the
+#    specific language governing permissions and limitations
+#    under the License.
+
+-include: itest.bndrun
+
+-runproperties.run: \
+    org.osgi.service.http.port=9999