I am Java and Maven newbie and I want to create a simple client and server app in Java which will communicate trough sockets.
I read a little about Maven, and I managed to create Hello World example using:
mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
But I was wondering, can I do more with Maven? I already found some Java examples to help me, but I am wondering can Maven help me with this? (like creating a skeleton for client-server project).