Description of problem: The maven dependencies map generated contain the jna artifiact twice. One of the copies points to platform.jar. As a result maven will never find jna.jar. Version-Release number of selected component (if applicable): jna-3.4.0-2.fc18.x86_64 How reproducible: Always. Steps to Reproduce: 1. Build with maven anything that requires the jna.jar file. Actual results: The build fails with the following message: The repository system is offline but the artifact net.java.dev.jna:jna:jar:3.2.2 is not available in the local repository. Expected results: The build should complete without errors. Additional info: See an example of the failed build here: http://koji.fedoraproject.org/koji/taskinfo?taskID=3893131
Created attachment 569949 [details] Proposed patch to fix the dependencies map
thanks applied.