// CHECKSTYLE:OFF package org.fuin.esmp.maven; /** * Circumvents Maven build problem with empty main jar with OSS Sonatype deployment. * * TODO Investigate how to configure Maven for a Sontype build */ public class Dummy { } //CHECKSTYLE:ON