Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created October 16, 2011 14:37
Show Gist options
  • Save eugenp/1290938 to your computer and use it in GitHub Desktop.
Save eugenp/1290938 to your computer and use it in GitHub Desktop.
How to run integration tests with the Maven cargo plugin - the new profile
<profiles>
<profile>
<id>integration</id>
<build>
<plugins>
...
</plugins>
</build>
</profile>
</profiles>
@eugenp
Copy link
Author

eugenp commented Feb 14, 2012

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