Skip to content

Commit

Permalink
Trying the download url to work
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseSanchezMoralesIDOX committed Oct 4, 2024
1 parent 87864e2 commit 4050450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ done

# Community plugins are not available from sourgeforge
# therefore source from https://build.geoserver.org/
community_plugins=(cog-s3 jms-cluster) # activeMQ-broker )
community_plugins=(jms-cluster cog-s3) # activeMQ-broker )
for c in "${community_plugins[@]}"
do
if [ ! -f resources/plugins/geoserver-${c}-plugin.zip ]
then
wget -c http://build.geoserver.org/geoserver/${BUILD_GS_VERSION}.x/community-latest/geoserver-${BUILD_GS_VERSION}-SNAPSHOT-${c}-plugin.zip -O resources/plugins/geoserver-${c}-plugin.zip
wget -c https://build.geoserver.org/geoserver/${BUILD_GS_VERSION}.x/community-latest/geoserver-${BUILD_GS_VERSION}-SNAPSHOT-${c}-plugin.zip -O resources/plugins/geoserver-${c}-plugin.zip
fi
done

Expand Down

0 comments on commit 4050450

Please sign in to comment.