Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for mvn (0.01 sec)

  1. docs/fr/README.md

        $ mvn dbflute:download # (commande unique)
        $ mvn dbflute:freegen
        $ mvn license:format
    
    ### Tests d'Intégration
    
    Lancez le serveur Fess et exécutez la commande suivante :
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"
    
    Pour exécuter un seul cas de test, vous pouvez utiliser :
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. docs/pt-BR/README.md

        $ mvn dbflute:download # (comando executado uma vez)
        $ mvn dbflute:freegen
        $ mvn license:format
    
    ### Testes de Integração
    
    Inicie o servidor Fess e execute o seguinte comando:
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"
    
    Para executar um único caso de teste, você pode usar:
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. README.md

        $ mvn dbflute:freegen
        $ mvn license:format
    
    ### Integration Tests
    
    Launch Fess Server and run the following command:
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"
    
    To run a single test case, you can use:
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  4. docs/de/README.md

        $ mvn dbflute:download # (einmaliger Befehl)
        $ mvn dbflute:freegen
        $ mvn license:format
    
    ### Integrationstests
    
    Starten Sie den Fess-Server und führen Sie den folgenden Befehl aus:
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"
    
    Um einen einzelnen Testfall auszuführen, können Sie verwenden:
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. docs/zh-CN/README.md

    运行 antrun:run 将插件下载到插件目录:
    
        $ mvn antrun:run
    
    ### 运行 Fess
    
    在您的 IDE 上运行或调试 `org.codelibs.fess.FessBoot`,然后访问 http://localhost:8080/
    
    ### 构建包
    
    运行 `package` 目标,然后在 target/releases 中创建发布文件。
    
        $ mvn package
        $ mvn rpm:rpm   # .rpm 包
        $ mvn jdeb:jdeb # .deb 包
    
    ### 生成源代码
    
        $ mvn dbflute:download # (仅运行一次)
        $ mvn dbflute:freegen
        $ mvn license:format
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  6. docs/ko/README.md

    antrun:run을 실행하여 플러그인을 플러그인 디렉토리에 다운로드합니다:
    
        $ mvn antrun:run
    
    ### Fess 실행
    
    IDE에서 `org.codelibs.fess.FessBoot`을 실행하거나 디버그하고 http://localhost:8080/에 접속합니다.
    
    ### 패키지 빌드
    
    `package` 목표를 실행하면 릴리스 파일이 target/releases 디렉토리에 생성됩니다.
    
        $ mvn package
        $ mvn rpm:rpm   # .rpm 패키지
        $ mvn jdeb:jdeb # .deb 패키지
    
    ### 소스 코드 생성
    
        $ mvn dbflute:download # (한 번만 실행)
        $ mvn dbflute:freegen
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. docs/es/README.md

        $ mvn dbflute:download # (comando ejecutado una sola vez)
        $ mvn dbflute:freegen
        $ mvn license:format
    
    ### Pruebas de Integración
    
    Inicia el servidor Fess y ejecuta el siguiente comando:
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"
    
    Para ejecutar un único caso de prueba, puedes usar:
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. docs/ja/README.md

    antrun:runを実行して、プラグインをpluginsディレクトリにダウンロードします:
    
        $ mvn antrun:run
    
    ### Fessの実行
    
    IDE上で`org.codelibs.fess.FessBoot`を実行またはデバッグし、http://localhost:8080/ にアクセスします。
    
    ### パッケージのビルド
    
    `package`ゴールを実行すると、releaseファイルがtarget/releasesディレクトリに作成されます。
    
        $ mvn package
        $ mvn rpm:rpm   # .rpmパッケージ
        $ mvn jdeb:jdeb # .debパッケージ
    
    ### ソースコードの生成
    
        $ mvn dbflute:download # (一度だけ実行)
        $ mvn dbflute:freegen
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top