a sample maven build file for executing a Java file with a main method

2009-03-20 Thread legolas
Hi Thank you for reading my post Can you please post a sample maven pom file which contains snippet on how I can change the pom file in order to ask maven execute a public void main(String args[]) method of a Java file. -- View this message in context:

a sample maven build file for executing a Java file with a main method

2009-03-20 Thread legolas
Hi Thank you for reading my post Can you please post a sample maven pom file which contains snippet on how I can change the pom file in order to ask maven execute a public void main(String args[]) method of a Java file. -- View this message in context:

a sample maven build file for executing a Java file with a main method

2009-03-20 Thread legolas
Hi Thank you for reading my post Can you please post a sample maven pom file which contains snippet on how I can change the pom file in order to ask maven execute a public void main(String args[]) method of a Java file. -- View this message in context:

RE: a sample maven build file for executing a Java file with a main method

2009-03-20 Thread Will Hoover
project ... build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions execution ... goals goaljava/goal /goals /execution /executions