Skip to content

eclipse-updatesite in maven local repo and dependency resolution #452

Answered by laeubi
umairsair asked this question in Q&A
Discussion options

You must be logged in to vote

You need to reference the update-site with its maven coordinates in your pom fro it to be considered.

<repository>
   <id>my-maven-deployed-site</id>
   <url>mvn:[grouId]:[artifactId]:[version]:[extension]:[qualifier]</url>
   <layout>p2</layout>
</repository>

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@laeubi
Comment options

@umairsair
Comment options

@umairsair
Comment options

@laeubi
Comment options

@umairsair
Comment options

Answer selected by umairsair
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