iZettle / dropwizard-metrics-influxdb

Dropwizard Metrics v3 InfluxDB
Apache License 2.0
88 stars 37 forks source link

Remove parent in pom #6

Closed fredrikbackstrom closed 9 years ago

fredrikbackstrom commented 9 years ago

Since public remove the parent reference?

    <parent>
        <groupId>com.izettle</groupId>
        <artifactId>izettle</artifactId>
        <version>1.5</version>
    </parent>
nzroller commented 9 years ago

The base pom is public too, it's not deployed to maven central though. It aids in internal releases for now.

nzroller commented 9 years ago

BTW I'm open to this so long as the releases are straight-forward. (you have to manually set the altRepository somehow) if using the maven release plugin.

fredrikbackstrom commented 9 years ago

Ok, leave it for now. I want to remove izettle maven cause I don't really fancy it, but that may just be me.

nzroller commented 9 years ago

I agree we need to do something different for open-source projects. Planning on adding travis-ci for this project and this issue is a blocker.