File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<docs .main>spring-cloud-aws</docs .main>
33
33
<main .basedir>${basedir} /..</main .basedir>
34
- <docs .whitelisted.branches>2.1.x,2.2.x</docs .whitelisted.branches>
35
34
<configprops .inclusionPattern>cloud.aws.*|aws.*</configprops .inclusionPattern>
35
+ <upload-docs-zip .phase>deploy</upload-docs-zip .phase>
36
36
</properties >
37
37
<dependencies >
38
38
<dependency >
56
56
<artifactId >spring-cloud-starter-aws-secrets-manager-config</artifactId >
57
57
</dependency >
58
58
</dependencies >
59
- <build >
60
- <plugins >
61
- <plugin >
62
- <groupId >org.apache.maven.plugins</groupId >
63
- <artifactId >maven-deploy-plugin</artifactId >
64
- <version >${maven-deploy-plugin.version} </version >
65
- <configuration >
66
- <skip >true</skip >
67
- </configuration >
68
- </plugin >
69
- </plugins >
70
- </build >
71
59
<profiles >
72
60
<profile >
73
61
<id >docs</id >
97
85
<groupId >org.apache.maven.plugins</groupId >
98
86
<artifactId >maven-antrun-plugin</artifactId >
99
87
</plugin >
88
+ <plugin >
89
+ <artifactId >maven-deploy-plugin</artifactId >
90
+ </plugin >
100
91
</plugins >
101
92
</build >
102
93
</profile >
You can’t perform that action at this time.
0 commit comments