I've been having trouble with Maven. Searched around but couldn't find anyone with similar problem or explanation. I am packaging a webapp with maven's generate archetype using openjdk7 for jre and jdk. Using Lubuntu Os. I am not using Eclipse or Netbeans since my computer is too slow to support it (runs too slow, I can't take it). Plus I'll have to create the war for the live webapp soon (outside of eclipse).
What happens:
I run mvn package
and it create's the .war file.
There's only warnings about UTF-8 encoding. I fixed all other warnings which were about plugin version in the pom.
When I open the war, my views are gone and my spring-context file is gone.
Any ideas?