LibreOffice Maven dependencies?

I am trying to run LibreOffice examples on a small Maven project. Netbeans doesn't seem to find dependencies in Maven.

For example:

import com.sun.star.awt.Point;

      

It seems hard to believe that LibreOffice dependencies are not available in Maven. Or are they not?

+3


source to share


1 answer


They are not..

http://repo1.maven.org/maven2/com/sun/star



http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.sun.star%22

Perhaps this should be fixed. I would suggest raising the issue with LibreOffice and at the same time setting up your own repository server like Sonatype Nexus and deploying the necessary jars there.

+3


source







All Articles