spec/pom_from_jarfile/pom.xml in maven-tools-1.0.13 vs spec/pom_from_jarfile/pom.xml in maven-tools-1.1.0
- old
+ new
@@ -24,9 +24,9 @@
<dependency>
<groupId>ruby.maven-tools.jar</groupId>
<artifactId>myfirst</artifactId>
<version>0</version>
<scope>system</scope>
- <systemPath>myfirst.jar</systemPath>
+ <systemPath>${basedir}/myfirst.jar</systemPath>
</dependency>
</dependencies>
</project>