Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ It's also possible to skip the plugin execution using `skip` property as in :

or from command line using `-Dspoon.skip=true`.

## How to set Spoon in FULLCLASSPATH mode?

Add `<noClasspath>false</noClasspath>` (which means FULLCLASSPATH is activated) or `<noClasspath>true</noClasspath>` to the `<configuration>` block of the plugin.

## Command-line usage

If you add the following to your `~/.m2/settings.xml`
Expand Down