Clear Target on JSF+JPA+Richfaces projects

Asked

Viewed 216 times

2

How can I clear the Targets generated from the project when we deploy for Jboss?

  • What do you call target? What is this?

  • target is a folder it generates in <name_project>-ejb, <name_project>-Ear and <name_project>-web

  • Why don’t you delete the folder before deploy? It’s a common practice.

1 answer

2


If you’re using Maven, just run mvn clean

Browser other questions tagged

You are not signed in. Login or sign up in order to post.