我Maven的工作,我想要做的構建與包裝耳,我想補充的依賴與範圍系統,並與specifing的Systempath下像後續的jar:在耳加入罐子(示波器系統依賴)建立
<dependency>
<groupId>group1</groupId>
<artifactId>group1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>D:\Buildear\Jars\file.jar</systemPath>
</dependency>
但我不發現我的耳朵generater罐子!
請幫忙。
好吧,我明白了,所以我將使用install:install-file,我的問題是我有很多依賴,需要很多時間才能安裝,然後在pom中添加依賴關係。謝謝。 – Rayouma 2010-10-12 13:38:01