<?xml version="1.0" encoding="utf-8"?> <project> <publishers> <org.jfrog.hudson.ArtifactoryRedeployPublisher> <scopes/> <violationRecipients/> <blackDuckAppName/> <blackDuckAppVersion/> <blackDuckReportRecipients/> <blackDuckScopes/> <deployArtifacts>true</deployArtifacts> <discardOldBuilds>false</discardOldBuilds> <discardBuildArtifacts>false</discardBuildArtifacts> <deployBuildInfo>false</deployBuildInfo> <includeEnvVars>false</includeEnvVars> <runChecks>false</runChecks> <includePublishArtifacts>false</includePublishArtifacts> <licenseAutoDiscovery>true</licenseAutoDiscovery> <enableIssueTrackerIntegration>false</enableIssueTrackerIntegration> <aggregateBuildIssues>false</aggregateBuildIssues> <blackDuckRunChecks>false</blackDuckRunChecks> <blackDuckIncludePublishedArtifacts>false</blackDuckIncludePublishedArtifacts> <autoCreateMissingComponentRequests>true</autoCreateMissingComponentRequests> <autoDiscardStaleComponentRequests>true</autoDiscardStaleComponentRequests> <filterExcludedArtifactsFromBuild>false</filterExcludedArtifactsFromBuild> <evenIfUnstable>false</evenIfUnstable> <passIdentifiedDownstream>false</passIdentifiedDownstream> <allowPromotionOfNonStagedBuilds>false</allowPromotionOfNonStagedBuilds> <matrixParams/> <details> <artifactoryName>test</artifactoryName> <artifactoryUrl>http://artifactory.example.net/artifactory</artifactoryUrl> <repositoryKey>libs-release-local</repositoryKey> <snapshotsRepositoryKey>libs-snapshot-local</snapshotsRepositoryKey> <stagingPlugin> <pluginName>None</pluginName> </stagingPlugin> </details> <artifactDeploymentPatterns> <includePatterns/> <excludePatterns/> </artifactDeploymentPatterns> <envVarsPatterns> <includePatterns/> <excludePatterns/> </envVarsPatterns> </org.jfrog.hudson.ArtifactoryRedeployPublisher> </publishers> </project>