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

No eu.excitementproject in Maven central repository #534

Open
pauljurczak opened this issue Nov 19, 2015 · 6 comments
Open

No eu.excitementproject in Maven central repository #534

pauljurczak opened this issue Nov 19, 2015 · 6 comments

Comments

@pauljurczak
Copy link

I can't find eu.excitementproject in Maven central repository. Should I look under different name?

@rzanoli
Copy link
Contributor

rzanoli commented Nov 19, 2015

hlt-services4.fbk.eu hlt-services4.fbk.eu-releases http://hlt-services4.fbk.eu:8080/artifactory/releases

@rzanoli
Copy link
Contributor

rzanoli commented Nov 19, 2015

<distributionManagement>
        <repository>
            <id>hlt-services4.fbk.eu</id>
            <name>hlt-services4.fbk.eu-releases</name>
            <url>http://hlt-services4.fbk.eu:8080/artifactory/releases</url>
        </repository>
</distributionManagement>

@pauljurczak
Copy link
Author

I still don't see hlt-services4.fbk.eu or hlt-services4.fbk.eu-releases on Maven.

@gilnoh
Copy link
Member

gilnoh commented Nov 19, 2015

Excitement artifacts are NOT on Maven Central. You have to add another
repository (Which holds Excitement artifacts). And that's in Roberto's
reply, which was:

hlt-services4.fbk.eu hlt-services4.fbk.eu-releases http://hlt-services4.fbk.eu:8080/artifactory/releases

Once you add that repository, you will see all the artifacts.You can check
the repository content by visiting it yourself. So if you still don't see
it, it means that your configuration isn't right.

On Thu, Nov 19, 2015 at 11:51 AM, Paul Jurczak [email protected]
wrote:

I still don't see hlt-services4.fbk.eu or hlt-services4.fbk.eu-releases
on Maven.


Reply to this email directly or view it on GitHub
#534 (comment)
.

@reckart
Copy link

reckart commented Nov 19, 2015

Actually, you have to add it as <repositories> not as <distributionManagement>:

 <repositories>
    <repository>
        <id>hlt-services4.fbk.eu</id>
        <name>hlt-services4.fbk.eu-releases</name>
        <url>http://hlt-services4.fbk.eu:8080/artifactory/releases</url>
    </repository>
 </repositories>

@rzanoli
Copy link
Contributor

rzanoli commented Nov 19, 2015

The step by step tutorial of EOP1.2.3 explains how to do that:
https://github.com/hltfbk/EOP-1.2.3/wiki/Step-by-Step-Tutorial

You can also take a look at the "Hello World" project. It uses the EOP as a library.
https://github.com/hltfbk/EOP-1.2.3/wiki/Hello%20World!%20code%20and%20additional%20examples

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

4 participants