localRepository

G:\program-my\maven-responsery

<!-- Another sample, using keys to authenticate.
<server>
  <id>siteServer</id>
  <privateKey>/path/to/private/key</privateKey>
  <passphrase>optional; leave empty if not used.</passphrase>
</server>
-->
rnd-huaweiibiblio Mirror of http://repo1.maven.org/maven2/http://rnd-mirrors.huawei.com/maven/centraljdk-1.8true1.81.81.81.8
<!--
 | Here is another profile, activated by the system property 'target-env' with a value of 'dev',
 | which provides a specific path to the Tomcat instance. To use this, your plugin configuration
 | might hypothetically look like:
 |
 | ...
 | <plugin>
 |   <groupId>org.myco.myplugins</groupId>
 |   <artifactId>myplugin</artifactId>
 |
 |   <configuration>
 |     <tomcatLocation>${tomcatPath}</tomcatLocation>
 |   </configuration>
 | </plugin>
 | ...
 |
 | NOTE: If you just wanted to inject this configuration whenever someone set 'target-env' to
 |       anything, you could just leave off the <value/> inside the activation-property.
 |
<profile>
  <id>env-dev</id>

  <activation>
    <property>
      <name>target-env</name>
      <value>dev</value>
    </property>
  </activation>

  <properties>
    <tomcatPath>/path/to/tomcat/instance</tomcatPath>
  </properties>
</profile>
-->

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2021-11-05
  • 2021-06-28
  • 2021-06-16
  • 2021-09-02
猜你喜欢
  • 2021-06-12
  • 2022-12-23
  • 2021-11-14
  • 2021-10-23
  • 2021-05-29
  • 2021-08-22
相关资源
相似解决方案