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 f96230b commit bdcb65f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,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

0 comments on commit bdcb65f

Please sign in to comment.