[SEBA-37] Added 11 Statistics counters for Accounting Server operations

Change-Id: I7dda193129e5dffe62907775aaf8dfdc5b3f1bf1
(cherry picked from commit e154542454d557c7949e8a9e9f83e187e16fb56d)
diff --git a/app/pom.xml b/app/pom.xml
index d9e5e64..858de9a 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -72,9 +72,18 @@
                 <groupId>org.onosproject</groupId>
                 <artifactId>onos-maven-plugin</artifactId>
                 <version>1.11</version>
+                <executions>
+                    <execution>
+                        <id>cfg</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                           <goal>cfg</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
     </build>
 
 
-</project>
\ No newline at end of file
+</project>