renamed generated file: it's .html, not .apt (even if I initially wanted apt, but snippet macro could not do it)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1332305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-04-30 17:27:29 +00:00
parent 8904ba6889
commit b7cd7e8bc8
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ ${project.name}
Supported CLI Options
%{snippet|file=${project.basedir}/target/test-classes/options.apt|verbatim=false}
%{snippet|file=${project.basedir}/target/test-classes/options.html|verbatim=false}

View File

@ -92,7 +92,7 @@ public String getOptionsAsApt()
public void testOptionsAsApt()
throws IOException
{
File options = getTestFile( "target/test-classes/options.apt" );
File options = getTestFile( "target/test-classes/options.html" );
FileUtils.fileWrite( options, "UTF-8", getOptionsAsApt() );
}
}