Skip to content

Commit

Permalink
Fix #44: Move process Readme.md to site profile
Browse files Browse the repository at this point in the history
  • Loading branch information
myunusov committed Mar 4, 2016
1 parent b22ca5d commit 03e9afe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<templateDirectory>template</templateDirectory>
<announcementFile>release-notes.md</announcementFile>
<announcementDirectory>
${project.root}/target//generated-site/markdown
${project.root}/target/generated-site/markdown
</announcementDirectory>
</configuration>
</execution>
Expand Down Expand Up @@ -476,7 +476,10 @@
<configuration>
<target>
<echo>Copy README.md to site/index.md</echo>
<copy file="${project.root}/README.md" tofile="${project.root}/target//generated-site/markdown/index.md"/>
<copy
file="${basedir}/README.md"
tofile="${basedir}/target/generated-site/markdown/index.md"
/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 03e9afe

Please sign in to comment.