Drop unused profiles for artifacts distribution i8388 (#48)
* Drop unused profiles for artifacts distribution * Drop skymindnexus-skil profilemaster
parent
62d8e0d409
commit
d7718c28fb
127
pom.xml
127
pom.xml
|
@ -453,133 +453,6 @@
|
|||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>s3-repo</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>local.software.repository</name>
|
||||
<value>s3-repo</value>
|
||||
</property>
|
||||
</activation>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>s3-repo</id>
|
||||
<name>s3-repo</name>
|
||||
<url>s3://${s3.repo.url}</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>skymindnexus-skil</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>local.software.repository</name>
|
||||
<value>skymindnexus-skil</value>
|
||||
</property>
|
||||
</activation>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>skymindnexus</id>
|
||||
<name>skymindnexus</name>
|
||||
<url>https://nexus.skymind.io/repository/skil/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>local-nexus</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>local.software.repository</name>
|
||||
<value>nexus</value>
|
||||
</property>
|
||||
</activation>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>local-nexus</id>
|
||||
<name>local-nexus</name>
|
||||
<url>
|
||||
http://master-jenkins.skymind.io:8088/repository/snapshots
|
||||
</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>${maven-deploy-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<version>1.6.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-deploy</id>
|
||||
<phase>deploy</phase>
|
||||
<goals>
|
||||
<goal>deploy</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<serverId>local-nexus</serverId>
|
||||
<nexusUrl>http://master-jenkins.skymind.io:8088/</nexusUrl>
|
||||
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>local-jfrog</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>local.software.repository</name>
|
||||
<value>jfrog</value>
|
||||
</property>
|
||||
</activation>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>local-jfrog</id>
|
||||
<name>local-jfrog</name>
|
||||
<url>http://master-jenkins.skymind.io:8081/artifactory/libs-snapshot-local
|
||||
</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>local-jfrog</id>
|
||||
<name>local-jfrog</name>
|
||||
<url>http://master-jenkins.skymind.io:8081/artifactory/libs-release-local
|
||||
</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>Bintray-artifactory</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>local.software.repository</name>
|
||||
<value>bintray</value>
|
||||
</property>
|
||||
</activation>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>bintray-deeplearning4j-maven</id>
|
||||
<name>deeplearning4j-maven-snapshots</name>
|
||||
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>bintray-deeplearning4j-maven</id>
|
||||
<name>deeplearning4j-maven-releases</name>
|
||||
<url>
|
||||
https://api.bintray.com/maven/deeplearning4j/maven/${project.artifactId}/;publish=1
|
||||
</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>sonatype-nexus</id>
|
||||
<activation>
|
||||
|
|
Loading…
Reference in New Issue