How to create a file under maven project? I have created folder using the following command
mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes - DgroupId=com.cognizant -DartifactId=MavenDemo getting build successful. But tried creating file using the following command mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site -DgroupId=com.cognizant -DartifactId=MavenDemo after executing this command I am getting build failure message because of which I am unable to create a file. Can anybody suggest solution for this? -- View this message in context: http://www.nabble.com/Maven-file-creation-tf4191508s177.html#a11919877 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
