Bug-5703: New file gets created under benchmark-app resources dir after build 08/37508/1
authorAjay <ajayl.bro@gmail.com>
Mon, 11 Apr 2016 20:55:49 +0000 (20:55 +0000)
committerMilos Fabian <milfabia@cisco.com>
Tue, 12 Apr 2016 16:47:44 +0000 (16:47 +0000)
Change-Id: Id98a3809ce2c7109993d5aab1f670fe3f4db244a
Signed-off-by: Ajay <ajayl.bro@gmail.com>
(cherry picked from commit 48d27bb40f646283f8539e76998b709efff7c6a9)

bgp/benchmark-app/pom.xml

index 30be20122b50eb986987ab6cd84de9f8883447e4..6bbd107159d51d2631b58e7df822fab24b37700c 100644 (file)
                         <configuration>
                             <artifacts>
                                 <artifact>
-                                    <file>src/main/resources/initial/bgp-app-peer-benchmark.xml</file>
+                                    <file>${project.build.directory}/classes/initial/bgp-app-peer-benchmark.xml</file>
                                     <type>xml</type>
                                     <classifier>app-peer-benchmark-config</classifier>
                                 </artifact>
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>