From 07b7ba00a053a26a5eef39070bff5297c630c5ce Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 31 Jan 2019 13:09:00 +0000 Subject: Create basic structure of pap component 1) Creating the basic code structure of pap component which includes main sub-module having Main, PapActivator, PapCommandLineArguments, PapParameterGroup & PapParameterHandler. Along with few exception classes. Basicalliy the structure follows the pattern developed in policy/distribution component. 2) Created the related unit test cases and required test resources. Change-Id: I67c82f9d072e6c8a306cb983accb693da70e58a2 Issue-ID: POLICY-1476 Signed-off-by: ramverma --- main/src/main/resources/version.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 main/src/main/resources/version.txt (limited to 'main/src/main/resources') diff --git a/main/src/main/resources/version.txt b/main/src/main/resources/version.txt new file mode 100644 index 00000000..c691f9e1 --- /dev/null +++ b/main/src/main/resources/version.txt @@ -0,0 +1,4 @@ +ONAP Policy Framework PAP Service +Version: ${project.version} +Built (UTC): ${maven.build.timestamp} +ONAP https://wiki.onap.org \ No newline at end of file -- cgit 1.2.3-korg