Hi,
I have a multi module project here. It has several dependencies like that:
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>serialization</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Everything works as expected (install works). But I can't release a new
version.
release:prepare runs fine, but release:perform fails with a compiler
error (cannot find symbol). The compiler doesn't find a class defined
within the test-jar.
Can anyone given me a hint what might be wrong?
Thanks,
Johannes
mvn -v
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_16
Java home: /usr/lib/jvm/java-6-sun-1.6.0.16/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.31-15-generic" arch: "amd64" Family: "unix"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]