zoukankan      html  css  js  c++  java
  • 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] ------------------------------------------------------------------------
    
  • 相关阅读:
    Visual Studio Code 配置C/C++环境
    二叉链的基本操作
    回文自动机
    吊打线段树的超级树状数组
    Treap平衡树
    uni-app nvue页面动态修改导航栏按钮
    uni-app map组件关于marker标记点动态设置的问题
    uni-app 提示 v-for 暂不支持循环数据
    uni-app APP端隐藏导航栏自定义按钮
    uni-app路径规划(打开第三方地图实现)
  • 原文地址:https://www.cnblogs.com/mozq/p/12030784.html
Copyright © 2011-2022 走看看