awltech / org.parallelj.studio

ParallelJ-Studio is a part of the ParallelJ project corresponding to the Eclipse plug-ins part. It contains the graphical editor, but also the code generator and the ParallelJ metamodel. More information can be found on our website: http://www.parallelj.org
http://www.parallelj.org
3 stars 2 forks source link

Error appears in pom.xml for newly created //J project through 0.7.1 snapshot archetype #27

Closed abhijit-g closed 12 years ago

abhijit-g commented 12 years ago

For newly created //J project through 0.7.1 snapshot archetype, error comes on "aspectj-maven-plugin" for compile and test- compile goal as "plugin execution not covered by lifecycle configuration...".

This error goes on quick Fix. Can we avoid this quick fix step done by user.

aneveux commented 12 years ago

We need to add the AJDT connector for m2e in parallelj feature so as to install the connector with parallelj studio, I'll work on this asap ;)

aneveux commented 12 years ago

Done in #20.