Hi Wendy

What I'm trying to do is generate the JDeveloper Project files (*.jpr) from
the pom.xml the same way you generate the eclipse project files using mvn
eclipse:eclipse or the IDEA project files using mvn idea:idea. In the end I
want the project files to be generated and when I open them with JDeveloper
I want the source and webapp paths to reference the src and public_html
directories. The JDeveloper plugin reads the java source directory from the
sourceDirectory element in the pom.xml file but there is no element for the
webapp directory.

Regards,

Néstor Boscán

-----Mensaje original-----
De: Wendy Smoak [mailto:wsm...@gmail.com] 
Enviado el: Wednesday, April 21, 2010 9:55 AM
Para: Maven Users List
Asunto: Re: Is there a way to change the webapp directory name?

2010/4/19 Néstor Boscán <nestor.bos...@tcs.com.ve>:
> And when I generate the JDeveloper project I still get src/main/webapp as
> the directory. Maybe the JDeveloper project plugin is not reading this
> property when it's generating the project file.

What you configured is for the Maven War Plugin to use that directory
when it creates the war at build time.

What do you mean by "generate the JDeveloper project"?  With what?
Perhaps *that* thing needs to be configured.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to