Commit 15e312ee authored by Spiros Koulouzis's avatar Spiros Koulouzis

added repository

parent 0db14a92
......@@ -113,7 +113,7 @@
<artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.13</version>
<configuration>
<repository>${docker.image.prefix}/${project.artifactId}</repository>
<repository>${docker.image.prefix}/${project.artifactId}</repository>
<!--<repository>${project.artifactId}</repository>-->
<tag>${project.version}</tag>
</configuration>
......@@ -133,6 +133,13 @@
<id>zh-releases</id>
<url>https://raw.githubusercontent.com/CloudsStorm/mvn-repo/master/releases</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>releases</id>
<url>https://raw.githubusercontent.com/skoulouzis/mvn-repo/master/releases</url>
</repository>
</repositories>
<name>provisioner</name>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment