vinishjail97 commented on issue #719: URL: https://github.com/apache/incubator-xtable/issues/719#issuecomment-2923522382
@vivuvivek Yes both install and package work on latest main branch. I think your maven environment is directly pulling from maven central instead of the local jars that are built. xtable-service is a new jar that's not present in maven central yet. Can you try doing `mvn clean install -DskipTests` first and then `mvn clean package -DskipTests` might be able to pick it up. If your maven settings always force pull from central may be another problem. ``` [INFO] --- quarkus-maven-plugin:3.2.12.Final:generate-code-tests (default) @ xtable-service --- Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/xtable/xtable-core_2.12/0.2.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/xtable/xtable-core_2.12/0.2.0-SNAPSHOT/xtable-core_2.12-0.2.0-SNAPSHOT.pom Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/xtable/xtable-core_2.12/0.2.0-SNAPSHOT/xtable-core_2.12-0.2.0-SNAPSHOT.jar Downloading from Maven Central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar Downloaded from Maven Central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar (2.4 MB at 15 MB/s) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org