(defn make-artifact [model] (.createArtifactWithClassifier (.lookup container ArtifactFactory/ROLE) (.getGroupId model) (.getArtifactId model) (.getVersion model) (.getPackaging model) nil))
Comments top
No comments for make-artifact. Log in to add a comment.