-
Before fileing a ticket I wanted to make sure that this is really a bug (I haven't written a maven-plugin before). In my Maven-Mojo i have: @Mojo(name = "generate-scr", defaultPhase = LifecyclePhase.GENERATE_SOURCES, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME, threadSafe = true)
public class BaesoSCRGenerateMojo extends AbstractMojo {
...
@Parameter(property="project", required=true)
protected MavenProject project;
@Parameter(defaultValue = "${project.build.outputDirectory}", readonly = true)
File outputDir;
..... In my I then tried to integrate myself into the eclipse lifecycle by providing a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
looks like a temporary problem on my side. |
Beta Was this translation helpful? Give feedback.
looks like a temporary problem on my side.