Hi all, mvn appfuse:gen -Dentity=Name returns "the import org.appfuse cannot be resolved"
mvn appfuse:gen -Dentity=Name from the appfuse maven plugin seems to work based on org.appfuse imports If you have already run mvn appfuse:full-source, then it would not find the org.appfuse imports because they would have been refactored to com.myapp.* (the groupId specified) Is there a way of letting appfuse:gen find the files based on the new groupId-based namespace? I hope this is clear. Cheers, ime