Sign in
apache
/
maven-plugin-tools
/
plugin-tools-java5
/
.
/
maven-plugin-plugin
/
src
/
it
/
skip
/
verify.groovy
blob: daeeca2be30833ca3460a1600a4843459b411413 [
file
]
File
descriptorFile
=
new
File
(
basedir
,
"target/classes/META-INF/maven/plugin.xml"
);
assert
!
descriptorFile
.
isFile
()
return
true
;