Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 1 | ------ |
| 2 | Introduction |
| 3 | ------ |
| 4 | Stuart McCulloch |
| 5 | ------ |
| 6 | 2011-06-28 |
| 7 | ------ |
| 8 | |
| 9 | ~~ Licensed to the Apache Software Foundation (ASF) under one |
| 10 | ~~ or more contributor license agreements. See the NOTICE file |
| 11 | ~~ distributed with this work for additional information |
| 12 | ~~ regarding copyright ownership. The ASF licenses this file |
| 13 | ~~ to you under the Apache License, Version 2.0 (the |
| 14 | ~~ "License"); you may not use this file except in compliance |
| 15 | ~~ with the License. You may obtain a copy of the License at |
| 16 | ~~ |
| 17 | ~~ http://www.apache.org/licenses/LICENSE-2.0 |
| 18 | ~~ |
| 19 | ~~ Unless required by applicable law or agreed to in writing, |
| 20 | ~~ software distributed under the License is distributed on an |
| 21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 22 | ~~ KIND, either express or implied. See the License for the |
| 23 | ~~ specific language governing permissions and limitations |
| 24 | ~~ under the License. |
| 25 | |
| 26 | ~~ NOTE: For help with the syntax of this file, see: |
| 27 | ~~ http://maven.apache.org/doxia/references/apt-format.html |
| 28 | |
| 29 | Maven Bundle Plugin |
| 30 | |
| 31 | Plugin introduction, description, and other relevant information. |
| 32 | |
| 33 | * Goals Overview |
| 34 | |
| 35 | General Information about the goals. |
| 36 | |
| 37 | * {{{goal.html}prefix:goal}} short description for this plugin goal. |
| 38 | |
| 39 | * Usage |
| 40 | |
| 41 | General instructions on how to use the Maven Bundle Plugin can be found on the {{{usage.html}usage page}}. Some more |
| 42 | specific use cases are described in the examples given below. Last but not least, users occasionally contribute |
| 43 | additional examples, tips or errata to the |
| 44 | {{{https://cwiki.apache.org/confluence/x/aX}plugin's wiki page}}. |
| 45 | |
| 46 | In case you still have questions regarding the plugin's usage, please have a look at the {{{faq.html}FAQ}} and feel |
| 47 | free to contact the {{{mail-lists.html}user mailing list}}. The posts to the mailing list are archived and could |
| 48 | already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching |
| 49 | the {{{mail-lists.html}mail archive}}. |
| 50 | |
| 51 | If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our |
| 52 | {{{issue-tracking.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your |
| 53 | concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, |
| 54 | entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. |
| 55 | Of course, patches are welcome, too. Contributors can check out the project from our |
| 56 | {{{source-repository.html}source repository}} and will find supplementary information in the |
| 57 | {{{http://felix.apache.org/site/development.html}Apache Felix developers guide}}. |
| 58 | |
| 59 | * Examples |
| 60 | |
| 61 | To provide you with better understanding on some usages of the Maven Bundle Plugin, |
| 62 | you can take a look into the following examples: |
| 63 | |
| 64 | * {{{examples/short-description.html}Example Description}} |
| 65 | |