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

Public maven repository #1

Open
pietrom opened this issue Jul 31, 2012 · 1 comment
Open

Public maven repository #1

pietrom opened this issue Jul 31, 2012 · 1 comment

Comments

@pietrom
Copy link

pietrom commented Jul 31, 2012

Thank you for this very nice and usefulc ontribution!
i've published it on a public maven repository, in order to allow its use in maven-based projects.

You can reach it using

<repository>
    <id>pietrom-maven-repository</id>
    <url>https://raw.github.com/thecleancoder/mavenrepo/master/</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

and

<dependency>
    <groupId>com.github.renataogarcia</groupId>
    <artifactId>disable-groovy-compiler-optimizations-transformation</artifactId>
    <version>0.1-SNAPSHOT</version>
</dependency>

in yout client pom.

I'hope you find this useful!

Thanks a lot!

@renataogarcia
Copy link
Owner

Cool! Thanks!
Ps.: You might want to escape the xml above with ```xml so it displays correctly.

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