On 2 October 2013 23:45, Mike Drob <md...@mdrob.com> wrote: > Can we configure jenkins to deploy snapshots on every build? I assume there > is an apache snapshots repository that we can use for this purpose. Maybe > this was previously turned off for some reason that I am not aware of. >
you can publish to a staging repo; you should also edit the pom to make that something that is only enabled if a -Pstaging option is set, to stop the remote ones trickle in on a local build. http://www.apache.org/dev/publishing-maven-artifacts.html as it needs your login credentials, you shouldn't use it on the central servers, but you are free to host a private jenkins server to do this > > It's somewhat annoying to build the whole project when i am making changes > in just one module because it has sibling dependencies. The only two > solutions look like deploying snapshots or mvn install, which is bad for a > variety of other reasons. > > Christopher, I know you generally have opinions about maven things, and > would be interested in your thoughts on this. > > Mike > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.