Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the scout-boot projet to a known maven repository #7

Open
slevy85 opened this issue Dec 20, 2017 · 3 comments
Open

Add the scout-boot projet to a known maven repository #7

slevy85 opened this issue Dec 20, 2017 · 3 comments

Comments

@slevy85
Copy link
Contributor

slevy85 commented Dec 20, 2017

Hi,

Is it possible to put the project on a maven repository ?
I need to build my application on a third party platform and I can't clone and build the git repository, I need to declare it in my maven dependency and let maven checks its repository.

I know it is not yet in a stable version, but there are SNAPHOTS repositories.

Thank you very much.

@boardend
Copy link
Contributor

I’m not sure if we can push this project already. We have to discuss it internally.

But as a workaround you should be able to use Jitpack.

Add this

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

and that

<dependency>  
 <groupId>com.github.BSI-Business-Systems-Integration-AG</groupId>  
 <artifactId>ScoutBoot</artifactId>  
 <version>7.0.x</version>  
</dependency>

to your pom.xml and please give feedback if it works.

@slevy85
Copy link
Contributor Author

slevy85 commented Dec 22, 2017

Hi,
Thank you very much for showing me Jitpack.

I have tried many version but it doesn't work.

JitPack doesn't find any thing, it doesn't download this
Downloading: https://jitpack.io/org/eclipse/scout/boot/scout-boot/7.0.x-SNAPSHOT/scout-boot-7.0.x-SNAPSHOT.pom

@boardend
Copy link
Contributor

I have to investigate this further, but won’t be able to do so in 2017. But I will get back to this issue once I have the time.

Please note that this was only a proof of concept and so no support is available from the scout contributors. Maybe you should migrate to the regular architecture of Eclipse Scout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants