Allison, Bob wrote:
+0 from this user.

A few changes I would like to see:

-- When running the project to verify that everything works correctly,
it would be nice if batch mode was used.  The first time I ran this, it
decided to update a few plugins and I got a lot of 1/100K, 2/100K, ...
lines displayed.

Fixing the output properly is actually on the JIRA list for 2.0. I don't think forcing batch mode is the right solution (it should just be about input).


-- It would be nice if the release:clean happened automatically after a
dry run.  If someone does a dry run and comes back to the project at a
later date (maybe after working on several other projects) they may do a
release:perform even though no actual preparation was performed.

But the point of the dry run is to review the files afterwards. A perform on a dry run will fail as there is no corresponding SCM tag, but its probably not elegant. Feel free to file this - we can record whether it was a dry run in the properties and handle accordingly.


-- Comments were removed from my POMs for both the release and the next
development versions.  The "<?xml" was also removed.  My POMs did not
have the xmlns information in them.  If this is a side effect of
omitting the xmlns, then make sure that is CLEARLY documented.

Can you post a JIRA with the exact content up until and including the root element? The whole POM would help if you are able to share it - especially if there are any attributes on tags or spaces in tags.

Because parsers ignore comments before the root element, and you are left to write the <?xml ?> element yourself, I have a nasty hack in place that pulls it out as a string, but relies on being able to regenerate the rest of the POM without modification.

Thanks!

Other than these items, the plugin seems to run much better and is much
easier to use.  It is nice that the questions are asked without other
garbage showing up between lines.

Cool - I'm sure the rest of these polish items can be done before a final release, and in the mean time we can get some good feedback on the beta.

Thanks for testing it!

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to