You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

These are the steps I used to set up Archiva to run under WTP using Q for Eclipse 0.6.0 (currently in development only).

Install Q for Eclipse

Following the instructions works fine here, just ensure to use the development update site to get the nightly build with WTP support until 0.6.0 is released.

Import Archiva projects

Standard practice here:

  • select File > Import...
  • choose Maven 2 project
  • enter the top level directory of the archiva trunk checkout

Note: If you get some weird classpath errors (packages appear as src.main.java.org.*), this is because of old .project files being present in the checkout. Delete them and the .classpath files and import again.

  • No labels