No luck... 
Code:
[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project tenminutes: Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile failed: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.2 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.4.2 at specified path /home/user/jdk1.6.0_33/../lib/tools.jar -> [Help 1]
Actually I copied the tools jar inside the jre/lib as well, but it didn't work. I don't know if it is version 1.4.2 or any other; there is not any pom or other file inside the tools.jar indicating the version.
I'm trying firstly to make it work using the console in order to avoid any configuration problems I could have with STS