org.kuali.common.deploy.spring
Class DeployMavenPropertySourceConfig

java.lang.Object
  extended by org.kuali.common.util.spring.AbstractPropertySourceConfig
      extended by org.kuali.common.util.spring.MavenPropertySourceConfig
          extended by org.kuali.common.deploy.spring.DeployMavenPropertySourceConfig

Deprecated.

@Configuration
@Deprecated
public class DeployMavenPropertySourceConfig
extends org.kuali.common.util.spring.MavenPropertySourceConfig

This lets properties defined in the pom override properties defined elsewhere. System/environment properties still override everything.


Constructor Summary
DeployMavenPropertySourceConfig()
          Deprecated.  
 
Method Summary
 org.kuali.common.util.property.ProjectProperties getDeployProjectProperties()
          Deprecated.  
protected  List<org.kuali.common.util.property.ProjectProperties> getOtherProjectProperties()
          Deprecated.  
 
Methods inherited from class org.kuali.common.util.spring.MavenPropertySourceConfig
getProjectProperties
 
Methods inherited from class org.kuali.common.util.spring.AbstractPropertySourceConfig
getPropertySource, springPropertySource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployMavenPropertySourceConfig

public DeployMavenPropertySourceConfig()
Deprecated. 
Method Detail

getOtherProjectProperties

protected List<org.kuali.common.util.property.ProjectProperties> getOtherProjectProperties()
Deprecated. 
Overrides:
getOtherProjectProperties in class org.kuali.common.util.spring.AbstractPropertySourceConfig

getDeployProjectProperties

public org.kuali.common.util.property.ProjectProperties getDeployProjectProperties()
Deprecated. 


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.