claudius108 / kuberam-expath-plugin

3 stars 4 forks source link

[Question] how to exclude exist specific files from xar #19

Open duncdrum opened 4 years ago

duncdrum commented 4 years ago

Hi i m trying to build a xar for BaseX, but the xar-assembly generates a repo.xml no matter what i do. Is there a way to suppress that, since BaseX doesn't know what to do with it or read it?

Is there a list of available <configuration> options somewhere?

duncdrum commented 4 years ago

basically generate-descriptors.xsl#L92 should only fire if the processor is exist-db.

similarly if the processor is basex the generate-descriptors.xsl#L28 should create a file named basex.xml instead of exist.xml