This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 49a212c SLING-7392 Pick up manifest generated by bnd Maven Plugin
49a212c is described below
commit 49a212c2b15f56f752743958824307d05ca6a4e9
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Jan 17 15:28:28 2018 +0100
SLING-7392 Pick up manifest generated by bnd Maven Plugin
enable profile when bnd file exists
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9e6c8b7..57a9287 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,7 +508,7 @@
<id>bundle</id>
<activation>
<file>
- <exists>target/classes/META-INF/MANIFEST.MF</exists>
+ <exists>bnd.bnd</exists>
</file>
</activation>
<build>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].