Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9941cb2

Browse files
authored
Merge pull request #24 from houko/develop
add plugins
2 parents 11b4633 + 77a8f71 commit 9941cb2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
language: java
2+
jdk:
3+
- oraclejdk8

‎pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,19 @@
219219
</configuration>
220220
</plugin>
221221

222+
<plugin>
223+
<groupId>org.springframework.boot</groupId>
224+
<artifactId>spring-boot-maven-plugin</artifactId>
225+
<version>${spring-boot.version}</version>
226+
<executions>
227+
<execution>
228+
<goals>
229+
<goal>repackage</goal>
230+
</goals>
231+
</execution>
232+
</executions>
233+
</plugin>
234+
222235
<!--surefire-->
223236
<plugin>
224237
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /