spring-boot-starter-shell icon indicating copy to clipboard operation
spring-boot-starter-shell copied to clipboard

No published artifacts from maven repo?

Open gdong42 opened this issue 8 years ago • 2 comments

Hi,

I could not find the jars from maven central. Is it published to some other repositories, or am I missing something?

Cheers, Gan

gdong42 avatar Feb 11 '17 06:02 gdong42

I didn't find it either. Any ETA ?

cerebrotecnologico avatar Aug 16 '17 21:08 cerebrotecnologico

You should add this repos into your pom

		<repository>
			<id>mvnsearch_nexus</id>
			<name>mvnsearch nexus Releases</name>
			<url>http://nexus.mvnsearch.org/content/repositories/releases/</url>
		</repository>
		<repository>
			<id>mvnsearch_nexus_snapshots</id>
			<name>mvnsearch nexus Snapshots</name>
			<url>http://nexus.mvnsearch.org/content/repositories/snapshots/</url>
		</repository>

pehulja avatar Sep 13 '17 08:09 pehulja