Skip to content

Commit

Permalink
Simplify IT for MSITE-723
Browse files Browse the repository at this point in the history
We truly generate the file now instead of copying it.
  • Loading branch information
michael-o committed Apr 11, 2024
1 parent 04dfdb8 commit 13f2855
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions src/it/projects/MSITE-723/index.apt

This file was deleted.

2 changes: 1 addition & 1 deletion src/it/projects/MSITE-723/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ under the License.
</goals>
<configuration>
<target>
<copy failonerror="false" file="index.apt" tofile="${project.build.directory}/generated-site/apt/index.apt"/>
<echo file="${project.build.directory}/generated-site/apt/index.apt">Correct!${line.separator}${line.separator} This is an index file in the generated-site.</echo>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 13f2855

Please sign in to comment.