[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Java package and debian-repo-helper



Hello,

my package (BrailleUtils) is and library build with ant. Since another package
(using Maven) depends on it, BrailleUtils needs a POM-file.

I've downloaded one from the WEB and put it under debian/pom.xml. Then I've run
mh_lspoms which detected the POM file and generated a bunch of files like
maven.rules etc. After installing BrailleUtils, the POM-file resides under
/usr/share/maven-repo.*, but there is no jar file (symlinked).
So my question: does this matter? Will it work nonetheless?

My second question has to do with my yet-to-package program. This one uses
maven, and the POM file specifies a dependency to
===
			<dependency>
				<groupId>org.openoffice</groupId>
				<artifactId>unoil</artifactId>
				<version>${openoffice.version}</version>
				<scope>provided</scope>
			</dependency>
===
(and even some more from OpenOffice).
Those can not be found. So what is there the correct way to go?

Thanks in advance!
Sebastian
-- 
Web: http://www.crustulus.de   | Blog (eng / deu): http://www.crustulus.de/blog
Freies Latein-Deutsch-Wörterbuch: http://www.crustulus.de/freedict.de.html
FreeDict: Free multilingual dictionary databases - http://www.freedict.org

Attachment: signature.asc
Description: Digital signature


Reply to: