File tree 2 files changed +42
-2
lines changed 2 files changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,9 @@ language: java
2
2
3
3
jdk :
4
4
- oraclejdk8
5
+
6
+ deploy :
7
+ provider : script
8
+ script : mvn clean deploy
9
+ on :
10
+ branch : master
Original file line number Diff line number Diff line change 70
70
</executions >
71
71
</plugin >
72
72
</plugins >
73
+ <extensions >
74
+ <extension >
75
+ <groupId >org.springframework.build</groupId >
76
+ <artifactId >aws-maven</artifactId >
77
+ <version >5.0.0.RELEASE</version >
78
+ </extension >
79
+ </extensions >
73
80
</build >
74
81
82
+ <distributionManagement >
83
+ <snapshotRepository >
84
+ <id >iguana-parser-repository</id >
85
+ <url >s3://iguana-parser-repository/snapshot</url >
86
+ </snapshotRepository >
87
+ <repository >
88
+ <id >iguana-parser-repository</id >
89
+ <url >s3://iguana-parser-repository/release</url >
90
+ </repository >
91
+ </distributionManagement >
92
+
75
93
<repositories >
76
94
<repository >
77
- <id >jitpack.io</id >
78
- <url >https://jitpack.io</url >
95
+ <id >iguana-parser-releases</id >
96
+ <url >s3://iguana-parser-repository/release</url >
97
+ <snapshots >
98
+ <enabled >false</enabled >
99
+ </snapshots >
100
+ <releases >
101
+ <enabled >true</enabled >
102
+ </releases >
103
+ </repository >
104
+ <repository >
105
+ <id >iguana-parser-snapshots</id >
106
+ <url >s3://iguana-parser-repository/snapshot</url >
107
+ <snapshots >
108
+ <enabled >true</enabled >
109
+ </snapshots >
110
+ <releases >
111
+ <enabled >false</enabled >
112
+ </releases >
79
113
</repository >
80
114
</repositories >
81
115
You can’t perform that action at this time.
0 commit comments