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 40f547b commit 8df7828
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,6 @@
<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 @@ -453,7 +447,7 @@
</exec>
<exec dir="${project.build.directory}/project-documentation" executable="git">
<arg value="push" />
<arg value="javadoc" />
<arg value="https://${git.username}:${git.password}@github.com/CI-CMG/project-documentation.git" />
<arg value="trunk" />
</exec>
</target>
Expand Down

0 comments on commit 8df7828

Please sign in to comment.