The properties are defined in only a single place. Would it help if I posted all of my properties files?
If I put these properties in my root/project.properties, it all works, which is confusing to me. -wr Brett Porter <[EMAIL PROTECTED]> on 05/25/2004 05:18:00 PM Please respond to "Maven Users List" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> cc: (bcc: Winston Rast/Jeppesen/TMC) Subject: RE: RC3 Property Inheritance Problem Do any of the plugins you use (eg the xdoclet one) override the values? - Brett > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 26 May 2004 3:56 AM > To: Maven Users List > Subject: Re: RC3 Property Inheritance Problem > > > > > Just to follow up with some more info that I discovered... > > I created a root/maven.xml to echo the maven.compile.* > properties during the build. Somewhere along the way my > property values are being lost: > > build: > [echo] maven.compile.source=1.4 > [echo] maven.compile.target=1.4 > multiproject:install: > multiproject:projects-init: > [echo] Gathering project list > Starting the reactor... > > <snip> > > xdoclet:ejbdoclet: > > java:prepare-filesystem: > > java:compile: > [echo] maven.compile.source=1.3 > [echo] maven.compile.target=1.1 > > > So is the problem in the property inheritance, the java > plugin, or the multiproject plugin? Your help is greatly > appreciated. -wr > > > > --------------------------------------------------------------------- > 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]
