You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println("I'm Scala running during the verify phase. The ec passed in allows me to access the project")
I haven't looked for too long into how to access the project (and haven't done any Maven plugins - just normal Maven usage), but didn't manage. I got to printing out ec which tells me it's a org.sonatype.maven.polyglot.plugin.ExecuteMojo, but see no way to access the private MavenProject.
The text was updated successfully, but these errors were encountered:
In Scala example:
println("I'm Scala running during the verify phase. The ec passed in allows me to access the project")
I haven't looked for too long into how to access the project (and haven't done any Maven plugins - just normal Maven usage), but didn't manage. I got to printing out
ec
which tells me it's aorg.sonatype.maven.polyglot.plugin.ExecuteMojo
, but see no way to access the private MavenProject.The text was updated successfully, but these errors were encountered: