Class WarAttachClassesConvention
java.lang.Object
io.freefair.gradle.plugins.maven.war.WarAttachClassesConvention
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionWarAttachClassesConvention(Property<Boolean> attachClasses, Property<String> classesClassifier) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Whether classes (that is the content of the WEB-INF/classes directory) should be attached to the project as an additional artifact.Deprecated.inthashCode()Deprecated.booleanDeprecated.voidsetAttachClasses(boolean attachClasses) Deprecated.voidsetClassesClassifier(String classesClassifier) Deprecated.toString()Deprecated.
-
Constructor Details
-
Method Details
-
isAttachClasses
public boolean isAttachClasses()Deprecated. -
getClassesClassifier
Deprecated. -
setAttachClasses
public void setAttachClasses(boolean attachClasses) Deprecated. -
setClassesClassifier
Deprecated. -
getAttachClasses
Deprecated.Whether classes (that is the content of the WEB-INF/classes directory) should be attached to the project as an additional artifact.By default the classifier for the additional artifact is 'classes'. You can change it with the
classesClassifierparameter.- See Also:
-
classesClassifier- maven-war-plugin#attachClasses
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-