Change pom.xml to use https for oxygen maven repo#1
Open
pythonexcels wants to merge 1 commit intomasterfrom
Open
Change pom.xml to use https for oxygen maven repo#1pythonexcels wants to merge 1 commit intomasterfrom
pythonexcels wants to merge 1 commit intomasterfrom
Conversation
Changed the url for the maven repo for oxygenxml.com from http: to https: because the build was failing. After the change the build completed successfully mvn install was failing with the following message: bash$ mvn install ... [ERROR] Failed to execute goal on project oxygen-plugin-workspace-access Could not resolve dependencies for project com.oxygenxml.samples:oxygen-plugin-workspace-access:jar:1.0: Could not transfer artifact com.oxygenxml:oxygen-sandbox:jar:21.1.0.2 from/to public (http://www.oxygenxml.com/maven): GET request of: com/oxygenxml/oxygen-sandbox/21.1.0.2/oxygen-sandbox-21.1.0.2.jar from public failed: Connection reset -> [Help 1]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed the url for the maven repo for oxygenxml.com from http: to https: because the build was failing. After this change, the build completed successfully
mvn install was failing with the following message: