I'm testing my Maven 3 plugin. During tests all fields annotated with @parameter default-value="" equal to NULL.
The only dependencies I have in pom.xml are: 1. org.apache.maven:maven-plugin-api:3.0 2. org.apache.maven.plugin-testing:maven-plugin-testing-harness:2.0-alpha-1 Do I miss something? — Yegor Bugayenko
