Hello, all:
We are using Gradle with the Artifactory plugin to publish files to our
Artifactory repository. One of the files being published is missing a
property (deployDirectory) when it is deployed. The file is named
"coreMasks.xml" and the portions of the build.grade file related to it are:
artifactoryPublish {
properties {
webConfig 'com.cfactor.web.forms:forms:*:*@javascript', deployDirectory:
'cfactor/scripts/forms'
webConfig 'com.cfactor.web.forms:forms:*:*@css', deployDirectory:
'cfactor/styles/forms'
webConfig 'com.cfactor.web.forms:coreMasks:*:*@xml', deployDirectory:
'cfactor/resources'
webConfig 'com.cfactor.web.forms:legacyForm:*:*@css', deployDirectory:
'cfactor/styles/forms'
}
}
and
compileResources.setEnabled(true)
compileResources.doFirst {
inputs.files fileTree(dir: "${rootDir}/../Web/cfactor/resources", include:
'coreMasks.xml')
outputs.file file("${buildDir}/cfactor/resources")
}
All of the other files (*.js, *.css) deployed by the build do contain the
deployDirectory property. I've tried running gradlew with debug, etc. to
see if there is something there that will show why the property is not
added, and the only thing I've been able to find is that it is deployed
without the property.
Is there something else I should be doing to determine why the property is
not being added?
We are using version 1.3 of Grade and version 2.0.12 of the plugin (yes, I
know we're behind a number of versions....)
Thanks in advance,
Maury
--
View this message in context:
http://forums.jfrog.org/Missing-property-on-artifact-in-artifactory-tp7580000.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users