maven setting.xml配置说明

setting.xml

view plaincopy to clipboardprint?
 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> 
04.  
05. usr/local/maven 
06.  
07. true 
08.  
09. false 
10.  
11. false 
12.  
13.  
14.   
15.  org.codehaus.mojo 
16.
 
17.  
18.  
19.   
20.   
21.    
22.   myproxy 
23.    
24.   true 
25.    
26.   http 
27.    
28.   proxy.somewhere.com 
29.    
30.   8080 
31.    
32.   proxyuser 
33.    
34.   somepassword 
35.    
36.   *.google.com|ibiblio.org 
37. 
 
38.
 
39.  
40.  
41.   
42.   
43.    
44.   server001 
45.    
46.   my_login 
47.    
48.   my_password 
49.    
50.   ${usr.home}/.ssh/id_dsa 
51.    
52.   some_passphrase 
53.    
54.   664 
55.    
56.   775 
57.    
58.    
59. 
 
60.
 
61.  
62.  
63.   
64.   
65.    
66.   planetmirror.com 
67.    
68.   PlanetMirror Australia 
69.    
70.   http://downloads.planetmirror.com/pub/maven2 
71.    
72.   central 
73. 
 
74.
 
75.  
76.  
77.   
78.   
79.    
80.   test 
81.    
82.    
83.     
84.    false 
85.     
86.    1.5 
87.     
88.     
89.      
90.     Windows XP 
91.      
92.     Windows 
93.      
94.     x86 
95.      
96.     5.1.2600 
97.   
 
98.     
99.     
100.      
101.     mavenVersion 
102.      
103.     2.0.3 
104.   
 
105.     
106.     
107.      
108.     /usr/local/hudson/hudson-home/jobs/maven-guide-zh-to-production/workspace/ 
109.      
110.     /usr/local/hudson/hudson-home/jobs/maven-guide-zh-to-production/workspace/ 
111.   
 
112.  
 
113.    
120.    
121.    /ebs1/build-machine/usr/local/hudson/hudson-home/jobs/maven-guide- 
122.  
 
123.    
124.    
125.     
126.     
127.      
128.     codehausSnapshots 
129.      
130.     Codehaus Snapshots 
131.      
132.      
133.       
134.      false 
135.       
136.      always 
137.       
138.      warn 
139.    
 
140.      
141.      
142.       
143.    
 
144.      
145.     http://snapshots.maven.codehaus.org/maven2 
146.      
147.     default 
148.   
 
149.  
 
150.    
151.    
152.     
153.                       
154.             
155.       
156.    
 
157.      
158.       
159.    
 
160.      
161.         
 
162.       
 
163.         
165.    
166.     
167.    env-test 
168.  
 
169. 
 
170.
 
171.
 

 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
 
 usr/local/maven
 
 true
 
 false
 
 false
 
 
 
  org.codehaus.mojo
 

 
 
 
 
  
   myproxy
  
   true
  
   http
  
   proxy.somewhere.com
  
   8080
  
   proxyuser
  
   somepassword
  
   *.google.com|ibiblio.org
 

 

 
 
 
 
  
   server001
  
   my_login
  
   my_password
  
   ${usr.home}/.ssh/id_dsa
  
   some_passphrase
  
   664
  
   775
  
  
 

 

 
 
 
 
  
   planetmirror.com
  
   PlanetMirror Australia
  
   http://downloads.planetmirror.com/pub/maven2
  
   central
 

 

 
 
 
 
  
   test
  
  
   
    false
   
    1.5
   
   
    
     Windows XP
    
     Windows
    
     x86
    
     5.1.2600
   

   
   
    
     mavenVersion
    
     2.0.3
   

   
   
    
     /usr/local/hudson/hudson-home/jobs/maven-guide-zh-to-production/workspace/
    
     /usr/local/hudson/hudson-home/jobs/maven-guide-zh-to-production/workspace/
   

  

  
  
    /ebs1/build-machine/usr/local/hudson/hudson-home/jobs/maven-guide-
  

  
  
   
   
    
     codehausSnapshots
    
     Codehaus Snapshots
    
    
     
      false
     
      always
     
      warn
    

    
    
     
    

    
     http://snapshots.maven.codehaus.org/maven2
    
     default
   

  

  
  
   
                    
          
     
    

    
     
    

    
         

       

       
  
   
    env-test
  

 

 

  

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/mypop/archive/2011/01/17/6146686.aspx

你可能感兴趣的:(JAVA)