This is an automated email from the ASF dual-hosted git repository.

stbischof pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 73310c33a2e7bc236f198a72e0b39f99f5c932ad
Author: Paul <p...@blueconic.com>
AuthorDate: Mon Jun 3 19:42:24 2024 +0200

    Add noimportjava instruction
    
    +                <configuration>
    +                    <instructions>
    +                        <_noimportjava>true</_noimportjava>
    +                    </instructions>
    +                </configuration>
---
 tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml 
b/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml
index 3a15568ced..2eedf2350c 100644
--- a/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml
+++ b/tools/maven-bundle-plugin/src/it/no-test-scoped-imports/pom.xml
@@ -53,6 +53,11 @@ under the License.
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>@project.version@</version>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <_noimportjava>true</_noimportjava>
+                    </instructions>
+                </configuration>
             </plugin>
         </plugins>
     </build>

Reply via email to