ATS-864: Switch from fabric8 to docker mvn plugin (#436)

* ATS-864: Switch from fabric8 to docker mvn plugin

* moved docker-maven-plugin config to execution

* Update to latest docker-maven-plugin

* remove unnecessary config

Co-authored-by: David Edwards <david.edwards@alfresco.com>
Co-authored-by: Marcello Teodori <151025+mteodori@users.noreply.github.com>
This commit is contained in:
Nebil Kisa
2022-02-23 18:48:19 +00:00
committed by GitHub
parent 8c6313ad7e
commit 4429ba2823
15 changed files with 513 additions and 732 deletions

View File

@@ -3,7 +3,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-transform-tika</artifactId>
<name>Alfresco Tika Transformer</name>
<packaging>jar</packaging>
<parent>
<artifactId>alfresco-transform-core</artifactId>
@@ -117,18 +116,10 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>