https://kotlinlang.org logo
Title
n

nfrankel

01/10/2019, 12:47 PM
anyone knows how to skip dokka generation with the maven plugin? just like i’d skip tests with
mvn package -DskipTests
trying
mvn package -Dskip
without success 😞
n

nfrankel

01/10/2019, 1:03 PM
thanks but i don’t understand why “my” way doesn’t actually work... the parameter is named
skip
in the plugin
k

karelpeeters

01/10/2019, 1:06 PM
I'm not that familiar with maven, but I'd be surprised if the plugin exposed a global parameter
skip
, that way to general of a name.
n

nfrankel

01/10/2019, 1:20 PM
exactly! still...