Hi,

i assume your problem is due to the includes you have defined...


Edderd wrote:
> 
> <include>com.comcast.vodauto:vodmain</include>
> <include>com.comcast.vodauto:vodtest</include>
> 

http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/including-and-excluding-artifacts.html
You could use <include>groupId:artifactId:type:classifier</include> format
to include a particular type...

may be <include>com.comcast.vodauto:vodtest:*:test</include> instead would
help ?

Kind regards
Karl Heinz Marbaise


-- 
View this message in context: 
http://old.nabble.com/assembly-and-including-a-test-jar-tp27712959p27714192.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to