andromda

andromda problem

hi, I work now with andromda generator,and where I try to generate code ,I have this problem : "The default goals should be specified in the section of project.xml instead of maven.xml ". I use maven1.1 to download andromda plug-in please help me!!!! ...

How do you keep Hudson from giving Maven the -B option for builds?

When Hudson goes to build my project, it executes Maven as follows: Executing Maven: -B -f /path/to/root/pom.xml clean install This works fine on most projects. (The -B is for "batch" or "non-interactive mode", BTW). But for this one project that uses AndroMDA (which I can't recommend for future projects, it's really a pain-in-the-b...