- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Using maven with local trunk build
Fri, 2009-04-17, 18:47
Well, after several months of being absent, I'm finally back in the
Scala community! And already I am in need of help ;-). I've decided I
want to start working out of trunk so that I may begin contributing
again. Generally I use the Scala maven plugin to do my development,
but generally I also use stables and RCs from the repository which is
no longer the case. Is there a simple way of being setup such that my
builds in trunk are picked up by maven? Perhaps an existent (or
nonexistent that I can write) ant task for installation in those
circumstances? What would be the ideal setup?
With many thanks,
Daniel.
Use the "deploy to local repository" section and reference 2.8.0-SNAPSHOT in your pom.
Cheers,
-Josh
On Fri, Apr 17, 2009 at 1:46 PM, Daniel Green <octoberdan@gmail.com> wrote: