On Thu, Sep 2, 2010 at 4:59 PM, Pulkit Singhal <[email protected]> wrote: > <fileSet> > <directory>../artifact-generating-child/target</directory> ... > > <directory>../assembly-based-artifact-generating-child/target</directory>
Bad idea. Maven modules are intended to stand alone, not go wandering around the filesystem picking up stuff. Figure out why it can't get the artifacts from the repository like it's supposed to. My guess is that you are not using an assembly plugin goal that "attaches" the artifacts to the build, so they are not getting installed/deployed. You said you're using assembly:single. What commands are you executing and exactly do you see in your local repo after that? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
