i must develop a java class that invoke maven command automaticly like install ,deploy , compile .... but i can't found the convinient java api any idea ???
have you an exemple to run mvn install for exemple or thing like this ?
trabelsi houcem
2010-10-04 16:17:58
@trabelsi houcemSimply call using args set as an array with a single element ('install')
aldrinleal
2010-10-05 15:27:51
thanks it work with domain () :)
trabelsi houcem
2010-10-07 22:28:29
A:
have you an exemple to run mvn install for exemple or something like this ?
trabelsi houcem
2010-10-04 18:26:59