...
|
...
|
@@ -149,6 +149,23 @@ |
|
|
<verbose>true</verbose>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
<executions> <execution>
|
|
|
<id>gen-webadmin</id>
|
|
|
<phase>package</phase>
|
|
|
<configuration>
|
|
|
<tasks>
|
|
|
<copy todir="docker" file="target/${project.artifactId}-${project.version}.${project.packaging}" />
|
|
|
</tasks>
|
|
|
</configuration>
|
|
|
<goals>
|
|
|
<goal>run</goal>
|
|
|
</goals>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
...
|
...
|
|