File tree 20 files changed +98
-68
lines changed
dapr-spring-boot-autoconfigure
dapr-spring-boot-starters
dapr-spring-boot-starter-test
20 files changed +98
-68
lines changed Original file line number Diff line number Diff line change @@ -181,4 +181,4 @@ jobs:
181
181
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
182
182
export GPG_TTY=$(tty)
183
183
gpg --batch --import private-key.gpg
184
- ./mvnw -V -B -Dgpg.skip=false -s settings.xml -Pdeploy-profile deploy
184
+ ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy
Original file line number Diff line number Diff line change 75
75
<scope >test</scope >
76
76
</dependency >
77
77
</dependencies >
78
-
78
+ <build >
79
+ <plugins >
80
+ <plugin >
81
+ <groupId >org.sonatype.plugins</groupId >
82
+ <artifactId >nexus-staging-maven-plugin</artifactId >
83
+ </plugin >
84
+ </plugins >
85
+ </build >
79
86
</project >
Original file line number Diff line number Diff line change 40
40
<optional >true</optional >
41
41
</dependency >
42
42
</dependencies >
43
-
43
+ <build >
44
+ <plugins >
45
+ <plugin >
46
+ <groupId >org.sonatype.plugins</groupId >
47
+ <artifactId >nexus-staging-maven-plugin</artifactId >
48
+ </plugin >
49
+ </plugins >
50
+ </build >
44
51
</project >
Original file line number Diff line number Diff line change 47
47
</dependency >
48
48
</dependencies >
49
49
50
+ <build >
51
+ <plugins >
52
+ <plugin >
53
+ <groupId >org.sonatype.plugins</groupId >
54
+ <artifactId >nexus-staging-maven-plugin</artifactId >
55
+ </plugin >
56
+ </plugins >
57
+ </build >
50
58
</project >
Original file line number Diff line number Diff line change 41
41
<version >${dapr.sdk.alpha.version} </version >
42
42
</dependency >
43
43
</dependencies >
44
-
44
+ <build >
45
+ <plugins >
46
+ <plugin >
47
+ <groupId >org.sonatype.plugins</groupId >
48
+ <artifactId >nexus-staging-maven-plugin</artifactId >
49
+ </plugin >
50
+ </plugins >
51
+ </build >
45
52
</project >
Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
</dependencies >
23
23
24
+ <build >
25
+ <plugins >
26
+ <plugin >
27
+ <groupId >org.sonatype.plugins</groupId >
28
+ <artifactId >nexus-staging-maven-plugin</artifactId >
29
+ </plugin >
30
+ </plugins >
31
+ </build >
24
32
</project >
Original file line number Diff line number Diff line change 14
14
<description >Dapr Spring Messaging</description >
15
15
<packaging >jar</packaging >
16
16
17
+ <build >
18
+ <plugins >
19
+ <plugin >
20
+ <groupId >org.sonatype.plugins</groupId >
21
+ <artifactId >nexus-staging-maven-plugin</artifactId >
22
+ </plugin >
23
+ </plugins >
24
+ </build >
17
25
</project >
Original file line number Diff line number Diff line change 21
21
<version >${project.version} </version >
22
22
</dependency >
23
23
</dependencies >
24
+ <build >
25
+ <plugins >
26
+ <plugin >
27
+ <groupId >org.sonatype.plugins</groupId >
28
+ <artifactId >nexus-staging-maven-plugin</artifactId >
29
+ </plugin >
30
+ </plugins >
31
+ </build >
24
32
</project >
Original file line number Diff line number Diff line change 92
92
93
93
<build >
94
94
<plugins >
95
+ <plugin >
96
+ <groupId >org.sonatype.plugins</groupId >
97
+ <artifactId >nexus-staging-maven-plugin</artifactId >
98
+ </plugin >
95
99
<plugin >
96
100
<groupId >org.apache.maven.plugins</groupId >
97
101
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 21
21
<java .version>17</java .version>
22
22
<maven .compiler.source>${java.version} </maven .compiler.source>
23
23
<maven .compiler.target>${java.version} </maven .compiler.target>
24
- <maven .deploy.skip>true</maven .deploy.skip>
25
24
<spotbugs .fail>false</spotbugs .fail>
26
25
<opentelemetry .version>0.14.0</opentelemetry .version>
27
26
</properties >
184
183
<release >${java.version} </release >
185
184
</configuration >
186
185
</plugin >
187
- <plugin >
188
- <groupId >org.apache.maven.plugins</groupId >
189
- <artifactId >maven-deploy-plugin</artifactId >
190
- <version >${maven-deploy-plugin.version} </version >
191
- <configuration >
192
- <skip >true</skip >
193
- </configuration >
194
- </plugin >
195
186
<plugin >
196
187
<groupId >org.apache.maven.plugins</groupId >
197
188
<artifactId >maven-site-plugin</artifactId >
Original file line number Diff line number Diff line change 46
46
<snakeyaml .version>2.0</snakeyaml .version>
47
47
<testcontainers .version>1.20.0</testcontainers .version>
48
48
<springboot .version>3.4.3</springboot .version>
49
+ <nexus-staging-maven-plugin .version>1.7.0</nexus-staging-maven-plugin .version>
49
50
</properties >
50
51
51
52
<distributionManagement >
162
163
<artifactId >maven-resources-plugin</artifactId >
163
164
<version >${maven-resources-plugin.version} </version >
164
165
</plugin >
166
+ <plugin >
167
+ <groupId >org.sonatype.plugins</groupId >
168
+ <artifactId >nexus-staging-maven-plugin</artifactId >
169
+ <version >${nexus-staging-maven-plugin.version} </version >
170
+ <extensions >true</extensions >
171
+ </plugin >
165
172
</plugins >
166
173
</pluginManagement >
167
-
168
174
<plugins >
175
+ <plugin >
176
+ <groupId >org.sonatype.plugins</groupId >
177
+ <artifactId >nexus-staging-maven-plugin</artifactId >
178
+ <inherited >false</inherited >
179
+ </plugin >
169
180
<plugin >
170
181
<groupId >org.jacoco</groupId >
171
182
<artifactId >jacoco-maven-plugin</artifactId >
343
354
</modules >
344
355
345
356
<profiles >
346
- <profile >
347
- <id >deploy-profile</id >
348
- <modules >
349
- <!-- Include only the modules to be deployed -->
350
- <module >sdk-autogen</module >
351
- <module >sdk</module >
352
- <module >sdk-actors</module >
353
- <module >sdk-springboot</module >
354
- <module >sdk-workflows</module >
355
- <module >testcontainers-dapr</module >
356
- <module >dapr-spring</module >
357
- </modules >
358
- </profile >
359
357
<profile >
360
358
<id >integration-tests</id >
361
359
<modules >
Original file line number Diff line number Diff line change 70
70
71
71
<build >
72
72
<plugins >
73
+ <plugin >
74
+ <groupId >org.sonatype.plugins</groupId >
75
+ <artifactId >nexus-staging-maven-plugin</artifactId >
76
+ </plugin >
73
77
<plugin >
74
78
<groupId >org.apache.maven.plugins</groupId >
75
79
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 64
64
65
65
<build >
66
66
<plugins >
67
+ <plugin >
68
+ <groupId >org.sonatype.plugins</groupId >
69
+ <artifactId >nexus-staging-maven-plugin</artifactId >
70
+ </plugin >
67
71
<plugin >
68
72
<groupId >com.googlecode.maven-download-plugin</groupId >
69
73
<artifactId >download-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 16
16
<name >dapr-sdk-springboot</name >
17
17
<description >SDK extension for Springboot</description >
18
18
19
- <properties >
20
- <maven .deploy.skip>false</maven .deploy.skip>
21
- </properties >
22
-
23
19
<dependencyManagement >
24
20
<dependencies >
25
21
<dependency >
85
81
86
82
<build >
87
83
<plugins >
84
+ <plugin >
85
+ <groupId >org.sonatype.plugins</groupId >
86
+ <artifactId >nexus-staging-maven-plugin</artifactId >
87
+ </plugin >
88
88
<plugin >
89
89
<groupId >org.apache.maven.plugins</groupId >
90
90
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 16
16
<name >dapr-sdk-workflows</name >
17
17
<description >SDK for Workflows on Dapr</description >
18
18
19
- <properties >
20
- <maven .deploy.skip>false</maven .deploy.skip>
21
- </properties >
22
-
23
19
<dependencies >
24
20
<dependency >
25
21
<groupId >io.dapr</groupId >
82
78
83
79
<build >
84
80
<plugins >
81
+ <plugin >
82
+ <groupId >org.sonatype.plugins</groupId >
83
+ <artifactId >nexus-staging-maven-plugin</artifactId >
84
+ </plugin >
85
85
<plugin >
86
86
<groupId >org.apache.maven.plugins</groupId >
87
87
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 147
147
</resource >
148
148
</resources >
149
149
<plugins >
150
+ <plugin >
151
+ <groupId >org.sonatype.plugins</groupId >
152
+ <artifactId >nexus-staging-maven-plugin</artifactId >
153
+ </plugin >
150
154
<plugin >
151
155
<groupId >org.apache.maven.plugins</groupId >
152
156
<artifactId >maven-resources-plugin</artifactId >
Original file line number Diff line number Diff line change 91
91
<configuration >
92
92
<skip >true</skip >
93
93
</configuration >
94
- </plugin >
95
- <plugin >
96
- <groupId >org.apache.maven.plugins</groupId >
97
- <artifactId >maven-deploy-plugin</artifactId >
98
- <version >${maven-deploy-plugin.version} </version >
99
- <configuration >
100
- <skip >true</skip >
101
- </configuration >
102
94
</plugin >
103
95
<plugin >
104
96
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 23
23
</modules >
24
24
25
25
<build >
26
- <pluginManagement >
27
- <plugins >
28
- <plugin >
29
- <groupId >org.springframework.boot</groupId >
30
- <artifactId >spring-boot-maven-plugin</artifactId >
31
- <version >${springboot.version} </version >
32
- </plugin >
33
- </plugins >
34
- </pluginManagement >
35
26
<plugins >
36
27
<plugin >
37
28
<groupId >org.apache.maven.plugins</groupId >
40
31
<configuration >
41
32
<skip >true</skip >
42
33
</configuration >
43
- </plugin >
44
- <plugin >
45
- <groupId >org.apache.maven.plugins</groupId >
46
- <artifactId >maven-deploy-plugin</artifactId >
47
- <version >${maven-deploy-plugin.version} </version >
48
- <configuration >
49
- <skip >true</skip >
50
- </configuration >
51
34
</plugin >
52
35
<plugin >
53
36
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 76
76
<plugin >
77
77
<groupId >org.springframework.boot</groupId >
78
78
<artifactId >spring-boot-maven-plugin</artifactId >
79
+ <version >${springboot.version} </version >
79
80
</plugin >
80
81
<plugin >
81
82
<groupId >org.apache.maven.plugins</groupId >
93
94
<skip >true</skip >
94
95
</configuration >
95
96
</plugin >
96
- <plugin >
97
- <groupId >org.apache.maven.plugins</groupId >
98
- <artifactId >maven-deploy-plugin</artifactId >
99
- <version >${maven-deploy-plugin.version} </version >
100
- <configuration >
101
- <skip >true</skip >
102
- </configuration >
103
- </plugin >
104
97
</plugins >
105
98
</build >
106
99
</project >
Original file line number Diff line number Diff line change 45
45
46
46
<build >
47
47
<plugins >
48
+ <plugin >
49
+ <groupId >org.sonatype.plugins</groupId >
50
+ <artifactId >nexus-staging-maven-plugin</artifactId >
51
+ </plugin >
48
52
<plugin >
49
53
<groupId >org.apache.maven.plugins</groupId >
50
54
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments