Skip to content

What is the recommended Maven configuration to compile the project? #3026

Answered by healchow
healchow asked this question in Q&A
Discussion options

You must be logged in to vote

My settings file of Maven is like this:

<?xml version="1.0" encoding="UTF-8"?>

<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://maven.apache.org/SETTINGS/1.0.0"
        xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

    <localRepository>/Users/healchow/repo/public</localRepository>

    <offline>false</offline>

    <mirrors>
        <mirror>
            <id>tencent-yun</id>
            <mirrorOf>*</mirrorOf>
            <name>tencent-yun</name>
            <url>https://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
        </mirror>
        <mirror>
            <id>ali-yun</id

Replies: 1 comment

Comment options

healchow
Mar 9, 2022
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by healchow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant