Class WarArchiveClassesConvention
- java.lang.Object
-
- io.freefair.gradle.plugins.maven.war.WarArchiveClassesConvention
-
public class WarArchiveClassesConvention extends Object
-
-
Constructor Summary
Constructors Constructor Description WarArchiveClassesConvention()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isArchiveClasses()
Whether a JAR file will be created for the classes in the webapp.void
setArchiveClasses(boolean archiveClasses)
Whether a JAR file will be created for the classes in the webapp.String
toString()
-
-
-
Method Detail
-
isArchiveClasses
public boolean isArchiveClasses()
Whether a JAR file will be created for the classes in the webapp. Using this optional configuration parameter will make the compiled classes to be archived into a JAR file and the classes directory will then be excluded from the webapp.- See Also:
- maven-war-plugin#archiveClasses
-
setArchiveClasses
public void setArchiveClasses(boolean archiveClasses)
Whether a JAR file will be created for the classes in the webapp. Using this optional configuration parameter will make the compiled classes to be archived into a JAR file and the classes directory will then be excluded from the webapp.- See Also:
- maven-war-plugin#archiveClasses
-
canEqual
protected boolean canEqual(Object other)
-
-