You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/01/27 06:29:38 UTC

[sling-whiteboard] branch master updated: And what was I 100% going to change before committing?

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new c5d69aa  And what was I 100% going to change before committing?
c5d69aa is described below

commit c5d69aa2d35f77fb81b065afadadafb4c44a23d1
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Thu Jan 27 01:29:32 2022 -0500

    And what was I 100% going to change before committing?
---
 sling-repoinit-maven-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sling-repoinit-maven-plugin/pom.xml b/sling-repoinit-maven-plugin/pom.xml
index ea38db4..25055cc 100644
--- a/sling-repoinit-maven-plugin/pom.xml
+++ b/sling-repoinit-maven-plugin/pom.xml
@@ -243,7 +243,7 @@
                     <postBuildHookScript>verify.groovy</postBuildHookScript>
                     <goals>clean install</goals>
                     <writeJunitReport>true</writeJunitReport>
-                    <localRepositoryPath>/Users/klco/Desktop/it-repo</localRepositoryPath>
+                    <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
                 </configuration>
             </plugin>
         </plugins>
@@ -267,4 +267,4 @@
             </properties>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>