AJDT on Eclipse/Maven -
i cloned , imported github project maven project eclipse juno.
i getting following error in pom.xml:
plugin execution not covered lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (execution: default, phase: process-sources)
the property org.aspectj-version:1.6.10 defined in pom.xml.
ajdt juno installed on machine.
what missing ?
i new maven.
i saw how use aspectj-maven-plugin , other discussions.
note: tried running code invoking maven on tomcat 7. it's getting hung at:
jul 23, 2013 12:46:56 pm org.apache.coyote.abstracyprotocol start info: starting protocolhandler ["http-bio-8080"]
//=============================
edit: starting out dynamic web prj & converting maven one, scratch. nothing else seemed work.
//=============================
in preferences > maven > templates, seeing "aspectj plugin" description "aspectj plugin configuration" listed "on" under column "auto insert".
you need install aspectj configurator m2e. think available in preferences -> maven -> discovery.
edit that's surprising not seeing configurator in discovery page. perhaps removed recently. anyway, can install directly update site:
Comments
Post a Comment