best way to add external jar in pom.xml in maven

<dependency>
            <groupId>jasen</groupId>
            <artifactId>jasen</artifactId>
            <version>4.0</version>
            <systemPath>${project.basedir}\src\main\webapp\WEB-INF\lib\jasen-4.0.jar</systemPath>
            <scope>system</scope>
  </dependency>

Comments

Popular posts from this blog

Spring Security ACL