Skip to content

Make logback-spike a Top Level Project #3

@schnatterer

Description

@schnatterer

Hi @thekua,

logback-spike is really helpful! There are not many solutions out there to unit test logging. I have found none that is as easy to use. Thanks for sharing!

The downside of logback-spike: It cannot be used out of the box as maven dependency. So could you please move it from Sample-Code/java/logback-spike to a top level project like logback-spike or rename this project and move logback-spike to the root directory?

This way it could be used with jitpack like so

	<dependency>
	    <groupId>com.github.thekua</groupId>
	    <artifactId>logback-spike</artifactId>
	    <version>-SNAPSHOT</version>
	</dependency>

Maven Central or JCenter would be even better, of course ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions