mapping for dtcli script header
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/a9486515 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/a9486515 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/a9486515 Branch: refs/heads/devel-3 Commit: a9486515ce5450afc1be9e63555e714c14a427b5 Parents: 12970c4 Author: Thomas Weise <[email protected]> Authored: Thu Sep 24 18:05:58 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Thu Sep 24 18:05:58 2015 -0700 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/a9486515/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4432222..6a7e86d 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,9 @@ <exclude>**/archetype-resources/**</exclude> <exclude>src/test/resources/projects/basic/goal.txt</exclude> </excludes> + <mapping> + <dtcli>SCRIPT_STYLE</dtcli> + </mapping> </configuration> <executions> <execution>
