|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule
org.apache.maven.plugins.enforcer.AbstractNonCacheableEnforcerRule
org.apache.maven.plugins.enforcer.AbstractBanDependencies
org.apache.maven.plugins.enforcer.NoSnapshots
RequireReleaseDeps
public class NoSnapshots
This rule is deprecated. Use requireReleaseVersions.
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule |
|---|
message |
| Constructor Summary | |
|---|---|
NoSnapshots()
Deprecated. |
|
| Method Summary | |
|---|---|
protected java.util.Set |
checkDependencies(java.util.Set dependencies,
org.apache.maven.plugin.logging.Log log)
Deprecated. Checks the set of dependencies to see if any snapshots are included. |
| Methods inherited from class org.apache.maven.plugins.enforcer.AbstractBanDependencies |
|---|
execute, getDependenciesToCheck, getErrorMessage, getMessage, isSearchTransitive, setMessage, setSearchTransitive |
| Methods inherited from class org.apache.maven.plugins.enforcer.AbstractNonCacheableEnforcerRule |
|---|
getCacheId, isCacheable, isResultValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoSnapshots()
| Method Detail |
|---|
protected java.util.Set checkDependencies(java.util.Set dependencies,
org.apache.maven.plugin.logging.Log log)
throws EnforcerRuleException
checkDependencies in class AbstractBanDependenciesdependencies - the dependencieslog - the log
EnforcerRuleException - the enforcer rule exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||