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]
