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

provide maven artifact in public repository #4

Open
tveimo opened this issue Feb 25, 2017 · 0 comments
Open

provide maven artifact in public repository #4

tveimo opened this issue Feb 25, 2017 · 0 comments

Comments

@tveimo
Copy link

tveimo commented Feb 25, 2017

I'm just trying out the eh cache tag, and am using it with maven through jitpack.io with the following dependency definition

    <dependency>
    <groupId>com.github.psiegman</groupId>
    <artifactId>ehcachetag</artifactId>
        <version>7df1b9af09</version>
        <exclusions>
            <exclusion>
                <groupId>log4j</groupId>
                <artifactId>log4j</artifactId>
            </exclusion>
            <exclusion>
                <groupId>org.mockito</groupId>
                <artifactId>mockito-all</artifactId>
            </exclusion>
            <exclusion>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-log4j12</artifactId>
            </exclusion>
            <exclusion>
                <groupId>commons-lang</groupId>
                <artifactId>commons-lang</artifactId>
            </exclusion>
            <exclusion>
                <groupId>com.github.psiegman.ehcachetag</groupId>
                <artifactId>ehcachetag-demo</artifactId>
            </exclusion>
        </exclusions>
    </dependency>   

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

It would be handy if there was a public artifact available through one of the public repositories though, is this in the works? Also, I had to exclude log4j dependencies which were pulled in.

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

1 participant