(defn read-components [zipfile] (when-let [entry (.getEntry zipfile "META-INF/plexus/components.xml")] (-> (xml-> (xml-zip (xml/parse (.getInputStream zipfile entry))) (tag= :components)) first first :content)))
Comments top
No comments for read-components. Log in to add a comment.