Hi Rusty,

Rusty Wright-2 wrote:
> 
> For your question 2, I removed its executions section from my pom.xml and
> run it explicitly with "mvn -Pwhatever clean hibernate3:hbm2java".  I then
> manually move the generated files as needed.
> 

Yes, if you call it manually you didn't need the execution block. But ( :-)
) this is not the desired behavior. The hibernate3:hbm2java should run as
part of the generated-sources phase and generate the source from the mapping
resources if the mapping resources are changed. There for I had to set the
execution block explicitly ( Why isn't it working without the execution
block? )

In fact, the hibernate3:hbm2java goal generate always the source which
results into a complete build everytime. ( Or do I miss some switch to
change this behavior? )

Regards
Andreas
-- 
View this message in context: 
http://www.nabble.com/hibernate3-maven-plugin-V2.2-tp22721461p22800798.html
Sent from the mojo - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to