Stephen,

The plugin only runs with Java 5.  I actually had to change to code to
make it work with Java 1.4.

The original plugin is adressing the configuration correctly.
Unfortunately I do not remember what the problem was since I was
fighting a lot of issues that day (and mayby that was the problem :),
but basically it burns down to user error.

Andreas



-----Original Message-----
From: Stephen Duncan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 15, 2006 3:19 AM
To: Maven Users List
Subject: Re: [M2] Project Lifecycle generate-sources -- how compile?

If you're using the jaxb plugin from mojo:
http://mojo.codehaus.org/jaxb2-maven-plugin/ and this is happening,
then it's a bug in the plugin, and an issue should be put in JIRA.

-Stephen

On 3/14/06, Andreas Guther <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am still having problems with the project lifecycle configuration.
>
> I succeeded in having a source code generating plug-in for jaxb to
> generate source during the generate-sources lifecycle phase.
> Unfortunately the sources do not get compiled.  They are generated
into
> the folder target/jaxb-sources which is obviously unknown to maven 2.
>
> How do I tell Maven 2 that it has to include the additional folder
into
> the build?
>
> Thanks again for any help.
>
> Andreas
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

---------------------------------------------------------------------
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]

Reply via email to