-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Shift to new maven repositories (OSGeo) #4700
Conversation
Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
Running in a clean
|
Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
Deploying snapshots worked, see result here: https://repo.osgeo.org/repository/geonetwork-snapshots/ I would like to see this merged, and setup in jenkins. I know that deploy from travis is possible but I would prefer to be cautious with osgeo repository credentials. |
Signed-off-by: Jody Garnett <[email protected]>
I have checkout a clean master branch and applied also metadata101/iso19115-3.2018#66, but when trying to build I get the following error:
I think in Updating that line locally the build works, but there're issues running the application in
|
This PR is independent, and just focuses on making artifacts (in this case snapshots) deploy. |
use of dependency management to handle mapfish print version Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
@josegar74 sorry that did not work, transitive dependency on codehale os now restored and I can successfully This PR is independent of any others and just allows snapshots to be deployed. |
Details reverse engineered from github and public emails, please review. Signed-off-by: Jody Garnett <[email protected]>
Signed-off-by: Jody Garnett <[email protected]>
* shift to new maven repositories Signed-off-by: Jody Garnett <[email protected]> * Setup geonetwork-cache repository Signed-off-by: Jody Garnett <[email protected]> * Add additional project information Signed-off-by: Jody Garnett <[email protected]> * revise based on feedback Signed-off-by: Jody Garnett <[email protected]> * exclude mapfish transitive dependencies for web Signed-off-by: Jody Garnett <[email protected]> * allowing print-libs to pull in com.codahale.metrics pending feedback Signed-off-by: Jody Garnett <[email protected]> * revise based on feedback Signed-off-by: Jody Garnett <[email protected]> * revise based on feedback Signed-off-by: Jody Garnett <[email protected]> * Additional print-lib exclusions * Replace print.lib.version with use of dependency management * Revised based on feedback use of dependency management to handle mapfish print version Signed-off-by: Jody Garnett <[email protected]> * restore codahale transitive dependencies for mapfish print Signed-off-by: Jody Garnett <[email protected]> * list additional camptocamp developers Details reverse engineered from github and public emails, please review. Signed-off-by: Jody Garnett <[email protected]> * remove list of developers to seperate isse Signed-off-by: Jody Garnett <[email protected]>
* shift to new maven repositories Signed-off-by: Jody Garnett <[email protected]> * Setup geonetwork-cache repository Signed-off-by: Jody Garnett <[email protected]> * Add additional project information Signed-off-by: Jody Garnett <[email protected]> * revise based on feedback Signed-off-by: Jody Garnett <[email protected]> * exclude mapfish transitive dependencies for web Signed-off-by: Jody Garnett <[email protected]> * allowing print-libs to pull in com.codahale.metrics pending feedback Signed-off-by: Jody Garnett <[email protected]> * revise based on feedback Signed-off-by: Jody Garnett <[email protected]> * revise based on feedback Signed-off-by: Jody Garnett <[email protected]> * Additional print-lib exclusions * Replace print.lib.version with use of dependency management * Revised based on feedback use of dependency management to handle mapfish print version Signed-off-by: Jody Garnett <[email protected]> * restore codahale transitive dependencies for mapfish print Signed-off-by: Jody Garnett <[email protected]> * list additional camptocamp developers Details reverse engineered from github and public emails, please review. Signed-off-by: Jody Garnett <[email protected]> * remove list of developers to seperate isse Signed-off-by: Jody Garnett <[email protected]>
See proposal Host Geonetwork artifacts on repo.osgeo.org for details.
Cache remote repositories:
Note replacing core-maven-repo was not successful and is being cached above.
Build changes and dependency review:
Going to save change to maven-resources-plugin:copy-resources to maven-dependency-plugin:unpack for subsequent PR as it may be quite extensive.