https://kotlinlang.org logo
#build-tools
Title
# build-tools
w

Wesley Acheson

09/03/2020, 4:53 PM
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

Joe

09/03/2020, 4:55 PM
do you have jcenter added as a repository / pluginRepository?
w

Wesley Acheson

09/03/2020, 4:55 PM
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

Joe

09/03/2020, 4:56 PM
(ignore the redshift part but you can do sth like https://github.com/trib3/leakycauldron/blob/main/parent-pom/pom.xml#L129-L144 )
w

Wesley Acheson

09/03/2020, 4:57 PM
Okay as this is corperate I guess I should add in to our nexus.
thanks
j

Joe

09/03/2020, 4:57 PM
yes adding to nexus should work
w

Wesley Acheson

09/03/2020, 4:58 PM
any idea why its not in maven central?
j

Joe

09/03/2020, 4:59 PM
🤷 seems a reasonable # of kotlin projects only upload to jcenter