Skip to content

How to create a Connector project in a separate project folder? #603

Answered by ndr-brt
danilomo asked this question in Q&A
Discussion options

You must be logged in to vote

You need to publish the artifacts to your local maven repository with:

./gradlew clean publishToMavenLocal

then you can reference the modules as dependencies like:

api("org.eclipse.dataspaceconnector:some-module:0.0.1-SNAPSHOT")

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by danilomo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #602 on February 02, 2022 08:14.