On Fri, Oct 1, 2010 at 3:02 PM, Phillip Hellewell <[email protected]> wrote:
> On Fri, Oct 1, 2010 at 3:58 PM, Jon Paynter <[email protected]> wrote: > > Also it seems I misspoke earlier: > > > http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html > > the copy-dependencies goal Does have <copyPom> listed as an available > > option. > > > > What does your plugin configuration look like? > > Oh, I'm doing an unpack-dependencies, not a copy-dependencies. I > don't want to simply copy the files I want to unzip them (except the > pom of course). If I change it to copy-dependencies the error goes > away, but it is only copies the .pom file not the .zip that was > produced with the "assembly" plugin. > you can also try adding: <attach>true</attach> inside the configuration for your assembly. this will mark the generated assembly as "attached" so it will behave like any other artifact thats generated from a project. > > Do you still want to see my configuration? > > yes, please post your entire pom.
