Searched refs:find_pom_value (Results 1 – 1 of 1) sorted by relevance
66 local group_id=$(find_pom_value $pomfile "groupId")67 local artifact_id=$(find_pom_value $pomfile "artifactId")84 find_pom_value() { function89 python $(dirname $0)/find_pom_value.py $pomfile $attribute