• David Ostrovsky's avatar
    Set up tool chain to install LO artifacts in Maven repositories · 78e4b97a
    David Ostrovsky yazdı
    Add <path_to_libo>/bin to your path.
    After full LO compile, the LO Java artifacts can be installed in the local
    Maven repository:
    
    mvn.py -a install -v 4.2.0 -s juh:jar:<path_to>/juh.jar
    mvn.py -a install -v 4.2.0 -s jurt:jar:<path_to>/jurt.jar
    mvn.py -a install -v 4.2.0 -s ridl:jar:<path_to>/ridl.jar
    mvn.py -a install -v 4.2.0 -s unoil:jar:<path_to>/unoil.jar
    
    With the artifacts installed this way, it is now possible
    to consume LO artifacts from custom pom.xml:
    
    [...]
      <properties>
        <LibreOffice-Version>4.2.0</LibreOffice-Version>
      </properties>
    [...]
      <dependencies>
        <dependency>
          <groupId>org.libreoffice</groupId>
          <artifactId>juh</artifactId>
          <version>${LibreOffice-Version}</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>org.libreoffice</groupId>
          <artifactId>jurt</artifactId>
          <version>${LibreOffice-Version}</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>org.libreoffice</groupId>
          <artifactId>ridl</artifactId>
          <version>${LibreOffice-Version}</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>org.libreoffice</groupId>
          <artifactId>unoil</artifactId>
          <version>${LibreOffice-Version}</version>
          <scope>provided</scope>
        </dependency>
      </dependencies>
    
    Change-Id: I2ad982ae23c78242ed8f1ac4c88c6be424cc7a0d
    Reviewed-on: https://gerrit.libreoffice.org/6453Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
    Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
    78e4b97a
Adı
Son kayıt (commit)
Son güncelleme
..
text_cat Loading commit data...
README Loading commit data...
bash-completion.in Loading commit data...
benchmark-document-loading Loading commit data...
convwatch.py Loading commit data...
count-todo-dialogs Loading commit data...
distro-install-clean-up Loading commit data...
distro-install-desktop-integration Loading commit data...
distro-install-file-lists Loading commit data...
distro-install-sdk Loading commit data...
fake_pom.xml Loading commit data...
find-german-comments Loading commit data...
find-undocumented-classes Loading commit data...
find-unusedheaders.pl Loading commit data...
fixincludeguards.sh Loading commit data...
fuzzfiles Loading commit data...
generate-bash-completion Loading commit data...
get-bugzilla-attachments-by-mimetype Loading commit data...
get_config_variables Loading commit data...
git-new-module-workdir Loading commit data...
git-new-workdir Loading commit data...
git-ps1 Loading commit data...
java-set-classpath.in Loading commit data...
lint-ui.py Loading commit data...
lo-commit-stat Loading commit data...
lo-generate-source-tarball Loading commit data...
lo-pack-sources Loading commit data...
lo-xlate-lang Loading commit data...
module-deps.pl Loading commit data...
moveglobalheaders.sh Loading commit data...
mvn.py Loading commit data...
striplanguagetags.sh Loading commit data...
stubify.pl Loading commit data...
unpack-sources Loading commit data...
update_pch.sh Loading commit data...
verify-custom-widgets-libs Loading commit data...