I have fixed the situation with this information: http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html
Now parent has got some kind of multimodule assembly. Using mvn assembly:single in parent will cause to assemble all modules. I could not inspect the final result b/c of test errors - we need to check it later In addition it is possible to make a single assembly of each companion, like for example component, on each own. Just cd to the component directory and type "mvn assembly:single" as you always did For me it worked all well and it created a nice bunch of files :-) Cheers On Wed, Aug 17, 2011 at 4:27 PM, Scott Deboy <[email protected]> wrote: > If you could make whatever changes you feel are appropriate, that would be > great. > > Scott > > > > On Aug 17, 2011, at 2:31 AM, Christian Grobmeier <[email protected]> > wrote: > >> yes, I have move the assembly plugin from subprojects to parent. >> But of course, the parent does not have src/assembly/bin.xml >> So either we create that file or we move the assemblyplugin config >> back to the submodules >> >> It does not make sense to use assembly for parent, I think it would be >> best to move it back >> >> Sorry for the trouble, I tried to clean up as much as possible and >> want to get everything working agian until release >> >> Do you move it or shall i? >> >> On Wed, Aug 17, 2011 at 10:47 AM, Scott Deboy <[email protected]> >> wrote: >>> >>> Having issues building, related to src/assembly/bin.xml in >>> companions-parent.. >>> >>> Installing receivers gives me an error about companions parent: >>> Failed to read artifact descriptor for >>> log4j:apache-log4j-component:jar:1.0-SNAPSHOT: Could not find artifact >>> log4j:apache-log4j-companions-parent:pom:1.0-SNAPSHOT -> [Help 1] >>> >>> So I tried to install in companions parent and got an error that bin.xml >>> didn't exit. >>> >>> Ideas? >>> >>> >>> On Wed, Aug 17, 2011 at 1:11 AM, Christian Grobmeier >>> <[email protected]> >>> wrote: >>>> >>>> I had it from here: >>>> >>>> >>>> http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_2 >>>> and it worked for me on my Mac. >>>> >>>> But I just tried it with your version, it works too so we can use that >>>> one. >>>> >>>> Not sure why they have ... on their site. Maybe a typo? >>>> >>>> Cheers >>>> >>>> On Wed, Aug 17, 2011 at 9:58 AM, Scott Deboy <[email protected]> >>>> wrote: >>>>> >>>>> I see a relative path for each of the companions to the companions >>>>> parent >>>>> folder is prefixed with three dots. That didn't work for me on the >>>>> Mac, >>>>> I >>>>> had to change it to >>>>> <relativePath>../apache-log4j-companions-parent</relativePath> >>>>> >>>>> I hope that's ok, was about to commit a fix for that. >>>>> >>>>> Scott >>>>> >>>> >>>> >>>> >>>> -- >>>> http://www.grobmeier.de >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >>> >> >> >> >> -- >> http://www.grobmeier.de >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- http://www.grobmeier.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
