Re: VS: Re: test-jar - unknown artefact type

2006-11-07 Thread Antonio Parolini
ear. > > Ken > > -Alkuperäinen viesti- > Lähettäjä: Tom Huybrechts [mailto:[EMAIL PROTECTED] > Lähetetty: 29. syyskuuta 2006 16:16 > Vastaanottaja: Maven Users List > Aihe: Re: Re: test-jar - unknown artefact type > > The maven-ear-plugin only handles a limited number of

Re: test-jar - unknown artefact type

2006-11-07 Thread Antonio Parolini
PSHOT > > test-jar > > > > > > Ken Helmes > > > > > > > -- View this message in context: http://www.nabble.com/test-jar---unknown-artefact-type-tf2355431s177.html#a7219483 Sent from the Maven - Users mailing list archive at

VS: Re: test-jar - unknown artefact type

2006-10-01 Thread Ken Helmes
Users List Aihe: Re: Re: test-jar - unknown artefact type The maven-ear-plugin only handles a limited number of artifact types, and test-jar is not one of them. See https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin/src/ma in/java/org/apache/maven/plugin/ear/EarModuleFactory.java

Re: Re: test-jar - unknown artefact type

2006-09-29 Thread Tom Huybrechts
The maven-ear-plugin only handles a limited number of artifact types, and test-jar is not one of them. See https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarModuleFactory.java Tom On 9/29/06, Ken Helmes <[EMAIL PROTECTED]> wrote:

Re:Re: test-jar - unknown artefact type

2006-09-29 Thread Ken Helmes
Tom, (This comes as a new post since I was unsubscribed. I am subscribed again.) I am working almost exactly from the directions given here: http://maven.apache.org/guides/mini/guide-attached-tests.html module1 - t2_config (ear level) - multilevel build creates a t2_config_logic-1.28-SNAPS

Re: test-jar - unknown artefact type

2006-09-29 Thread Tom Huybrechts
Can you give us some more context for the error ? Try giving your test-jar dependency a test 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]" -

test-jar - unknown artefact type

2006-09-29 Thread Ken Helmes
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: