On 6/10/06, Kevan Miller <[EMAIL PROTECTED]> wrote:
The new5 assembly phase will build the j2ee and minimal distributions for both jetty and tomcat. So, 'maven new' will build the minimal release. It should be possible to assemble only the minimal release, by cd'ing into assemblies/minimal-jetty-server (or minimal-tomcat- server)
Great. Takes a very long time though, and I see things like: Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. 16:12:54,598 INFO [DependencyVerifier] Attempting to download geronimo-common-1.1-SNAPSHOT.jar. is that normal behaviour? Is it really trying to get those artifacts from a whole bunch of mirrors and failing? The reason that I'm doing this is that I want to understand for example how the jetty-deployer module works. When I search in the svn checkout then I only find a deployment plan for this module. Not the actual source. And from what I see now during a 'maven new' it looks like it just gets binaries for those modules. I guess what I need to know is, how do I get the source code for modules? S.
