Project Configuration
In order for CodePro to audit the resources in your projects it must be able
to load those projects into an Eclipse workspace. There are two ways to make
this possible.
The first, and easiest, solution is to install the
m2eclipse plug-in into the
Eclipse installation that the audit goal will be configured to
use. This plug-in makes it possible to load Maven projects into Eclipse
without modification.
As a convenience, Instantiations
has provided a stripped-down version of Eclipse
with both CodePro AnalytiX
and m2eclipse pre-installed.
You can download it here.
Alternatively, you can load your projects into an Eclipse installation that
does not include the m2eclipse plug-in and manually configure the Java build
path for each of your projects, committing these changes to your source code
repository.