stevedlawrence opened a new pull request, #69: URL: https://github.com/apache/daffodil-sbt/pull/69
SBT already defines a `publishArtifact` setting, but it is only used for packageBin, packageDoc, and packageSrc artifacts. By default it is not affect custom package tasks like packageDaffodilBin. This makes the plugin aware of this setting for packageDaffodilBin. Nowk if packageDaffodilBin/publishArtifact is set to false then we do not modify the `artifacts` or `packagedArtifacts` settings so SBT does not know about the saved parser artifacts and will not publish them. Closes #68 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
