Skip to content

Commit

Permalink
remove repository.primefaces.org (#324)
Browse files Browse the repository at this point in the history
* include .jar in git

* add pf3.3.1 .jars

* switch to local pf3.3.1

* bump chromdriver version

* debug github actions

* debug github actions #1

* local maven repo with pf3.3.1 .jars

* add local .jars

* debug github actions #2
  • Loading branch information
rkrenn authored Jul 27, 2024
1 parent 0e688a0 commit 63c4f2d
Show file tree
Hide file tree
Showing 174 changed files with 3,232 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_selenium_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#CTSMS_PROPERTIES=/ctsms/properties
#CTSMS_JAVA=/ctsms/java
#VERSION=$(grep -oP '<application.version>\K[^<]+' /home/runner/work/ctsms/ctsms/pom.xml)
#cat /var/lib/tomcat9/logs/catalina.out
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
#COMMIT=$(git log --format=%B -n 1 "$GITHUB_SHA" | sed -e 's/merge \([a-z0-9]\+\) into [a-z0-9]\+/\1/gi')
MESSAGE=$(git log --format=%B -n 1 "$COMMIT")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ google-chrome --version
#wget --no-verbose https://chromedriver.storage.googleapis.com/109.0.5414.25/chromedriver_linux64.zip
#wget --no-verbose https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip
#wget --no-verbose https://chromedriver.storage.googleapis.com/113.0.5672.63/chromedriver_linux64.zip
wget --no-verbose https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
wget --no-verbose https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/126.0.6478.182/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip

mv chromedriver /usr/bin/chromedriver
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.mtj.tmp/

# Package Files #
*.jar
#*.jar
*.war
*.ear

Expand Down Expand Up @@ -35,3 +35,7 @@ ehthumbs_vista.db
*.iml
.idea/*
*/.idea/*

# local maven repository
*.lastUpdated
_remote.repositories
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@
</developer>
</developers>
<repositories>
<repository>
<!-- https://stackoverflow.com/questions/4955635/how-to-add-local-jar-files-to-a-maven-project -->
<repository>
<id>local-maven-repo</id>
<url>file:///${project.basedir}/../repository</url>
</repository>
<!-- <repository>
<id>primefacerepo</id>
<name>PrimeFaces Repository</name>
<url>https://repository.primefaces.org/</url>
</repository>
</repository> -->
<!-- <repository>
<id>springrepo</id>
<name>Spring Repository</name>
Expand Down
Loading

0 comments on commit 63c4f2d

Please sign in to comment.