Remove duplicate profiles.
This commit is contained in:
70
pom.xml
70
pom.xml
@@ -220,76 +220,6 @@
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
|
||||||
<id>milestone</id>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.jfrog.buildinfo</groupId>
|
|
||||||
<artifactId>artifactory-maven-plugin</artifactId>
|
|
||||||
<version>2.6.1</version>
|
|
||||||
<inherited>false</inherited>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>build-info</id>
|
|
||||||
<goals>
|
|
||||||
<goal>publish</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<deployProperties>
|
|
||||||
<archives>*:*:*:*@zip zip.name:spring-session-data-mongodb, zip.displayname:Spring Session MongoDB, zip.deployed:false</archives>
|
|
||||||
</deployProperties>
|
|
||||||
<publisher>
|
|
||||||
<contextUrl>https://repo.spring.io</contextUrl>
|
|
||||||
<username>{{USERNAME}}</username>
|
|
||||||
<password>{{PASSWORD}}</password>
|
|
||||||
<repoKey>libs-milestone-local</repoKey>
|
|
||||||
<snapshotRepoKey>libs-snapshot-local</snapshotRepoKey>
|
|
||||||
</publisher>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
<profile>
|
|
||||||
<id>release</id>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.jfrog.buildinfo</groupId>
|
|
||||||
<artifactId>artifactory-maven-plugin</artifactId>
|
|
||||||
<version>2.6.1</version>
|
|
||||||
<inherited>false</inherited>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>build-info</id>
|
|
||||||
<goals>
|
|
||||||
<goal>publish</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<deployProperties>
|
|
||||||
<archives>*:*:*:*@zip zip.name:spring-session-data-mongodb, zip.displayname:Spring Session MongoDB, zip.deployed:false</archives>
|
|
||||||
</deployProperties>
|
|
||||||
<publisher>
|
|
||||||
<contextUrl>https://repo.spring.io</contextUrl>
|
|
||||||
<username>{{USERNAME}}</username>
|
|
||||||
<password>{{PASSWORD}}</password>
|
|
||||||
<repoKey>libs-release-local</repoKey>
|
|
||||||
<snapshotRepoKey>libs-snapshot-local</snapshotRepoKey>
|
|
||||||
</publisher>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user