maven help 插件

maven help 插件

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-help-plugin</artifactId>
            <version>3.2.0</version>
        </plugin>
    </plugins>
</build>
D:	oolsjdkinjava.exe -Dmaven.multiModuleProjectDirectory=E:mozqdemo_projectshirohttp_01 -Dmaven.home=E:mozqapache-maven-3.6.1 -Dclassworlds.conf=E:mozqapache-maven-3.6.1inm2.conf "-javaagent:D:	oolsideaIntelliJ IDEA 2019.1.3libidea_rt.jar=53111:D:	oolsideaIntelliJ IDEA 2019.1.3in" -Dfile.encoding=UTF-8 -classpath E:mozqapache-maven-3.6.1ootplexus-classworlds-2.6.0.jar org.codehaus.classworlds.Launcher -Didea.version2019.1.3 -s E:mozqapache-maven-3.6.1confsettings.xml org.apache.maven.plugins:maven-help-plugin:3.2.0:effective-settings
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< com.mozq.http:http_01 >------------------------
[INFO] Building http_01 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-help-plugin:3.2.0:effective-settings (default-cli) @ http_01 ---
[INFO] 
Effective user-specific configuration settings:

<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!--                                                                        -->
<!-- Generated by Maven Help Plugin on 2019-12-12T17:56:24+08:00            -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/                -->
<!--                                                                        -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!--                                                                        -->
<!-- Effective Settings for '1' on 'DESKTOP-3H9092J'                        -->
<!--                                                                        -->
<!-- ====================================================================== -->
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
  <localRepository>E:mozqapache-maven-3.6.1
epo</localRepository>
  <mirrors>
    <mirror>
      <mirrorOf>central</mirrorOf>
      <name>internal nexus repository</name>
      <url>http://repo.maven.apache.org/maven2</url>
      <id>nexus</id>
    </mirror>
    <mirror>
      <mirrorOf>central</mirrorOf>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <id>alimaven</id>
    </mirror>
    <mirror>
      <mirrorOf>central</mirrorOf>
      <name>Human Readable Name for this Mirror.</name>
      <url>http://uk.maven.org/maven2/</url>
      <id>uk</id>
    </mirror>
    <mirror>
      <mirrorOf>central</mirrorOf>
      <name>OSChina Central</name>
      <url>http://maven.oschina.net/content/groups/public/</url>
      <id>CN</id>
    </mirror>
  </mirrors>
  <profiles>
    <profile>
      <repositories>
        <repository>
          <releases />
          <snapshots>
            <updatePolicy>always</updatePolicy>
          </snapshots>
          <id>boundlessgeo</id>
          <url>https://repo.boundlessgeo.com/main/</url>
        </repository>
      </repositories>
      <id>boundlessgeo</id>
    </profile>
    <profile>
      <repositories>
        <repository>
          <releases />
          <snapshots>
            <updatePolicy>always</updatePolicy>
          </snapshots>
          <id>aliyun</id>
          <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
        </repository>
      </repositories>
      <id>aliyun</id>
    </profile>
    <profile>
      <repositories>
        <repository>
          <releases />
          <snapshots>
            <updatePolicy>always</updatePolicy>
          </snapshots>
          <id>maven-central</id>
          <url>http://central.maven.org/maven2/</url>
        </repository>
      </repositories>
      <id>maven-central</id>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>boundlessgeo</activeProfile>
    <activeProfile>aliyun</activeProfile>
    <activeProfile>maven-central</activeProfile>
  </activeProfiles>
  <pluginGroups>
    <pluginGroup>org.apache.maven.plugins</pluginGroup>
    <pluginGroup>org.codehaus.mojo</pluginGroup>
  </pluginGroups>
</settings>


[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.180 s
[INFO] Finished at: 2019-12-12T17:56:25+08:00
[INFO] ------------------------------------------------------------------------
原文地址:https://www.cnblogs.com/mozq/p/12030784.html