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:
181181 echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
182182 export GPG_TTY=$(tty)
183183 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 7575 <scope >test</scope >
7676 </dependency >
7777 </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 >
7986</project >
Original file line number Diff line number Diff line change 4040 <optional >true</optional >
4141 </dependency >
4242 </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 >
4451</project >
Original file line number Diff line number Diff line change 4747 </dependency >
4848 </dependencies >
4949
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 >
5058</project >
Original file line number Diff line number Diff line change 4141 <version >${dapr.sdk.alpha.version} </version >
4242 </dependency >
4343 </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 >
4552</project >
Original file line number Diff line number Diff line change 2121 </dependency >
2222 </dependencies >
2323
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 >
2432</project >
Original file line number Diff line number Diff line change 1414 <description >Dapr Spring Messaging</description >
1515 <packaging >jar</packaging >
1616
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 >
1725</project >
Original file line number Diff line number Diff line change 2121 <version >${project.version} </version >
2222 </dependency >
2323 </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 >
2432</project >
Original file line number Diff line number Diff line change 9292
9393 <build >
9494 <plugins >
95+ <plugin >
96+ <groupId >org.sonatype.plugins</groupId >
97+ <artifactId >nexus-staging-maven-plugin</artifactId >
98+ </plugin >
9599 <plugin >
96100 <groupId >org.apache.maven.plugins</groupId >
97101 <artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 2121 <java .version>17</java .version>
2222 <maven .compiler.source>${java.version} </maven .compiler.source>
2323 <maven .compiler.target>${java.version} </maven .compiler.target>
24- <maven .deploy.skip>true</maven .deploy.skip>
2524 <spotbugs .fail>false</spotbugs .fail>
2625 <opentelemetry .version>0.14.0</opentelemetry .version>
2726 </properties >
184183 <release >${java.version} </release >
185184 </configuration >
186185 </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 >
195186 <plugin >
196187 <groupId >org.apache.maven.plugins</groupId >
197188 <artifactId >maven-site-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments