This is from the maven dev mailing list (Subject: Please review maven source plugin documentation):
My comments:
faq.html
- "Use the source:test-jar to" -> "Use the source:test-jar goal to"
examples/configureplugin.html
- "To customize the configuration of the plugin" ->
"To customize the plugin"
- "The generated jar file will hold the value of the" ->
"The generated jar file will be named by the value of the"
- "It would be generated" -> "It will be generated"
- "The attach parameter specifies that the produced jar file will be attached to the project artifact."
What does this mean?
jar-mojo.html
- "This plugin bundles all the generated sources into a jar archive." ->
"This plugin bundles all the sources into a jar archive."
test-jar-mojo.html
- "This plugin bundles all the generated test sources into a jar archive." ->
"This plugin bundles all the test sources into a jar archive."
jar-mojo.html and test-jar-mojo.html
- executedProject, finalName and outputDirectory params: These must have some kind of implicit default values, because I can issue the command "mvn source:jar" and it works.
–
Dennis Lundberg
This is from the maven dev mailing list (Subject: Please review maven source plugin documentation):
My comments:
faq.html
examples/configureplugin.html
"To customize the plugin"
"The generated jar file will be named by the value of the"
What does this mean?
jar-mojo.html
"This plugin bundles all the sources into a jar archive."
test-jar-mojo.html
"This plugin bundles all the test sources into a jar archive."
jar-mojo.html and test-jar-mojo.html
–
Dennis Lundberg