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

Skip test with -Dmaven.test.skip=true #72

Closed
axelhzf opened this issue Mar 27, 2012 · 3 comments
Closed

Skip test with -Dmaven.test.skip=true #72

axelhzf opened this issue Mar 27, 2012 · 3 comments
Assignees
Milestone

Comments

@axelhzf
Copy link

axelhzf commented Mar 27, 2012

Using mvn package -DskipTests it skip the tests correctly. But with the option mvn package -Dmaven.test.skip=true the plugin doesn't skip the tests.

@torgeir
Copy link

torgeir commented Jun 6, 2013

In the meantime you can do this by configuring activation for the plugin

<activation>
  <property>
    <name>!skipJasmine</name>
  </property>
</activation>

@peruzzo
Copy link

peruzzo commented Jul 7, 2013

+1

ddumont pushed a commit to ddumont/jasmine-maven-plugin that referenced this issue Aug 15, 2013
klieber added a commit that referenced this issue Aug 17, 2013
Closes #72 Skip test with -Dmaven.test.skip=true
@ghost ghost assigned klieber Aug 17, 2013
@lastnico
Copy link

Awesome, thank you so much!

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

No branches or pull requests

5 participants