Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run JUST the analyzer #28

Open
tim-gp opened this issue Jun 25, 2015 · 3 comments
Open

How to run JUST the analyzer #28

tim-gp opened this issue Jun 25, 2015 · 3 comments

Comments

@tim-gp
Copy link

tim-gp commented Jun 25, 2015

Hi, I'm using in conjunction with the jmeter-plugin and I would like run the analyser again on some existing results. How can I do this please?

I've tried failsafe:post-integration-test without any luck.

@djangofan
Copy link
Contributor

Run with goal 'verify' with 'skipTests' option?
On Jun 25, 2015 1:05 PM, "timdp" [email protected] wrote:

Hi, I'm using in conjunction with the jmeter-plugin and I would like run
the analyser again on some existing results. How can I do this please?

I've tried failsafe:post-integration-test without any luck.


Reply to this email directly or view it on GitHub
#28.

@afranken
Copy link
Owner

afranken commented Jul 3, 2015

@timpoultney are you using the jmeter-example-workspace?
You could refactor the POM to run the plugins with different profiles, and then activate them based on system properties:

<profiles>
  <profile>
    <id>run-jmeter-tests</id>
    <activation>
      <property>
      <name>!my.activation.property</name>
      </property>
    </activation>

@tim-gp
Copy link
Author

tim-gp commented Jul 4, 2015

Hi, thanks for the response. @djangofan, I have a complex POM so skip tests is not enough. @afranken, no, I have my own many layered pom with many existing profiles. I want to know how to invoke the specific Maven phase to activate just the analyser on it's on. ie. failsafe:integration-test only executes the integration tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants