In my case, I have a bunch of web apps and some command line apps
which make up the environment (ok, there are native apps and db stuff
too). I have been using maven as the build tool for several years
now. My thought has always been to write some scripts that pull from
the ci server and manually install/deploy. Thoughts?
Are people doing deployments using maven? Are they doing deployments
out of their ci server? What about for command line apps? Are they
just writing scripts to pull the branch from the version control or ci
servers and run the maven deploy plugin? Or, is the majority using
custom deployment scripts? How are you specifying environments (dev,
stage, prod, etc)?
I would appreciate your thoughts,
LES
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
> --
>
> You received this message because you are subscribed to the Google Groups "The Java Posse" group.
> To post to this group, send email to java...@googlegroups.com.
> To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
>
>
>
--
http://mapsdev.blogspot.com/
Marcelo Takeshi Fukushima
Hudson pulls source from a Perforce repository. Nearly all builds are
Ant based--all those that are Java are at least. Many are also using
Ivy for dependency management, and I/we are converting more all the
time. For the binary artifact repository we are using Artifactory, and
the Ivy tasks in the build publish snapshots directly to it. This is
mostly modules that contain libraries as jars, but also webapps as
wars, and other zip bundles of stand-alone Java apps. I still need to
automate the release step to allow Hudson+Human to easily publish
released modules to the repository.
We're also building RPMs using Hudson, and hopefully soon also DEBs,
and AMIs.
http://www.youtube.com/watch?v=oHg5SJYRHA0
On Dec 18, 2:09 am, Christian Catchpole <christ...@catchpole.net>
wrote:
On Dec 18, 5:39 pm, "pub...@lesstroud.com" <stroud....@gmail.com>
wrote:
On Dec 18, 8:50 am, Christian Catchpole <christ...@catchpole.net>
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.