Search code examples
eclipsemavenrepositorytapestry

tapestry M2_REPO ( A huge list of jar file is added )


In Eclipse, I added the path Windows-> Preference -> Java ->Build Path -> Classpath Variables -> click New and added the following:

Name = M2_REPO
Path = C:\Document and Settings\Uday\.m2\repository

BUT THIS INCLUDES A HUGE LIST OF JAR FILES IN MY ECLIPSE PROJECT BAR. So, Can anybody please tell me, how to include the folder containing files. So that the folder is visible in project bar and not every file.


Solution

  • Do not try to mess with the classpath, it's a waste of time.

    Instead

    1. get Eclipse
    2. get Eclipse Maven Plugin
    3. and follow this Eclipse-Maven-Tapestry tutorial