Build maven private server under windows, nexus-3.20.1-01-win64 installation

1. I won't send download links. There are many on the Internet. Although there are version differences, the basic installation steps are almost the same (the version should not be too different). Please refer to each other for confirmation. 2. Unzip the downloaded nexus and there will be two directories, as shown in the following figure: &n ...

Posted by FatStratCat on Wed, 08 Dec 2021 00:24:10 +0100

Android jcenter goes to maven and Nexus Public Libraries

catalogue background   objective to configure achievements Tutorial start to configure First of all, I'll give you an article on git configuration that is worth learning from https://github.com/KVNR/appnexus_adserver_android/blob/4bf9cd5b7f7d0362dff92edfcde8e1d10b28ac2e/sdk/build.gradle Then give you a blog worthy of reference ...

Posted by NoName.ba on Sat, 16 Oct 2021 21:18:54 +0200

Java protects Excel workbooks and worksheets

For security reasons, you may need to protect the entire workbook or worksheet. Sometimes, you may even need to protect a worksheet, but keep the specified cells for editing. This article describes how to use free fire.xls for Java to implement these operations.   Add Spire.Xls.jar as a dependency Method 1: Download Free Spire.XLS for Java Pack ...

Posted by Kodak07 on Thu, 16 Apr 2020 16:26:40 +0200

Linux basic software installation Git (server installation)

brief introduction Git is an open source distributed version control system for agile and efficient processing of any small or large project. Git is an open source version control software developed by Linus Torvalds to help manage Linux kernel development. In the current software development, Git/SVN, two version control sys ...

Posted by tallberg on Thu, 13 Feb 2020 20:15:01 +0100

LINUX Install nexus Private Server and Use

Download and unzip the nexus package #This download version 2.14.3-02 can be updated to 3.13.0-01 # wget "https://sonatype-download.global.ssl.fastly.net/nexus/oss/nexus-2.14.3-02-bundle.tar.gz" # tar xfvz nexus-2.14.3-02-bundle.tar.gz Configuring nexus environment variables # cd /etc # vi profile i Enter edit ...

Posted by bqheath on Mon, 20 Jan 2020 20:02:19 +0100

Solve the problem that maven cannot download the dependent jar package

Background: There is a maven private server built in the company, and a core jar package has been made. At the beginning, it was XXX core.1.0.0.snapshot version, which can be used normally in both local and project environments. In order to support the launch and release a stable version, XXX core.1.0.0.jar. The local compilation is normal, t ...

Posted by bluedot on Mon, 02 Dec 2019 18:42:27 +0100

MTK Recovery Mode Horizontal Screen Modification (for 6.0 + 8.1)

Before modification After modification 6.0 Recovery Mode Horizontal Screen Modification Method Modification of relevant documentsbootable\recovery\minui\Android.mkbootable\recovery\minui\mt_graphic_rotate.cppbootable\recovery\minui\mt_graphic_rotate.hbootable\recovery\minui\graphics_fbdev.cppbootable\recovery\minui\minui.h 1. Add mt_graphic_r ...

Posted by Mysticated on Fri, 04 Oct 2019 13:22:08 +0200

[Maven] Build Nexus Maven private warehouse

Private warehouse principles Private warehouse benefits Build private warehouses Use private warehouses _Maven, as the current mainstream project management tool, has great performance in dependency management, system building, etc.However, it is a nightmare for users to visit Maven warehouses abroad. Building a private Maven warehou ...

Posted by Trenchant on Tue, 16 Jul 2019 19:45:58 +0200