-
Notifications
You must be signed in to change notification settings - Fork 0
Build_with_Maven
- JVM >1.5
- ANT >1.6.5
- MAVEN >2.10
You can checkout the latest source from:
https://dev.innoq.com/svn/bundle-bee/trunk
You need to register with
username: bundle-bee password: bundlebeeThere is also a tags URL:
https://dev.innoq.com/svn/bundle-bee/tags
To install missing jars into the local maven repository, use:
ant -f installDependenciesLocally.xml
To build BundleBee with Maven, simply download Maven, install it.
We are currently on the road to glorious version 0.5.2 with some major changes. So there will be no public access to the trunk repository at the moment.
feel free to grab your version from here: http://bundle-bee.org/projects/list_files/bundle-bee
cd bundle-bee/trunk/BundleBee
mvn clean install
The resulting bundles will be deployed to your local Maven repository. At the same time your local OBR repository file (typically ~/.m2/repository/repository.xml
) will be updated with URLs pointing to your local Maven repository.
This functionality is provided by the maven-bundle-plugin.
There are some profiles to filter the Build-Results:
- examples
Build all BundleBee Examples (Sub-Projects in /Examples) - release
This Profile will Build an assembly, stored in Assembly/target in two flavors: a zip and a tar.gz archive.