From 33db11913898a476f89e983a79c2a123070b1a0e Mon Sep 17 00:00:00 2001 From: agabrys Date: Thu, 12 Jan 2017 21:08:34 +0100 Subject: [PATCH 1/4] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8941e39..0f06633 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ biz.gabrys.maven.plugins directory-content-maven-plugin - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT maven-plugin Directory Content Maven Plugin Provides a collection of tools for working with directories. From b3cf8089eba80c5c2c1c0510801355e7d2cb1814 Mon Sep 17 00:00:00 2001 From: agabrys Date: Sat, 21 Jan 2017 17:17:28 +0100 Subject: [PATCH 2/4] #10 Add missing Eclipse lifecycleMappingMetadata for the copyFile goal --- CHANGELOG.md | 6 ++++++ .../META-INF/m2e/lifecycle-mapping-metadata.xml | 12 ++++++++++++ xdocs/changelog.xml | 13 ++++++++++++- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010b42f..f97e2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Directory Content Maven Plugin Changelog +## 1.2.1 +Bugs: +* Added missing Eclipse `lifecycleMappingMetadata` for the [copyFile](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/copyFile-mojo.html) goal + +[See documentation](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/) + ## 1.2.0 Features: * Added the [skipIfSourceFileDoesNotExist](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.0/copyFile-mojo.html#skipIfSourceFileDoesNotExist) parameter to the [copyFile](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.0/copyFile-mojo.html) goal diff --git a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 793fab8..341bb4d 100644 --- a/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -13,6 +13,18 @@ + + + + copyFile + + + + + true + + + diff --git a/xdocs/changelog.xml b/xdocs/changelog.xml index 36f10b6..db5a1af 100644 --- a/xdocs/changelog.xml +++ b/xdocs/changelog.xml @@ -7,14 +7,25 @@ +
+

Bugs:

+
    +
  • + Added missing Eclipse lifecycleMappingMetadata for the + copyFile goal +
  • +
+

Features:

+

See documentation

Features:

From 9d20bee6939f87e829a3185d49e8a664adf442d2 Mon Sep 17 00:00:00 2001 From: agabrys Date: Sat, 21 Jan 2017 18:07:37 +0100 Subject: [PATCH 3/4] Upgrade maven-compiler-plugin to 3.6.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0f06633..d33d4d6 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ maven-compiler-plugin - 3.6.0 + 3.6.1 maven-deploy-plugin From df37b7935cfc55d5596afaef061786587ff49b02 Mon Sep 17 00:00:00 2001 From: agabrys Date: Sat, 21 Jan 2017 18:15:40 +0100 Subject: [PATCH 4/4] Release 1.2.1 --- README.md | 26 +++++++++++++------------- pom.xml | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 715b0cd..fe66894 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # About [![License BSD 3-Clause](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](http://directory-content-maven-plugin.projects.gabrys.biz/license.txt) -[![Build Status](https://travis-ci.org/gabrysbiz/directory-content-maven-plugin.svg?branch=develop)](https://travis-ci.org/gabrysbiz/directory-content-maven-plugin) +[![Build Status](https://travis-ci.org/gabrysbiz/directory-content-maven-plugin.svg?branch=release%2F1.2.1)](https://travis-ci.org/gabrysbiz/directory-content-maven-plugin) Provides a collection of tools for working with directories. # Goals Overview -* [directory-content:copy](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/copy-mojo.html) - copies files to directory -* [directory-content:copyFile](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/copyFile-mojo.html) - copies file from source to output directory (allow to change name) -* [directory-content:transformList](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/transformList-mojo.html) - transforms files list to a document using [XSLT](http://www.w3.org/TR/xslt) technology -* [directory-content:transformMetadata](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/transformMetadata-mojo.html) - transforms files metadata to documents using [XSLT](http://www.w3.org/TR/xslt) technology +* [directory-content:copy](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/copy-mojo.html) - copies files to directory +* [directory-content:copyFile](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/copyFile-mojo.html) - copies file from source to output directory (allow to change name) +* [directory-content:transformList](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/transformList-mojo.html) - transforms files list to a document using [XSLT](http://www.w3.org/TR/xslt) technology +* [directory-content:transformMetadata](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/transformMetadata-mojo.html) - transforms files metadata to documents using [XSLT](http://www.w3.org/TR/xslt) technology # Requirements The plugin to run requires: @@ -16,18 +16,18 @@ The plugin to run requires: * Maven 2.0.11 or higher # Usage -General instructions on how to use the Directory Content Maven Plugin can be found on the [usage](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/usage.html) page. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the plugin's [wiki](https://github.com/gabrysbiz/directory-content-maven-plugin/wiki) page. +General instructions on how to use the Directory Content Maven Plugin can be found on the [usage](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/usage.html) page. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the plugin's [wiki](https://github.com/gabrysbiz/directory-content-maven-plugin/wiki) page. -In case you still have questions regarding the plugin's usage, please have a look at the [FAQ](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/faq.html). +In case you still have questions regarding the plugin's usage, please have a look at the [FAQ](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/faq.html). -If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in the [issue tracker](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/issue-tracking.html). When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from the [source repository](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/source-repository.html) and will find supplementary information in the [guide to helping with Maven](http://maven.apache.org/guides/development/guide-helping.html). +If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in the [issue tracker](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/issue-tracking.html). When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from the [source repository](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/source-repository.html) and will find supplementary information in the [guide to helping with Maven](http://maven.apache.org/guides/development/guide-helping.html). # Examples To provide you with better understanding of some usages of the Directory Content Maven Plugin, you can take a look into the following examples: -* [Using include/exclude patterns](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/examples/patterns.html) -* [Copies files from source to output directory](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/examples/copy.html) -* [Copies file to output directory with a new name](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/examples/copyFile.html) -* [Transform files list to file with JavaScript imports](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/examples/transform-list.html) -* [Transform files metadata to download files](http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/examples/transform-metadata.html) +* [Using include/exclude patterns](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/examples/patterns.html) +* [Copies files from source to output directory](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/examples/copy.html) +* [Copies file to output directory with a new name](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/examples/copyFile.html) +* [Transform files list to file with JavaScript imports](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/examples/transform-list.html) +* [Transform files metadata to download files](http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/examples/transform-metadata.html) You can also fetch example projects from [GitHub](https://github.com/gabrysbiz/directory-content-maven-plugin-examples). \ No newline at end of file diff --git a/pom.xml b/pom.xml index d33d4d6..69b102c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ biz.gabrys.maven.plugins directory-content-maven-plugin - 1.2.1-SNAPSHOT + 1.2.1 maven-plugin Directory Content Maven Plugin Provides a collection of tools for working with directories. - http://directory-content-maven-plugin.projects.gabrys.biz/LATEST/ + http://directory-content-maven-plugin.projects.gabrys.biz/1.2.1/ 2015