File tree Expand file tree Collapse file tree 20 files changed +98
-68
lines changed
dapr-spring-boot-autoconfigure
dapr-spring-boot-starters
dapr-spring-boot-starter-test Expand file tree Collapse file tree 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 deploy -Pdeploy-profile
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 >
You can’t perform that action at this time.
0 commit comments