I have this in my assembly configuration:

       <dependencySet>
           <includes>
               <include>jackrabbit*rar</include>
           </includes>
           <outputFileNameMapping>jcr-repository.rar</outputFileNameMapping>
           <outputDirectory>/applications</outputDirectory>
           <unpack>true</unpack>
           <scope>runtime</scope>
       </dependencySet>

This fails:

[INFO] Failed to create assembly: Error adding file-set for
'org.apache.jackrabbit:jackrabbit-jca:rar:1.3' to archive: Error
adding archived file-set. UnArchiver not found for: C:\
Users\jabley\.m2\repository\org\apache\jackrabbit\jackrabbit-jca\1.3\jackrabbit-jca-1.3.rar

No such archiver: 'rar'.

Can I configure this, or does it require code changes?

I ask about the configuration route, since the documentation seems to
imply that it can be configured to generate different outputs, so I
wondered whether the UnArchiver can be similarly configured.

http://maven.apache.org/plugins/maven-assembly-plugin/index.html

"and any other format that the ArchiveManager has been configured for"

Cheers,

James

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

Reply via email to