You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco)" <jp...@cisco.com> on 2006/05/01 05:11:01 UTC

maven-rar-plugin

 
Hi,
 
I created a RAR artifact and added that as a dependency to another
project, using <type>rar</type>.
But somehow it doesn't seems to find the classes in that dependency.
Gives the error msg, package xxx doesn't exists.
 
But when I build the same artifact into a jar file and add the
dependency, its fine.
 
Does anyone know whats the problem here.
 
Thanks
-Jagan