File tree Expand file tree Collapse file tree 5 files changed +35
-4
lines changed
dapr-spring/dapr-spring-boot-tests Expand file tree Collapse file tree 5 files changed +35
-4
lines changed Original file line number Diff line number Diff line change 47
47
<groupId >org.sonatype.plugins</groupId >
48
48
<artifactId >nexus-staging-maven-plugin</artifactId >
49
49
</plugin >
50
+ <plugin >
51
+ <groupId >org.sonatype.central</groupId >
52
+ <artifactId >central-publishing-maven-plugin</artifactId >
53
+ <configuration >
54
+ <skipPublishing >true</skipPublishing >
55
+ </configuration >
56
+ </plugin >
50
57
</plugins >
51
58
</build >
52
59
</project >
Original file line number Diff line number Diff line change 22
22
<maven .compiler.source>17</maven .compiler.source>
23
23
<maven .compiler.target>17</maven .compiler.target>
24
24
<maven .deploy.skip>true</maven .deploy.skip>
25
- <central-publishing-maven-plugin .skipPublishing>true</central-publishing-maven-plugin .skipPublishing>
26
25
<dapr .sdk.version>1.14.2-rc-5</dapr .sdk.version>
27
26
<dapr .sdk.alpha.version>0.14.2-rc-5</dapr .sdk.alpha.version>
28
27
<protobuf .output.directory>${project.build.directory} /generated-sources</protobuf .output.directory>
297
296
</execution >
298
297
</executions >
299
298
</plugin >
299
+ <plugin >
300
+ <groupId >org.sonatype.central</groupId >
301
+ <artifactId >central-publishing-maven-plugin</artifactId >
302
+ <configuration >
303
+ <skipPublishing >true</skipPublishing >
304
+ </configuration >
305
+ </plugin >
300
306
</plugins >
301
307
</build >
302
308
Original file line number Diff line number Diff line change 12
12
<name >consumer-app</name >
13
13
<description >Spring Boot, Testcontainers and Dapr Integration Examples :: Consumer App</description >
14
14
15
-
16
15
<dependencyManagement >
17
16
<dependencies >
18
17
<dependency >
101
100
<skip >true</skip >
102
101
</configuration >
103
102
</plugin >
103
+ <plugin >
104
+ <groupId >org.sonatype.central</groupId >
105
+ <artifactId >central-publishing-maven-plugin</artifactId >
106
+ <configuration >
107
+ <skipPublishing >true</skipPublishing >
108
+ </configuration >
109
+ </plugin >
104
110
</plugins >
105
111
</build >
106
112
Original file line number Diff line number Diff line change 15
15
16
16
<properties >
17
17
<maven .deploy.skip>true</maven .deploy.skip>
18
- <central-publishing-maven-plugin .skipPublishing>true</central-publishing-maven-plugin .skipPublishing>
19
18
</properties >
20
19
21
20
<modules >
49
48
<skip >true</skip >
50
49
</configuration >
51
50
</plugin >
51
+ <plugin >
52
+ <groupId >org.sonatype.central</groupId >
53
+ <artifactId >central-publishing-maven-plugin</artifactId >
54
+ <configuration >
55
+ <skipPublishing >true</skipPublishing >
56
+ </configuration >
57
+ </plugin >
52
58
</plugins >
53
59
</build >
54
60
</project >
Original file line number Diff line number Diff line change 13
13
<name >producer-app</name >
14
14
<description >Spring Boot, Testcontainers and Dapr Integration Examples :: Producer App</description >
15
15
16
-
17
16
<dependencyManagement >
18
17
<dependencies >
19
18
<dependency >
102
101
<skip >true</skip >
103
102
</configuration >
104
103
</plugin >
104
+ <plugin >
105
+ <groupId >org.sonatype.central</groupId >
106
+ <artifactId >central-publishing-maven-plugin</artifactId >
107
+ <configuration >
108
+ <skipPublishing >true</skipPublishing >
109
+ </configuration >
110
+ </plugin >
105
111
</plugins >
106
112
</build >
107
113
</project >
You can’t perform that action at this time.
0 commit comments