This is an automated email from the ASF dual-hosted git repository.
painter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new df1fc2d Fix path to sample data when building new app
df1fc2d is described below
commit df1fc2d74141cfc287806259030202fca163d56f
Author: Jeffery Painter <[email protected]>
AuthorDate: Wed Oct 27 09:39:36 2021 -0400
Fix path to sample data when building new app
---
src/main/resources/archetype-resources/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/archetype-resources/pom.xml
b/src/main/resources/archetype-resources/pom.xml
index aed6564..2c12e8f 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -258,8 +258,8 @@ under the License.
<skip>${docker}</skip>
<orderFile>ascending</orderFile>
<srcFiles>
-
<srcFile>#var("project.basedir")/docs/sample-mysql-data/_application-data.sql</srcFile>
-
<srcFile>#var("project.basedir")/docs/sample-mysql-data/_turbine-security-data.sql</srcFile>
+
<srcFile>#var("project.basedir")/src/main/data/sample-mysql-data/_application-data.sql</srcFile>
+
<srcFile>#var("project.basedir")/src/main/data/sample-mysql-data/_turbine-security-data.sql</srcFile>
</srcFiles>
</configuration>
</execution>