I've set up my pom with following:
<dependencies>
<dependency>
<groupId>pl.zientarski</groupId>
<artifactId>JSONschema4-mapper</artifactId>
<version>0.0.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>JSONschema4-mapper repository</id>
<releases><enabled>true</enabled></releases>
<url>https://raw.githubusercontent.com/wodzuu/JSONschema4-mapper/mvn-repo</url>
</repository>
</repositories>
Unfortunately, the build is not successful because iI'm sitting behind a corporate Nexus instance. Is there any possibility of publishing to maven central?
I've set up my pom with following:
Unfortunately, the build is not successful because iI'm sitting behind a corporate Nexus instance. Is there any possibility of publishing to maven central?