Skip to content

Commit bfebbd6

Browse files
committed
refactor: remove pre-site image copy execution and update resources
1 parent ef1a3f8 commit bfebbd6

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,18 +179,6 @@
179179
</target>
180180
</configuration>
181181
</execution>
182-
<execution>
183-
<id>copy-image-to-site</id>
184-
<phase>pre-site</phase>
185-
<goals>
186-
<goal>run</goal>
187-
</goals>
188-
<configuration>
189-
<target>
190-
<copy file="${project.basedir}/image.png" tofile="${project.basedir}/src/site/resources/image.png" />
191-
</target>
192-
</configuration>
193-
</execution>
194182
</executions>
195183
<dependencies>
196184
<!-- Required for if:set and unless:set -->

src/site/resources/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)