Repository: mina-sshd
Updated Branches:
  refs/heads/master cbcda01c3 -> d13c67944


Fix OSGi imports

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/d13c6794
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/d13c6794
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/d13c6794

Branch: refs/heads/master
Commit: d13c6794473e27ed2c98f3e749b1def458dd3b88
Parents: cbcda01
Author: Guillaume Nodet <gno...@apache.org>
Authored: Thu Nov 24 17:04:21 2016 +0100
Committer: Guillaume Nodet <gno...@apache.org>
Committed: Thu Nov 24 17:04:21 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/d13c6794/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 01017c2..a40586f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -730,6 +730,11 @@
                         <goals>
                             <goal>manifest</goal>
                         </goals>
+                        <configuration>
+                            <instructions>
+                                
<Export-Package>*;-noimport:=true</Export-Package>
+                            </instructions>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>

Reply via email to