mirror of https://github.com/apache/maven.git
o not using a maven writer ...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@171253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
098ae44be0
commit
a2464c83af
|
@ -288,12 +288,6 @@ public class PrepareReleaseMojo
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: should probably use a regex or something as most users will probably
|
||||
// not want their comments removed and indenting changed. I don't think it's a big
|
||||
// deal but lots of people complain.
|
||||
|
||||
//Write pom
|
||||
MavenXpp3Writer modelWriter = new MavenXpp3Writer();
|
||||
try
|
||||
{
|
||||
PomTransformer transformer = new VersionTransformer();
|
||||
|
|
Loading…
Reference in New Issue