mirror of
https://github.com/brmlab/wekan-mailer.git
synced 2025-06-07 01:14:04 +02:00
Build docker image on mvn install goal
This commit is contained in:
parent
177cb079f2
commit
87eb5c4069
1 changed files with 10 additions and 0 deletions
10
pom.xml
10
pom.xml
|
@ -49,6 +49,16 @@
|
|||
<JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
|
||||
</buildArgs>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default</id>
|
||||
<phase>install</phase>
|
||||
<goals>
|
||||
<goal>build</goal>
|
||||
<!--<goal>push</goal>-->
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue