This is an automated email from the ASF dual-hosted git repository. andysch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-kickstart.git
commit 83945297f46f274ca912705695f80deacfbb4fac Author: Andreas Schaefer <[email protected]> AuthorDate: Wed Jun 24 10:35:34 2020 -0700 Use copy because the FAR file is installed as well --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 487671f..baf8c7f 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ <id>rename-file</id> <phase>test-compile</phase> <goals> - <goal>rename</goal> + <goal>copy</goal> </goals> <configuration> <sourceFile>${project.build.directory}/${project.artifactId}-${project.version}-sling12far.far</sourceFile>
