maven - Resize image from pom.xml -
at moment i'm working on maven project , i'm filling list of developers , contributors in pom.xml. in addition name, email , role of developer/contributor want add image of person. in order write:
<developer> ... <properties> <picurl>url_to_image</picurl> </properties> </developer>
but unfortunately picture url big. question is: possible somehow resize it? maybe there properties ?
this not manage within pom. if possible resize , re-upload images update urls.
Comments
Post a Comment