File tree Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Original file line number Diff line number Diff line change 111
111
</configuration >
112
112
</plugin >
113
113
<plugin >
114
- <groupId >org.jfrog.buildinfo</groupId >
115
- <artifactId >artifactory-maven-plugin</artifactId >
116
- <version >3.6.2</version >
117
- <inherited >false</inherited >
118
- <executions >
119
- <execution >
120
- <id >build-info</id >
121
- <goals >
122
- <goal >publish</goal >
123
- </goals >
124
- <configuration >
125
- <publisher >
126
- <contextUrl >https://repo.spring.io</contextUrl >
127
- <username >{{ARTIFACTORY_USERNAME}}</username >
128
- <password >{{ARTIFACTORY_PASSWORD}}</password >
129
- <repoKey >{{ARTIFACTORY_REPO_KEY|"libs-release-local"}}</repoKey >
130
- <snapshotRepoKey >{{ARTIFACTORY_SNAPSHOT_REPO_KEY|"libs-snapshot-local"}}</snapshotRepoKey >
131
- </publisher >
132
- </configuration >
133
- </execution >
134
- </executions >
114
+ <groupId >org.apache.maven.plugins</groupId >
115
+ <artifactId >maven-deploy-plugin</artifactId >
116
+ <version >3.1.1</version >
135
117
</plugin >
118
+ <!-- <plugin>-->
119
+ <!-- <groupId>org.jfrog.buildinfo</groupId>-->
120
+ <!-- <artifactId>artifactory-maven-plugin</artifactId>-->
121
+ <!-- <version>3.6.2</version>-->
122
+ <!-- <inherited>false</inherited>-->
123
+ <!-- <executions>-->
124
+ <!-- <execution>-->
125
+ <!-- <id>build-info</id>-->
126
+ <!-- <goals>-->
127
+ <!-- <goal>publish</goal>-->
128
+ <!-- </goals>-->
129
+ <!-- <configuration>-->
130
+ <!-- <publisher>-->
131
+ <!-- <contextUrl>https://repo.spring.io</contextUrl>-->
132
+ <!-- <username>{{ARTIFACTORY_USERNAME}}</username>-->
133
+ <!-- <password>{{ARTIFACTORY_PASSWORD}}</password>-->
134
+ <!-- <repoKey>{{ARTIFACTORY_REPO_KEY|"libs-release-local"}}</repoKey>-->
135
+ <!-- <snapshotRepoKey>{{ARTIFACTORY_SNAPSHOT_REPO_KEY|"libs-snapshot-local"}}</snapshotRepoKey>-->
136
+ <!-- </publisher>-->
137
+ <!-- </configuration>-->
138
+ <!-- </execution>-->
139
+ <!-- </executions>-->
140
+ <!-- </plugin>-->
136
141
</plugins >
137
142
</build >
138
143
You can’t perform that action at this time.
0 commit comments