anyone know where I can find dokka-maven-plugin. T...
# build-tools
w
anyone know where I can find dokka-maven-plugin. The coordinates In maven I've got doesn't seem to be working
The coordinates I have are
Copy code
<plugin>
				<groupId>org.jetbrains.dokka</groupId>
				<artifactId>dokka-maven-plugin</artifactId>
				<version>0.10.1</version>
j
do you have jcenter added as a repository / pluginRepository?
w
but maven refuses to download. And if I try central directly. its not there
I don't think we have jcenter
it needs to be upstream for our nexus repo? Certainly it wasn't in maven central.
j
(ignore the redshift part but you can do sth like https://github.com/trib3/leakycauldron/blob/main/parent-pom/pom.xml#L129-L144 )
w
Okay as this is corperate I guess I should add in to our nexus.
thanks
j
yes adding to nexus should work
w
any idea why its not in maven central?
j
🤷 seems a reasonable # of kotlin projects only upload to jcenter