-
Notifications
You must be signed in to change notification settings - Fork 23
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
Remove Java 5 references and clean up #24
Conversation
Mostly a copy edit for clarity. @slawekjaranowski
src/site/apt/toolchains/custom.apt
Outdated
@@ -25,22 +25,22 @@ | |||
|
|||
Custom Toolchains | |||
|
|||
You can create your own custom toolchains with plugins using them. | |||
You can create your own custom toolchains for plugins to use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in fact, you need in 2 steps:
- create a toolchain
- have a plugin use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree with @hboutemy - old sentence was more accurate for me also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elharo I'm thinking about release a new version of this plugin. Do you want to remove that line and merge the PR ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old sentence is not OK. It is grammatically weird, and definitely ambiguous. There are at least two readings of it. I think the current sentence is accurate, but perhaps I misread the original. If so, please suggest alternate language.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe You can create your own custom toolchains to use with standard plugins (such as maven-compiler-plugin) or custom plugins
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, though I'm not sure "custom plugin" is really a thing. At this level, aren't they all just plugins?
…s (such as maven-compiler-plugin) or custom plugins
Mostly a copy edit for clarity. @slawekjaranowski