ro.kuberam.maven.plugins.expath.mojos.generate-descriptors.xql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kuberam-expath-plugin Show documentation
Show all versions of kuberam-expath-plugin Show documentation
Plugin for EXPath related functionality
xquery version "3.1";
declare namespace pkg = "http://expath.org/ns/pkg";
{
for $component in //pkg:components/*
return
{$component/pkg:public-uri/text()}
{$component/pkg:file/text()}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy