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 <[email protected]> Authored: Fri Mar 11 22:47:22 2016 +0100 Committer: Christian Schneider <[email protected]> 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>
