Hi,
    I am writing a plugin that defines a new package type (say 'xar')
using these instructions - 
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
    I use this plugin in a project as :


 .......................
 <packaging>xar</packaging>  
..........................
..........................
<build>
  ................
  <plugin>
     <!-- my plugin -->
  </plugin>
</build>
<dependencies>
  <dependency>
    <....>dep1<...>
    ..............
  </dependency>
..............................
</project>

    When I build the project, the dependencies are not searched for. If
the packaging was jar all the dependencies are searched and loaded, if
found. Am I missing something or is this the expected behavior? How can
I ensure that foo.xar behaves just like a foo.jar as far as dependency
resolution is concerned. 

Thanks in Advance
Anita

     

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to