Guest User

Untitled

a guest
Jan 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ./pom.xml <-- this is your parent pom, it has version info, module entries for client/server, and dependencies that are used by both the client and server
  2. ./server
  3. ./server/pom.xml <- this is the pom for your server
  4. ./client
  5. ./client/pom.xml <- this is the pom for your client
Add Comment
Please, Sign In to add comment