Skip to content

Commit 87549d4

Browse files
Use maven deploy plugin
1 parent fd1acf7 commit 87549d4

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

pom.xml

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -111,28 +111,33 @@
111111
</configuration>
112112
</plugin>
113113
<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>
135117
</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>-->
136141
</plugins>
137142
</build>
138143

0 commit comments

Comments
 (0)