there is one misconception: the project *is not built with* Maven Webapp 
Archetype, but it *was generated from* Maven Webapp Archetype

Once a project is generated from a Maven Archetype, it is a normal project, you 
can forget about its inception: the whole generated content is yours, to be 
maintained as if you wrote everything by hand

I don't precisely know what is generated by Maven Webapp Archetype, I suppose 
it uses maven-war-plugin [1]

Regards,

Hervé

[1] http://maven.apache.org/plugins/maven-war-plugin/usage.html

----- Mail original -----
De: "Sreyan Chakravarty" <sreyan.mail...@gmail.com>
À: "Maven Users List" <users@maven.apache.org>
Envoyé: Vendredi 7 Août 2015 21:24:25
Objet: Where to put context.xml in webapp archetype ?

I am using Maven for building a simple webapp that uses JDBC connection
pooling along with Hibernate.

I am using the Maven Webapp Archetype to build the project.

Where do I put context.xml and persistence.xml that I normally put under
META-INF in a normal dynamic web project.

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

Reply via email to