Code by Scott שאול בן ישוע
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sha'ul ben Yeshua
raspberrypi.monitor
Commits
32805d2b
Commit
32805d2b
authored
Apr 12, 2019
by
Sha'ul ben Yeshua
🎗
Browse files
Deleted Docker build
parent
0fe952b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
32805d2b
...
...
@@ -9,7 +9,7 @@
<packaging>
jar
</packaging>
<name>
raspberrypi.janipi
</name>
<description>
Demo project for Spring Boot
</description>
<description>
Raspberry PI Stats
</description>
<parent>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -66,26 +66,6 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
<plugin>
<groupId>
com.spotify
</groupId>
<artifactId>
dockerfile-maven-plugin
</artifactId>
<version>
1.3.6
</version>
<configuration>
<repository>
${docker.image.prefix}/${project.artifactId}
</repository>
<buildArgs>
<JAR_FILE>
target/${project.build.finalName}.jar
</JAR_FILE>
</buildArgs>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>
spring-snapshots
</id>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment