hudson.maven.MavenModuleSet.xml 904 Bytes
Newer Older
1
<?xml version='1.1' encoding='UTF-8'?>
2
<hudson.maven.MavenModuleSet_-DescriptorImpl plugin="maven-plugin@3.4">
3
  <globalMavenOpts>-Dfile.encoding=UTF8  -Duser.country=TW  -Duser.language=zh</globalMavenOpts>
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  <mavenValidationLevels class="linked-hash-map">
    <entry>
      <string>DEFAULT</string>
      <int>-1</int>
    </entry>
    <entry>
      <string>LEVEL_MINIMAL</string>
      <int>0</int>
    </entry>
    <entry>
      <string>LEVEL_MAVEN_2_0</string>
      <int>20</int>
    </entry>
    <entry>
      <string>LEVEL_MAVEN_3_0</string>
      <int>30</int>
    </entry>
    <entry>
      <string>LEVEL_MAVEN_3_1</string>
      <int>31</int>
    </entry>
    <entry>
      <string>LEVEL_STRICT</string>
      <int>30</int>
    </entry>
  </mavenValidationLevels>
  <localRepository class="hudson.maven.local_repo.DefaultLocalRepositoryLocator"/>
</hudson.maven.MavenModuleSet_-DescriptorImpl>