블로그 이미지

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
  • total
  • today
  • yesterday
2016. 4. 18. 17:10 maven

<dependency>
   <groupId>target</groupId>
   <artifactId>target</artifactId>
   <version>1.0</version>
   <scope>system</scope>
   <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/target.jar</systemPath>
  </dependency>

 

posted by 천상의날개