Skip to content

Commit

Permalink
try to fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsam committed Dec 20, 2024
1 parent a8f72f4 commit 8a60ab1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,12 @@
<arg value="--depth=1" />
<arg value="https://${git.username}:${git.password}@github.com/CI-CMG/project-documentation.git" />
</exec>
<exec dir="${project.build.directory}/project-documentation" executable="git">
<arg value="remote" />
<arg value="add" />
<arg value="javadoc" />
<arg value="https://${git.username}:${git.password}@github.com/CI-CMG/project-documentation.git" />
</exec>
<exec dir="${project.build.directory}/project-documentation" executable="git" failonerror="false">
<arg value="rm" />
<arg value="-r" />
Expand Down Expand Up @@ -447,7 +453,7 @@
</exec>
<exec dir="${project.build.directory}/project-documentation" executable="git">
<arg value="push" />
<arg value="https://${git.username}:${git.password}@github.com/CI-CMG/project-documentation.git" />
<arg value="javadoc" />
<arg value="trunk" />
</exec>
</target>
Expand Down

0 comments on commit 8a60ab1

Please sign in to comment.