Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <plugin>
  2. <groupId>com.spotify</groupId>
  3. <artifactId>dockerfile-maven-plugin</artifactId>
  4. <version>1.4.8</version>
  5. <configuration>
  6. <repository>${docker.image.prefix}/${project.artifactId}</repository>
  7. </configuration>
  8. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement