a/src/main/java/net/timbusproject/extractors/modules/tavernaextractor/TavernaExtractor.java b/src/main/java/net/timbusproject/extractors/modules/tavernaextractor/TavernaExtractor.java
...
...
589
589
590
        //TODO send file to endpoint
590
        //TODO send file to endpoint
591
        //TODO we need a tmp file in the mean time
591
        //TODO we need a tmp file in the mean time
592
        //sshManager.send(...);
592
        //sshManager.send(...);
593
593
594
595
596
597
594
        resource.getContents().add(model);
598
        resource.getContents().add(model);
595
        resource.save(null);
599
        resource.save(null);
596
600
597
        LOGGER.info( "Wrote model successfully to " + outFile.getAbsolutePath());
601
        LOGGER.info( "Wrote model successfully to " + outFile.getAbsolutePath());
598
    }
602
    }