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

added repository

parent 0db14a92
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<artifactId>dockerfile-maven-plugin</artifactId> <artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.13</version> <version>1.4.13</version>
<configuration> <configuration>
<repository>${docker.image.prefix}/${project.artifactId}</repository> <repository>${docker.image.prefix}/${project.artifactId}</repository>
<!--<repository>${project.artifactId}</repository>--> <!--<repository>${project.artifactId}</repository>-->
<tag>${project.version}</tag> <tag>${project.version}</tag>
</configuration> </configuration>
...@@ -133,6 +133,13 @@ ...@@ -133,6 +133,13 @@
<id>zh-releases</id> <id>zh-releases</id>
<url>https://raw.githubusercontent.com/CloudsStorm/mvn-repo/master/releases</url> <url>https://raw.githubusercontent.com/CloudsStorm/mvn-repo/master/releases</url>
</repository> </repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>releases</id>
<url>https://raw.githubusercontent.com/skoulouzis/mvn-repo/master/releases</url>
</repository>
</repositories> </repositories>
<name>provisioner</name> <name>provisioner</name>
</project> </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