Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for webResources (0.17 sec)

  1. src/main/java/org/codelibs/fess/FessBoot.java

    import org.apache.tomcat.util.net.SSLHostConfigCertificate;
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.fess.tomcat.valve.SuppressErrorReportValve;
    import org.codelibs.fess.tomcat.webresources.FessWebResourceRoot;
    import org.dbflute.tomcat.TomcatBoot;
    import org.dbflute.tomcat.logging.BootLogger;
    import org.dbflute.tomcat.props.BootPropsTranslator;
    
    public class FessBoot extends TomcatBoot {
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. pom.xml

    				</executions>
    			</plugin>
    			<plugin>
    				<artifactId>maven-war-plugin</artifactId>
    				<configuration>
    					<webResources>
    						<resource>
    							<directory>${project.build.directory}/${project.build.finalName}-compress</directory>
    						</resource>
    					</webResources>
    					<packagingExcludes>**/*.min.map,**/*.min.css.map,**/*.min.js.map</packagingExcludes>
    				</configuration>
    			</plugin>
    			<plugin>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 02:16:03 UTC 2024
    - 49.1K bytes
    - Viewed (0)
Back to top