Commit e253a84
authored
SONARJAVA-4664 Disable deployment of java-check-test-sources artifacts (#4500)
* SONARJAVA-4664 Disable deployment of java-check-test-sources artifacts
Set a property that should be picked up by the artifactory plugin and prevent any attempt to synchronize from repox to Maven central at release time.
Can be tested by adding a local repository to the top-level pom and running `mvn clean deploy`.
An example of a local repository in your pom.xml
```xml
<distributionManagement>
<repository>
<id>local-folder</id>
<name>Local folder to test deployment configuration</name>
<url>file:./local-deployment</url>
</repository>
</distributionManagement>
```1 parent b4ff76a commit e253a84
2 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
951 | 952 | | |
952 | 953 | | |
953 | 954 | | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
960 | 955 | | |
961 | 956 | | |
962 | 957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
0 commit comments