tree: 0aa9d40607614f10a43aeced3c56e218393622ec [path history] [tgz]
  1. entities/
  2. more-entities-v1/
  3. more-entities-v2/
  4. more-entities-v2-evil-twin/
  5. README.md
core/src/test/dependencies/osgi/README.md

This directory contains source code for OSGi bundle files used for testing.

Binaries are included under src/test/resources. They are copied there when these projects are built, and the binaries are included in source control to speed up build times (as these projects do not change much). These projects are NOT built as part of the normal brooklyn build.

To rebuild all:

for x in *entities* ; do pushd $x ; mvn clean install ; popd ; done

See OsgiTestResources.java for information on the bundles.


Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.