File tree Expand file tree Collapse file tree 3 files changed +58
-43
lines changed
aliyun-spring-boot-dependencies
aliyun-spring-boot-parent Expand file tree Collapse file tree 3 files changed +58
-43
lines changed Original file line number Diff line number Diff line change 127
127
<artifactId >aliyun-oss-spring-boot-starter</artifactId >
128
128
<version >${revision} </version >
129
129
</dependency >
130
+
130
131
<dependency >
131
132
<groupId >com.alibaba.cloud</groupId >
132
133
<artifactId >aliyun-rds-spring-boot-starter</artifactId >
133
134
<version >${revision} </version >
134
135
</dependency >
135
136
137
+ <dependency >
138
+ <groupId >com.alibaba.cloud</groupId >
139
+ <artifactId >aliyun-schedulerx-spring-boot-starter</artifactId >
140
+ <version >${revision} </version >
141
+ </dependency >
142
+
136
143
<dependency >
137
144
<groupId >com.alibaba.cloud</groupId >
138
145
<artifactId >aliyun-sms-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 31
31
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
32
32
<maven-javadoc-plugin .version>3.1.1</maven-javadoc-plugin .version>
33
33
<maven-jar-plugin .version>3.0.2</maven-jar-plugin .version>
34
- <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
35
- <flatten-maven-plugin .version>1.1.0</flatten-maven-plugin .version>
36
34
<maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
37
35
<maven-surefire-plugin .version>2.21.0</maven-surefire-plugin .version>
38
36
<gmavenplus-plugin .version>1.6</gmavenplus-plugin .version>
39
37
<maven-jacoco-plugin .version>0.8.3</maven-jacoco-plugin .version>
40
- <maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
41
38
</properties >
42
39
43
40
<dependencyManagement >
145
142
</execution >
146
143
</executions >
147
144
</plugin >
148
-
149
- <plugin >
150
- <groupId >org.apache.maven.plugins</groupId >
151
- <artifactId >maven-gpg-plugin</artifactId >
152
- <version >${maven-gpg-plugin.version} </version >
153
- <executions >
154
- <execution >
155
- <phase >verify</phase >
156
- <goals >
157
- <goal >sign</goal >
158
- </goals >
159
- </execution >
160
- </executions >
161
- </plugin >
162
-
163
- <plugin >
164
- <groupId >org.codehaus.mojo</groupId >
165
- <artifactId >flatten-maven-plugin</artifactId >
166
- <version >${flatten-maven-plugin.version} </version >
167
- <configuration >
168
- <updatePomFile >true</updatePomFile >
169
- <flattenMode >resolveCiFriendliesOnly</flattenMode >
170
- </configuration >
171
- <executions >
172
- <execution >
173
- <id >flatten</id >
174
- <phase >process-resources</phase >
175
- <goals >
176
- <goal >flatten</goal >
177
- </goals >
178
- </execution >
179
- <execution >
180
- <id >flatten.clean</id >
181
- <phase >clean</phase >
182
- <goals >
183
- <goal >clean</goal >
184
- </goals >
185
- </execution >
186
- </executions >
187
- </plugin >
188
145
</plugins >
189
146
</build >
190
147
</profile >
Original file line number Diff line number Diff line change 88
88
89
89
<properties >
90
90
<revision >1.0.0</revision >
91
+ <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
92
+ <flatten-maven-plugin .version>1.1.0</flatten-maven-plugin .version>
91
93
</properties >
92
94
95
+ <profiles >
96
+ <profile >
97
+ <id >release</id >
98
+ <build >
99
+ <plugins >
100
+ <plugin >
101
+ <groupId >org.apache.maven.plugins</groupId >
102
+ <artifactId >maven-gpg-plugin</artifactId >
103
+ <version >${maven-gpg-plugin.version} </version >
104
+ <executions >
105
+ <execution >
106
+ <phase >verify</phase >
107
+ <goals >
108
+ <goal >sign</goal >
109
+ </goals >
110
+ </execution >
111
+ </executions >
112
+ </plugin >
113
+
114
+ <plugin >
115
+ <groupId >org.codehaus.mojo</groupId >
116
+ <artifactId >flatten-maven-plugin</artifactId >
117
+ <version >${flatten-maven-plugin.version} </version >
118
+ <configuration >
119
+ <updatePomFile >true</updatePomFile >
120
+ <flattenMode >resolveCiFriendliesOnly</flattenMode >
121
+ </configuration >
122
+ <executions >
123
+ <execution >
124
+ <id >flatten</id >
125
+ <phase >process-resources</phase >
126
+ <goals >
127
+ <goal >flatten</goal >
128
+ </goals >
129
+ </execution >
130
+ <execution >
131
+ <id >flatten.clean</id >
132
+ <phase >clean</phase >
133
+ <goals >
134
+ <goal >clean</goal >
135
+ </goals >
136
+ </execution >
137
+ </executions >
138
+ </plugin >
139
+ </plugins >
140
+ </build >
141
+ </profile >
142
+ </profiles >
143
+
93
144
94
145
</project >
You can’t perform that action at this time.
0 commit comments