Hi,
Using maven if we want to create a sample project, we do so by running a
command like this :
mvn archetype:generate
-DarchetypeGroupId=org.apache.maven.archetypes
-DarchetypeArtifactId=maven-archetype-webapp
-DarchetypeVersion=1.0 -DgroupId=org.demo
-DartifactId=DemoApp -Dversion=1.0-SNAPSHOT
On running this, a default folder structure is created.
I want to create a sample project with my own folder structure. Can anybody
help in creating a sample application with my own folder structure.
--
View this message in context:
http://maven.40175.n5.nabble.com/Maven-folder-structure-tp4409276p4409276.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]