mirror of https://github.com/apache/maven.git
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:
parent
8904ba6889
commit
b7cd7e8bc8
|
@ -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}
|
||||
|
|
|
@ -92,7 +92,7 @@ public class CLIManagerTest
|
|||
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() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue