iterator-maven-plugin
iterator-maven-plugin copied to clipboard
iterator-maven-plugin
pom.xml: ``` com.soebes.maven.plugins iterator-maven-plugin 0.3 package iterator dev prod1 prod2 org.apache.maven.plugins maven-assembly-plugin 2.6 single @ ${project.basedir}/src/main/assembly/common.xml ``` When assembly different packages, I need filter some properties for the resources file,...
To avoid a lot of repetition in my pom files, and as a means to configure globally, I often pre-configure a plugin like with the logLevel here ``` com.soebes.maven.plugins echo-maven-plugin...
Hello Karl-Heinz, I spent some time improving your great iterated maven plugin to also support file iteration since it was already requested in #11 and need for some business cases...
I recently used "iterator" to perform actions on some files on some folder, only to discover, to my disappointment I have to admit, that "iterator" only detects sub-folders of and...
Currently the plugin's goals are not compatible with m2e. Please provide a lifecycle mapping metadata as explained in http://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html.
I've got several computers and I want to execute certain commands for each of them: - Stop pasada service. - Copy through SCP the new version of asada into the...
There should be an example on how to access the value given in either - `items->item` - `itemsWithProperties->itemWithProperty->name` or - `content` (the current value of the comma-separated list) as a...
The example given in the page with url http://khmarbaise.github.io/iterator-maven-plugin/invoker.html is actually an example for goal `iterator`, rather than for `invoker`.