You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2019/08/14 00:41:00 UTC

[sling-whiteboard] branch feature/sling-feature-converter-maven-plugin updated (4e13c4a -> d93e52c)

This is an automated email from the ASF dual-hosted git repository.

andysch pushed a change to branch feature/sling-feature-converter-maven-plugin
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 4e13c4a  Merge remote-tracking branch 'origin/master' into feature/sling-feature-converter-maven-plugin
     add d93e52c  Rename the project and added docu

No new revisions were added by this update.

Summary of changes:
 .../src/site/markdown/index.md                     |   6 -
 .../CODE_OF_CONDUCT.md                             |   0
 .../CONTRIBUTING.md                                |   0
 .../Jenkinsfile                                    |   0
 .../LICENSE                                        |   0
 .../README.md                                      |   0
 .../pom.xml                                        |  42 +++-
 .../core/pom.xml                                   |   0
 .../test/cqconverter/SampleRequestModel.java       |   0
 .../cpconverter/test/servlet/ByPathServlet.java    |   0
 .../test/servlet/ByResourceTypeServlet.java        |   0
 .../test/servlet/ByPathServletTest.java            |   0
 .../invoker.properties                             |   0
 .../pom.xml                                        |   0
 .../ui.apps/pom.xml                                |   0
 .../src/main/content/META-INF/vault/filter.xml     |   0
 .../src/main/content/META-INF/vault/settings.xml   |   0
 .../content/jcr_root/apps/cqconverter/.content.xml |   0
 .../jcr_root/apps/cqconverter/home/.content.xml    |   0
 .../jcr_root/apps/cqconverter/home/body.html       |   0
 .../jcr_root/apps/cqconverter/home/head.html       |   0
 .../jcr_root/apps/cqconverter/install/.content.xml |   0
 .../jcr_root/apps/cqconverter/page/.content.xml    |   0
 .../jcr_root/apps/cqconverter/page/body.html       |   0
 .../jcr_root/apps/cqconverter/page/footer.html     |   0
 .../jcr_root/apps/cqconverter/page/head.html       |   0
 .../jcr_root/apps/cqconverter/page/page.html       |   0
 .../jcr_root/content/cpconverter/.content.xml      |   0
 .../jcr_root/content/cpconverter/home/.content.xml |   0
 .../content/cpconverter/home/welcome/.content.xml  |   0
 .../verify.bsh                                     |   0
 .../core/pom.xml                                   |   0
 .../test/cqconverter/SampleRequestModel.java       |   0
 .../cpconverter/test/servlet/ByPathServlet.java    |   0
 .../test/servlet/ByResourceTypeServlet.java        |   0
 .../test/servlet/ByPathServletTest.java            |   0
 .../fm.launcher/pom.xml                            |   0
 .../invoker.properties                             |   0
 .../package-with-single-bundle-target-mode/pom.xml |   0
 .../ui.apps/pom.xml                                |   0
 .../src/main/content/META-INF/vault/filter.xml     |   0
 .../src/main/content/META-INF/vault/settings.xml   |   0
 .../content/jcr_root/apps/cqconverter/.content.xml |   0
 .../jcr_root/apps/cqconverter/home/.content.xml    |   0
 .../jcr_root/apps/cqconverter/home/body.html       |   0
 .../jcr_root/apps/cqconverter/home/head.html       |   0
 .../jcr_root/apps/cqconverter/install/.content.xml |   0
 .../jcr_root/apps/cqconverter/page/.content.xml    |   0
 .../jcr_root/apps/cqconverter/page/body.html       |   0
 .../jcr_root/apps/cqconverter/page/footer.html     |   0
 .../jcr_root/apps/cqconverter/page/head.html       |   0
 .../jcr_root/apps/cqconverter/page/page.html       |   0
 .../jcr_root/content/cpconverter/.content.xml      |   0
 .../jcr_root/content/cpconverter/home/.content.xml |   0
 .../content/cpconverter/home/welcome/.content.xml  |   0
 .../verify.bsh                                     |   2 +-
 .../core/pom.xml                                   |   0
 .../test/cqconverter/SampleRequestModel.java       |   0
 .../cpconverter/test/servlet/ByPathServlet.java    |   0
 .../test/servlet/ByResourceTypeServlet.java        |   0
 .../test/servlet/ByPathServletTest.java            |   0
 .../invoker.properties                             |   0
 .../pom.xml                                        |   0
 .../ui.apps/pom.xml                                |   0
 .../src/main/content/META-INF/vault/filter.xml     |   0
 .../src/main/content/META-INF/vault/settings.xml   |   0
 .../content/jcr_root/apps/cqconverter/.content.xml |   0
 .../jcr_root/apps/cqconverter/home/.content.xml    |   0
 .../jcr_root/apps/cqconverter/home/body.html       |   0
 .../jcr_root/apps/cqconverter/home/head.html       |   0
 .../jcr_root/apps/cqconverter/install/.content.xml |   0
 .../jcr_root/apps/cqconverter/page/.content.xml    |   0
 .../jcr_root/apps/cqconverter/page/body.html       |   0
 .../jcr_root/apps/cqconverter/page/footer.html     |   0
 .../jcr_root/apps/cqconverter/page/head.html       |   0
 .../jcr_root/apps/cqconverter/page/page.html       |   0
 .../jcr_root/content/cpconverter/.content.xml      |   0
 .../jcr_root/content/cpconverter/home/.content.xml |   0
 .../content/cpconverter/home/welcome/.content.xml  |   0
 .../verify.bsh                                     |   2 +-
 .../cpconverter/maven/mojos/AbstractBaseMojo.java  |  45 ++++
 .../cpconverter/maven/mojos/ContentPackage.java    |   0
 .../cpconverter/maven/mojos/ConvertCPMojo.java     | 138 ++++++++---
 .../cpconverter/maven/mojos/ConvertPMMojo.java     | 226 +++++++++++++++++
 .../maven/mojos/FeatureLauncherMojo.java           |  57 +++++
 .../src/site/markdown/index.md                     |  10 +
 .../src/site/markdown/usage.md.vm                  | 275 +++++++++++++++++++++
 .../src/site/site.xml                              |   6 +
 88 files changed, 761 insertions(+), 48 deletions(-)
 delete mode 100644 sling-cpconverter-maven-plugin/src/site/markdown/index.md
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/CODE_OF_CONDUCT.md (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/CONTRIBUTING.md (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/Jenkinsfile (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/LICENSE (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/README.md (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/pom.xml (88%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-no-parameters/core/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/core/src/main/java/org/apache/sling/cpconverter/test/cqconverter/SampleRequestModel.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/core/src/main/java/org/apache/sling/cpconverter/test/servlet/ByPathServlet.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/core/src/main/java/org/apache/sling/cpconverter/test/servlet/ByResourceTypeServlet.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/core/src/test/java/org/apache/sling/cpconverter/test/org/apache/sling/cpconverter/test/servlet/ByPathServletTest.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/invoker.properties (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-no-parameters/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-no-parameters/ui.apps/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/META-INF/vault/filter.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/META-INF/vault/settings.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/body.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/head.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/install/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/body.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/footer.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/head.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/page.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/content/cpconverter/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/content/cpconverter/home/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-with-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-no-parameters}/ui.apps/src/main/content/jcr_root/content/cpconverter/home/welcome/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-no-parameters/verify.bsh (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/core/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/core/src/main/java/org/apache/sling/cpconverter/test/cqconverter/SampleRequestModel.java (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/core/src/main/java/org/apache/sling/cpconverter/test/servlet/ByPathServlet.java (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/core/src/main/java/org/apache/sling/cpconverter/test/servlet/ByResourceTypeServlet.java (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/core/src/test/java/org/apache/sling/cpconverter/test/org/apache/sling/cpconverter/test/servlet/ByPathServletTest.java (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/fm.launcher/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/invoker.properties (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/META-INF/vault/filter.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/META-INF/vault/settings.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/body.html (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/head.html (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/install/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/body.html (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/footer.html (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/head.html (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/page.html (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/content/cpconverter/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/content/cpconverter/home/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/ui.apps/src/main/content/jcr_root/content/cpconverter/home/welcome/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-target-mode/verify.bsh (98%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-with-parameters/core/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/core/src/main/java/org/apache/sling/cpconverter/test/cqconverter/SampleRequestModel.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/core/src/main/java/org/apache/sling/cpconverter/test/servlet/ByPathServlet.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/core/src/main/java/org/apache/sling/cpconverter/test/servlet/ByResourceTypeServlet.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/core/src/test/java/org/apache/sling/cpconverter/test/org/apache/sling/cpconverter/test/servlet/ByPathServletTest.java (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/invoker.properties (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-with-parameters/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-with-parameters/ui.apps/pom.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/META-INF/vault/filter.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/META-INF/vault/settings.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/body.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/home/head.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/install/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/body.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/footer.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/head.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/apps/cqconverter/page/page.html (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/content/cpconverter/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/content/cpconverter/home/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin/src/it/package-with-single-bundle-no-parameters => sling-feature-converter-maven-plugin/src/it/package-with-single-bundle-with-parameters}/ui.apps/src/main/content/jcr_root/content/cpconverter/home/welcome/.content.xml (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/it/package-with-single-bundle-with-parameters/verify.bsh (98%)
 create mode 100644 sling-feature-converter-maven-plugin/src/main/java/org/apache/sling/cpconverter/maven/mojos/AbstractBaseMojo.java
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/main/java/org/apache/sling/cpconverter/maven/mojos/ContentPackage.java (100%)
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertCPMojo.java (69%)
 create mode 100644 sling-feature-converter-maven-plugin/src/main/java/org/apache/sling/cpconverter/maven/mojos/ConvertPMMojo.java
 create mode 100644 sling-feature-converter-maven-plugin/src/main/java/org/apache/sling/cpconverter/maven/mojos/FeatureLauncherMojo.java
 create mode 100644 sling-feature-converter-maven-plugin/src/site/markdown/index.md
 create mode 100644 sling-feature-converter-maven-plugin/src/site/markdown/usage.md.vm
 rename {sling-cpconverter-maven-plugin => sling-feature-converter-maven-plugin}/src/site/site.xml (87%)