On Oct 16, 2012, at 1:21 AM, "Chen, Pei" <[email protected]> wrote: > I think I was pushing the boundaries with Maven in the exec scripts (even > though it would be a cool- will have to revisit it).
Actually I think what you were doing is fine. It's just that anything that needs the jars from all the modules should be in the root pom.xml, not in a sub-module pom.xml. Steve > > Let's add a ctakes-distribution module that will assemble all of the > individual jars, and startup scripts into a single zip and -src.zip (we'll > have to do this as part of the Apache release anyway). Users can probably > try that first. > > --Pei > ________________________________________ > From: Steven Bethard [[email protected]] > Sent: Monday, October 15, 2012 10:09 PM > To: [email protected] > Subject: Re: latest build instructions > > On Oct 15, 2012, at 7:09 PM, "Chen, Pei" <[email protected]> > wrote: >> We can Make the runCVD mvn install optional as the exec scripts needs the >> jars and its dependencies to be installed somewhere in order for it to work. > > That's because at the moment it's in the ctakes-clinical-pipeline/pom.xml. If > you put it in the root pom.xml, then all the SNAPSHOT jars will be resolved > in their normal places (assuming you run it at a late enough phase). > > Steve
