Skip to content

SONARJAVA-4664 Disable deployment of java-check-test-sources artifacts#4500

Merged
dorian-burihabwa-sonarsource merged 3 commits intomasterfrom
db/SONARJAVA-4664
Oct 24, 2023
Merged

SONARJAVA-4664 Disable deployment of java-check-test-sources artifacts#4500
dorian-burihabwa-sonarsource merged 3 commits intomasterfrom
db/SONARJAVA-4664

Conversation

@dorian-burihabwa-sonarsource
Copy link
Copy Markdown
Contributor

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

<distributionManagement>
    <repository>
        <id>local-folder</id>
        <name>Local folder to test deployment configuration</name>
        <url>file:./local-deployment</url>
    </repository>
</distributionManagement>

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>
```
@dorian-burihabwa-sonarsource dorian-burihabwa-sonarsource marked this pull request as ready for review October 23, 2023 11:50
@tomverin
Copy link
Copy Markdown
Contributor

I still see a pom deployed in artifactory https://repox.jfrog.io/ui/builds/sonar-java/33475/1698051248531/published/org.sonarsource.java:java-checks-test-sources:7.27.0.33475?buildRepo=artifactory-build-info
so it seems artifactory plugin does not follow this configuration

Replace the plugin configuration with a property that should be picked
up by the artifactory plugin.
@sonarqube-next
Copy link
Copy Markdown

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dorian-burihabwa-sonarsource dorian-burihabwa-sonarsource deleted the db/SONARJAVA-4664 branch October 24, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants