You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/03/11 22:47:47 UTC

aries-rsa git commit: Avoid OBR generation for local maven repo

Repository: aries-rsa
Updated Branches:
  refs/heads/master 15f4e7763 -> 4eebdd6e5


Avoid OBR generation for local maven repo


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/4eebdd6e
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/4eebdd6e
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/4eebdd6e

Branch: refs/heads/master
Commit: 4eebdd6e5cc0896451bcbeaa034f7d71837c5084
Parents: 15f4e77
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Mar 11 22:47:22 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Mar 11 22:47:22 2016 +0100

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/4eebdd6e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c30aa10..ffcbf79 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -167,6 +167,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>
+                    <obrRepository>NONE</obrRepository>
                     <instructions>
                         <Export-Package>!*</Export-Package>
                         <_include>-bnd.bnd</_include>