Skip to content

Commit

Permalink
Remove unused maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 1, 2024
1 parent 4fcde4f commit 37b92ef
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions roda-core/roda-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,29 +116,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<imageName>roda-core</imageName>
<dockerDirectory>${project.basedir}/docker-files</dockerDirectory>
<resources>
<resource>
<targetPath>/</targetPath>
<directory>${project.build.directory}</directory>
<include>${project.build.finalName}-jar-with-dependencies.jar</include>
</resource>
</resources>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 37b92ef

Please sign in to comment.