RE: [picocontainer-dev] Building?
Jörg Schaible <[email protected]>
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Rickard, Rickard Öberg wrote on Wednesday, February 01, 2006 2:46 PM: > Hey > > I have, as always, a completely stupid question: how do I > build Pico? I > tried getting it from Subversion and then use Maven 2 to > build it, but > it immediately complains that: > [INFO] Trace > org.apache.maven.reactor.MavenExecutionException: POM > 'org.picocontainer:picocontainer-all' not found in > repository: Unable to > download the artifact from any repository > org.picocontainer:picocontainer-all:pom:1.2-SNAPSHOT > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > --- We're still building with M1. We will switch to M2 in near future, but the M2-POMs currently in the repo are not (no longer) valid. > What am I missing? Are there any docs on the site as to how to build > Pico and related projects? It used to be simple, but it > appears to not > be so anymore, unless I've missed something completely. With multiproject:pico-install you should be able to build from the picocontainer/trunk without problems. > I need to be able to build it because I found a bug in > DefaultPicoContainer that I have fixed locally (PICO-277). Thanks. - Jörg