Re: There seems to be a mistake in the documentation - MAVEN SUREFIRE PLUGIN

2019-08-22 Thread Moina Farheen
Thank you

On Fri, Jul 26, 2019 at 1:47 PM Tibor Digana  wrote:

> Hello Moina,
>
> I have reported this issue in JIRA
> https://issues.apache.org/jira/browse/SUREFIRE-1684
>
> Cheers
> Tibor17
>
> On Fri, Jul 19, 2019 at 2:26 PM Moina Farheen 
> wrote:
>
> > Hi,
> >
> > I am a beginner and just started to learn maven for my project. I was
> > reading about surefire plugin on the site and found this -
> >
> > image.png
> >
> > As I see here, there are 3 goals in this plugin but why does it say there
> > "Surefire Report Plugin only has one goal"
> > Have I misunderstood?
> >
> > Appreciate response.
> >
> > Thanks
> >
>


Re: There seems to be a mistake in the documentation - MAVEN SUREFIRE PLUGIN

2019-07-26 Thread Tibor Digana
Hello Moina,

I have reported this issue in JIRA
https://issues.apache.org/jira/browse/SUREFIRE-1684

Cheers
Tibor17

On Fri, Jul 19, 2019 at 2:26 PM Moina Farheen 
wrote:

> Hi,
>
> I am a beginner and just started to learn maven for my project. I was
> reading about surefire plugin on the site and found this -
>
> image.png
>
> As I see here, there are 3 goals in this plugin but why does it say there
> "Surefire Report Plugin only has one goal"
> Have I misunderstood?
>
> Appreciate response.
>
> Thanks
>


Re: There seems to be a mistake in the documentation - MAVEN SUREFIRE PLUGIN

2019-07-24 Thread Moina Farheen
yes, thats the one.

On Fri, Jul 19, 2019 at 1:49 PM Tibor Digana  wrote:

> btw, you did not attach the image.
>
> You mean this?
> (You can open a Jira ticket and fix in PR on
> github.com/apache/maven-surefire)
>
> The Surefire Report Plugin only has one goal (the other is a workaround):
>
>- surefire-report:failsafe-report-only
><
> https://maven.apache.org/surefire/maven-surefire-report-plugin/failsafe-report-only-mojo.html
> >
>This goal does not run the tests, it only builds the IT reports. See
>SUREFIRE-257 
>- surefire-report:report
><
> https://maven.apache.org/surefire/maven-surefire-report-plugin/report-mojo.html
> >
>Generates the test results report into HTML format.
>- surefire-report:report-only
><
> https://maven.apache.org/surefire/maven-surefire-report-plugin/report-only-mojo.html
> >
>This goal does not run the tests, it only builds the reports. It is
>provided as a work around for SUREFIRE-2
>
>
>
> On Fri, Jul 19, 2019 at 2:26 PM Moina Farheen 
> wrote:
>
> > Hi,
> >
> > I am a beginner and just started to learn maven for my project. I was
> > reading about surefire plugin on the site and found this -
> >
> > image.png
> >
> > As I see here, there are 3 goals in this plugin but why does it say there
> > "Surefire Report Plugin only has one goal"
> > Have I misunderstood?
> >
> > Appreciate response.
> >
> > Thanks
> >
>


Re: There seems to be a mistake in the documentation - MAVEN SUREFIRE PLUGIN

2019-07-19 Thread Tibor Digana
btw, you did not attach the image.

You mean this?
(You can open a Jira ticket and fix in PR on
github.com/apache/maven-surefire)

The Surefire Report Plugin only has one goal (the other is a workaround):

   - surefire-report:failsafe-report-only
   

   This goal does not run the tests, it only builds the IT reports. See
   SUREFIRE-257 
   - surefire-report:report
   

   Generates the test results report into HTML format.
   - surefire-report:report-only
   

   This goal does not run the tests, it only builds the reports. It is
   provided as a work around for SUREFIRE-2
   


On Fri, Jul 19, 2019 at 2:26 PM Moina Farheen 
wrote:

> Hi,
>
> I am a beginner and just started to learn maven for my project. I was
> reading about surefire plugin on the site and found this -
>
> image.png
>
> As I see here, there are 3 goals in this plugin but why does it say there
> "Surefire Report Plugin only has one goal"
> Have I misunderstood?
>
> Appreciate response.
>
> Thanks
>


There seems to be a mistake in the documentation - MAVEN SUREFIRE PLUGIN

2019-07-19 Thread Moina Farheen
Hi,

I am a beginner and just started to learn maven for my project. I was
reading about surefire plugin on the site and found this -

image.png

As I see here, there are 3 goals in this plugin but why does it say there
"Surefire Report Plugin only has one goal"
Have I misunderstood?

Appreciate response.

Thanks