Class WarAttachClassesConvention
- java.lang.Object
-
- io.freefair.gradle.plugins.maven.war.WarAttachClassesConvention
-
@Deprecated public class WarAttachClassesConvention extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WarAttachClassesConvention(Property<Boolean> attachClasses, Property<String> classesClassifier)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.Property<Boolean>
getAttachClasses()
Deprecated.Whether classes (that is the content of the WEB-INF/classes directory) should be attached to the project as an additional artifact.String
getClassesClassifier()
Deprecated.int
hashCode()
Deprecated.boolean
isAttachClasses()
Deprecated.void
setAttachClasses(boolean attachClasses)
Deprecated.void
setClassesClassifier(String classesClassifier)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
isAttachClasses
public boolean isAttachClasses()
Deprecated.
-
getClassesClassifier
public String getClassesClassifier()
Deprecated.
-
setAttachClasses
public void setAttachClasses(boolean attachClasses)
Deprecated.
-
setClassesClassifier
public void setClassesClassifier(String classesClassifier)
Deprecated.
-
getAttachClasses
public Property<Boolean> 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
classesClassifier
parameter.- See Also:
classesClassifier
, maven-war-plugin#attachClasses
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-