Repository: nifi-registry Updated Branches: refs/heads/master 00a6e77d6 -> a9fbfb018
NIFIREG-85 Custom ascii art banner This closes #71. Signed-off-by: Bryan Bende <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/a9fbfb01 Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/a9fbfb01 Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/a9fbfb01 Branch: refs/heads/master Commit: a9fbfb01827ad87564c3dac5cc46c414741d29e9 Parents: 00a6e77 Author: Kevin Doran <[email protected]> Authored: Wed Dec 27 19:17:20 2017 -0500 Committer: Bryan Bende <[email protected]> Committed: Wed Dec 27 19:49:20 2017 -0500 ---------------------------------------------------------------------- nifi-registry-web-api/src/main/resources/banner.txt | 8 ++++++++ nifi-registry-web-api/src/test/resources/banner.txt | 8 ++++++++ pom.xml | 2 ++ 3 files changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/a9fbfb01/nifi-registry-web-api/src/main/resources/banner.txt ---------------------------------------------------------------------- diff --git a/nifi-registry-web-api/src/main/resources/banner.txt b/nifi-registry-web-api/src/main/resources/banner.txt new file mode 100644 index 0000000..6fb0ffc --- /dev/null +++ b/nifi-registry-web-api/src/main/resources/banner.txt @@ -0,0 +1,8 @@ + + Apache NiFi _ _ + _ __ ___ __ _(_)___| |_ _ __ _ _ +| '__/ _ \/ _` | / __| __| '__| | | | +| | | __/ (_| | \__ \ |_| | | |_| | +|_| \___|\__, |_|___/\__|_| \__, | +==========|___/================|___/= + v${application.version} http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/a9fbfb01/nifi-registry-web-api/src/test/resources/banner.txt ---------------------------------------------------------------------- diff --git a/nifi-registry-web-api/src/test/resources/banner.txt b/nifi-registry-web-api/src/test/resources/banner.txt new file mode 100644 index 0000000..2f54644 --- /dev/null +++ b/nifi-registry-web-api/src/test/resources/banner.txt @@ -0,0 +1,8 @@ + + Apache NiFi _ _ + _ __ ___ __ _(_)___| |_ _ __ _ _ +| '__/ _ \/ _` | / __| __| '__| | | | +| | | __/ (_| | \__ \ |_| | | |_| | +|_| \___|\__, |_|___/\__|_| \__, | +==========|___/================|___/= + Integration Test http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/a9fbfb01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 54b7985..073dc6d 100644 --- a/pom.xml +++ b/pom.xml @@ -701,6 +701,8 @@ </exclude> <!-- auto generated file by apache's maven config while building sources.zip --> <exclude>.github/PULL_REQUEST_TEMPLATE.md </exclude> <!-- PR Template for GitHub that does not have a mechanism of including comments --> + <exclude>**/resources/banner.txt + </exclude><!-- Console banner text that does not have a mechanism of including comments --> </excludes> </configuration> <dependencies>
