- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 2,633 for packager (0.04 sec)
-
pom.xml
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rpm-maven-plugin</artifactId> <configuration> <distribution>Fess</distribution> <group>Application/Internet</group> <packager>CodeLibs</packager> <prefix>/usr</prefix> <needarch>noarch</needarch> <targetOS>linux</targetOS> <changelogFile>src/changelog</changelogFile> <defineStatements>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ClassTraversalUtil.java
* * @param rootDir the root directory * @param rootPackage the root package * @return a {@link File} representing the directory corresponding to the package */ protected static File getPackageDir(final File rootDir, final String rootPackage) { File packageDir = rootDir; if (rootPackage != null) {Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 9.5K bytes - Viewed (0) -
CLAUDE.md
mvn dbflute:download # One-time setup mvn dbflute:freegen mvn license:format ``` ### Build ```bash # Standard build mvn package # Clean build mvn clean package # Build distribution packages mvn rpm:rpm # .rpm package mvn jdeb:jdeb # .deb package ``` ### Testing ```bash # Run unit tests (*Test.java) mvn test # Run single unit test mvn test -Dtest=SearchEngineClientTest
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.8K bytes - Viewed (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# o packageBase: (Required) # The base directory of package for generated class. # The class package is 'this property value + detail package value'. # However, detail packages have default value so basically # you only have to specify the property 'packageBase'. # If this property is specified and detail package properties is not specified, # Then the packages of generated class are as follows: #Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0) -
README.md
### Run Fess Run or debug org.codelibs.fess.FessBoot on your IDE, and then access http://localhost:8080/ ### Build Package Run the `package` goal and then the release file will be created in target/releases. $ mvn package $ mvn rpm:rpm # .rpm package $ mvn jdeb:jdeb # .deb package ### Generate Source Code $ mvn dbflute:download # (one time command) $ mvn dbflute:freegenRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 00:28:33 UTC 2025 - 7.8K bytes - Viewed (2) -
src/main/java/jcifs/http/Handler.java
/** * Vendor-specific default packages. If no packages are specified in * "java.protocol.handler.pkgs", the VM uses one or more default * packages, which are vendor specific. Sun's is included below * for convenience; others could be as well. If a particular vendor's * package isn't listed, it can be specified in * "java.protocol.handler.pkgs". */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.9K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/resources/lasta_di.properties
#smart.deploy.mode.location = maihama_env.properties: lasta_di.smart.deploy.mode # package for smart deploy target e.g. org.docksidestage.app smart.package1 = org.codelibs.fess.crawler
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 479 bytes - Viewed (0) -
dbflute_fess/dfprop/outsideSqlMap.dfprop
# } #} # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o sqlPackage: (NotRequired - Default all packages) # The package of SQL file for outsideSql. # This is basically for narrowing SQL-searching target, # for example, when the project has SQL files for other framework. # So basically you don't need this. #Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8K bytes - Viewed (0) -
CLAUDE.md
### Build Commands ```bash mvn compile # Compile mvn test # Run all tests mvn test -Dtest=SuggesterTest # Run specific test mvn package # Package JAR mvn formatter:format license:format # Format code and apply licenses mvn clean jacoco:prepare-agent test jacoco:report # Generate coverage report ``` ### Adding New Features
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/Handler.java
/** * Vendor-specific default packages. If no packages are specified in * "java.protocol.handler.pkgs", the VM uses one or more default * packages, which are vendor specific. Sun's is included below * for convenience; others could be as well. If a particular vendor's * package isn't listed, it can be specified in * "java.protocol.handler.pkgs". */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0)