settings.xml
settings.xml
Example
For username and password, please contact Testifi
<?xml version="1.0" encoding="UTF-8"?>
<settings
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<servers>
<server>
<username>YourUsername</username>
<password>YourPassword</password>
<id>central</id>
</server>
</servers>
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>all</name>
<url>https://artifactory.testifi.io/artifactory/all</url>
</repository>
<repository>
<id>maven_central</id>
<name>maven_central</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>maven_central</id>
<name>maven_central</name>
<url>https://repo1.maven.org/maven2/</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>all</name>
<url>https://artifactory.testifi.io/artifactory/all</url>
</pluginRepository>
</pluginRepositories>
<id>artifactory</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>artifactory</activeProfile>
</activeProfiles>
</settings>
, multiple selections available,
Related content
4 - Jira Settings (IntelliJ)
4 - Jira Settings (IntelliJ)
Read with this
Intellij Plugin
Intellij Plugin
Read with this
7.0.1
More like this
7.0.1-SNAPSHOT
7.0.1-SNAPSHOT
More like this
5.3.17
More like this
2 - Import Project (IntelliJ)
2 - Import Project (IntelliJ)
Read with this