Tibor17 commented on issue #226: Extended SimpleReportEntry with sourceText and 
nameText
URL: https://github.com/apache/maven-surefire/pull/226#issuecomment-482219507
 
 
   @rfscholte 
   Now the problem is that the parameter is unknown:
   ```
      <build>
          <plugins>
              <plugin>
                  <artifactId>maven-surefire-plugin</artifactId>
                  <version>3.0.0-SNAPSHOT</version>
                  <configuration>
                      <statelessReporter 
impl="org.apache.maven.plugin.surefire.extensions.DefaultStatelessReporter"/>
                  </configuration>
              </plugin>
          </plugins>
      </build>
   ```
   If I rename the impl to non-existing class `DefaultStatelessReporterXYZ`, it 
should fail, and the build is still successful: bad.
   Does it mean that the annotated components must be in 
`maven-surefire-plugin` module? I have them in `maven-surefire-common`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to