This repository was archived by the owner on Jun 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ language : java
2
+ jdk :
3
+ - oraclejdk8
4
+ sudo : required
5
+ install : true
6
+ script : mvn clean install
7
+ cache :
8
+ directories :
9
+ - $HOME/.m2
10
+
Original file line number Diff line number Diff line change 41
41
<url >https://github.com/Naoghuman/lib-fxml.git</url >
42
42
</scm >
43
43
44
+ <ciManagement >
45
+ <system >Travis</system >
46
+ <url >https://travis-ci.org/Naoghuman/lib-fxml</url >
47
+ </ciManagement >
48
+
44
49
<properties >
45
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
51
<maven .compiler.source>1.8</maven .compiler.source>
154
159
<type >jar</type >
155
160
</dependency >
156
161
157
- <dependency >
158
- <groupId >javax.inject</groupId >
159
- <artifactId >javax.inject</artifactId >
160
- <version >1</version >
161
- <scope >compile</scope >
162
- </dependency >
163
-
164
162
<dependency >
165
163
<groupId >junit</groupId >
166
164
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 14
14
#8 [ api] Create new interface 'FXMLPresenter'.
15
15
#6 [ api] Move content from 'afterburner.fx' to this library.
16
16
#5 [ pom] Tweak the ` pom.xml ` to fit the necessities from the library.
17
+ #2 [ ci] Connect the GitHub project with Travis CI.
17
18
#1 [ lib] Create basic library structure.
18
19
19
20
You can’t perform that action at this time.
0 commit comments