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:
Jason van Zyl 2005-05-21 20:38:10 +00:00
parent 098ae44be0
commit a2464c83af
1 changed files with 0 additions and 6 deletions

View File

@ -288,12 +288,6 @@ private void transformPom()
}
}
// 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();