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

Update pom.xml #914

Merged
merged 1 commit into from Dec 14, 2018
Merged

Update pom.xml #914

merged 1 commit into from Dec 14, 2018

Conversation

copierrj
Copy link
Member

@copierrj copierrj commented Jul 20, 2018

Upgrade deegree maven plugin to version 2.0.2

@tfr42 tfr42 added the enhancement enhancement or improvement label Jul 20, 2018
@tfr42 tfr42 added this to the 3.4.3 milestone Jul 20, 2018
@tfr42 tfr42 added the CI failing CI build job fails label Jul 22, 2018
@tfr42 tfr42 modified the milestones: 3.4.3, 3.4.4 Sep 28, 2018
@tfr42
Copy link
Member

tfr42 commented Oct 19, 2018

Running the build inside local Docker Container:

docker run --name travis-debug -dit travisci/ci-garnet:packer-1512502276-986baf0 /sbin/init
docker exec -it travis-debug bash -l

Then inside the docker container:

git clone --depth=50 --branch=master https://github.com/deegree/deegree3.git
git fetch origin +refs/pull/914/merge:
git checkout -qf FETCH_HEAD
export CASHER_DIR=${TRAVIS_HOME}/.casher
mvn install -Pintegration-tests -DskipTests=true -B -V

Build completed successfully! So, unable to reproduce the build issue on travis-ci.
Same on the Jenkins CI, with Maven 3.5.2 the build completed successfully: http://buildserver.deegree.org/job/deegree-3.4-master/159/console

@tfr42
Copy link
Member

tfr42 commented Oct 24, 2018

Root cause for the failing build seems to be the version range defined for the transitive dependency of net.postgis:postgis-jdbc:2.2.1, see https://repo1.maven.org/maven2/net/postgis/postgis-jdbc/2.2.1/postgis-jdbc-2.2.1.pom
Issue should be fixed with PR #932.

@copierrj
Copy link
Member Author

copierrj commented Nov 9, 2018

Looks like we've still another build issue...

@tfr42 tfr42 removed the CI failing CI build job fails label Nov 30, 2018
@copierrj copierrj merged commit 7a739f9 into master Dec 14, 2018
@copierrj copierrj deleted the deegree-maven-plugin-upgrade branch December 14, 2018 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants