Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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> ```
- Loading branch information