output module (view-generator-5.7.7-FINAL.jar) pom properties or pom.xml
does any one know the artifactId, groupId and version for view-generator-5.7.7-FINAL.jar? I’m looking for the pom properties. This jar doesn’t seem to have a pom.properties file or pom.xml.
view-generator-5.7.7-FINAL.jar can be downloaded thru https://marketplace.collibra.com/listings/output-module-query-generator/.
andymoy
Posted 3 years ago · Edited 2 years ago·Last reply 3 years ago
7 comments
scottnichols
·3 years ago · EditedThe view-generator-5.7.7-FINAL.jar is meant to be ran as stand alone Java application. There’s a supporting doc on how to run and use it, but below is its parent pom.xml as requested. I have renamed it to a txt file so it could be uploaded. Simply rename it back to pom.xml
–Scott
pom.xml.txt (3.6 KB)
andymoy
OP3 years ago · Edited@scott.nichols, thx.
akashpandey
·3 years ago · EditedI have the jar f9ile in the referenced libraries but it not getting added in maven. Is there an artifact id & group id for the jar dependency in pom.xml?
andymoy
OP3 years ago · Edited@scott.nichols : i took another look in this view-generator-5.7.7-FINAL.jar, i only found pom.xml for all dependencies of this library. For example, i found pom.xml for org.apache.commons, org.codehaus.jettison, jackson-databind, jackson-annotations and jackson-core. But there’s no pom.xml for this library (classes under com.collibra.view).
andymoy
OP3 years ago · Edited@scott.nichols : Thanks for getting back. This is where i downloaded the jar, https://marketplace.collibra.com/listings/output-module-query-generator/. You should see a “Package” button on the page. Clicking on the button should start the download.
Anyway, i don’t think there’s a pom.xml in the jar.
scottnichols
·3 years ago · Edited@asm4.ntrs.com Thanks for your interest in the Output Module to Parquet project. I downloaded the Java source code of this project and and a view-generator-5.7.7-FINAL.jar is not included. No compiled JARs (binaries) are included. How did you get a copy of it? The way Collibra’s spring boot offerings are meant to be used is that you compile the Java sources using Maven. There is a pom.xml included in the Java source code project and you’ll want to update the dependency on the collibra-integration-library to what version you downloaded of the integration library and have already installed in your maven repository.
Please let me know if you need any additional assistance.
Alexandra Jorgenson
Admin3 years ago · Edited@spring-team.collibra.com Since the Marketplace listing @asm4.ntrs.com refers to is a Community Offering, I was wondering if this is something you might be able to help him with?