Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Franz Reischl
tomcat-miniREST
Commits
b0622a7a
Commit
b0622a7a
authored
Apr 24, 2019
by
Franz Reischl
Browse files
Adding DML SQL script with demo data upon DB init.
parent
f2e4104e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
b0622a7a
...
...
@@ -27,6 +27,30 @@
<target>
1.8
</target>
</configuration>
</plugin>
<!-- Updating Git Submodule before package -->
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<inherited>
false
</inherited>
<!-- only execute these in the parent -->
<executions>
<execution>
<id>
git submodule update
</id>
<phase>
initialize
</phase>
<configuration>
<executable>
git
</executable>
<arguments>
<argument>
submodule
</argument>
<argument>
update
</argument>
<argument>
--recursive
</argument>
<argument>
--remote
</argument>
</arguments>
</configuration>
<goals>
<goal>
exec
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment