Hi, I am trying to build an assembly (with the assembly plugin) of a project using some xfire stuff, however the assembly fails with: Reason: Failed to create assembly: Error retrieving POM of module-dependency: org.codehaus.xfire:bcprov-jdk15:jar:133; Reason: POM 'org.codehaus.xfire:bcprov-jdk15' not found in repository: Unable to download the artifact from any repository
Now, this seems to be since the xfire people haven't provided a POM for this artifact...but compiling the project and running it works!?! So apparently, the assembly plugin is more "picky"? Is there anyway to configure the assembly plugin to ignore this? I could install the module into our repository, but would like to avoid this if necessary (can easily become a lot of "garbage" there) Additionally, anyone know why the xfire people hasn't just added a dependency to the bouncycastle modules directly? //Kent
