Details
Description
The pde-maven-plugin causes enforcer to NPE.
I've attached an IT pom.xml.
I haven't had time to investigate this any further than to get the IT to fail the same as my real build.
<packaging>zip</packaging>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>pde-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<extensions>true</extensions>
<configuration>
<buildProperties>
<pdeProductFilename>example.product</pdeProductFilename>
</buildProperties>
</configuration>
<!-- Also bind to mvn clean -->
<executions>
<execution>
<id>clean-pde</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
...
Exception raised: