Hello,
Has anyone run into this error when trying to use the "test-jar" type:
"Embedded error: Unknown artefact type[test-jar]"
- Maven 2.0.4
- The actual test-jar is created correctly and can be found from
the repository. It is when being used that the error comes:
<dependency>
<groupId>config</groupId>
<artifactId>config_logic</artifactId>
<version>1.28-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
Ken Helmes
