Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove repository.primefaces.org #324

Merged
merged 9 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading