117118119120121122123124125126127
if (pomGav == null) { return null; } String pomPath = gavCalculator.gavToPath(pomGav); request.setRequestPath(pomPath); StorageFileItem pomFile = (StorageFileItem) request.getMavenRepository().retrieveItem(false, request);