Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twcable/gradle-plugin-bundlor
Gradle plugin for working with the Eclipse Bundlor tool
https://github.com/twcable/gradle-plugin-bundlor
Last synced: 2 months ago
JSON representation
Gradle plugin for working with the Eclipse Bundlor tool
- Host: GitHub
- URL: https://github.com/twcable/gradle-plugin-bundlor
- Owner: TWCable
- License: apache-2.0
- Created: 2015-10-23T21:19:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T22:12:30.000Z (about 9 years ago)
- Last Synced: 2023-02-27T02:41:08.160Z (almost 2 years ago)
- Language: Groovy
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Purpose #
This makes it easier to work for with
[the Eclipse Bundlor tool](https://www.eclipse.org/virgo/documentation/bundlor-documentation-1.1.2.RELEASE/docs/user-guide/htmlsingle/user-guide.html)
for Gradle and OSGi containers (including Adobe CQ/AEM).[ ![Download](https://api.bintray.com/packages/twcable/aem/gradle-plugin-bundlor/images/download.svg) ](https://bintray.com/twcable/aem/gradle-plugin-bundlor/_latestVersion)
# Usage #
`apply plugin: 'bundlor'`
Applying the plugin adds a method to the project called `osgiWrapJar`
## Methods ##
* `osgiWrapJar` - .
# Installation #
```
buildscript {
repositories {
jcenter()
maven {
url "http://dl.bintray.com/twcable/aem"
}
}dependencies {
classpath "com.twcable.gradle:cq-gradle-plugin-bundlor:"
}
}
```Built against **Gradle 2.8**
# API #
https://twcable.github.io/gradle-plugin-bundlor/docs/groovydoc/
# LICENSE
Copyright 2015 Time Warner Cable, Inc.
Licensed 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 athttp://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.