Can you give us some more context for the error ?
Try giving your test-jar dependency a <scope>test</scope>

Tom

On 9/29/06, Ken Helmes <[EMAIL PROTECTED]> wrote:

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







Reply via email to