mirror of https://github.com/jenkinsci/jenkins.git
				
				
				
			Make ${port} be honored by `mvn -f war hudson-dev:run`.
This commit is contained in:
		
							parent
							
								
									e460e6c40b
								
							
						
					
					
						commit
						803cc953e4
					
				|  | @ -459,11 +459,9 @@ THE SOFTWARE. | |||
|             Reload webapp when you hit ENTER. (See JETTY-282 for more) | ||||
|           --> | ||||
|           <reload>manual</reload> | ||||
|           <connectors> | ||||
|             <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> | ||||
|                 <port>${port}</port> | ||||
|             </connector> | ||||
|           </connectors> | ||||
|           <httpConnector> | ||||
|               <port>${port}</port> | ||||
|           </httpConnector> | ||||
|           <additionalClassesDirectories> | ||||
|             <!-- load resources straight from source --> | ||||
|             <additionalClassesDirectory>../core/src/main/resources</additionalClassesDirectory> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue