On 30.04.2021 09:23, Michaud Michael wrote:
> Thanks Ede,

hey Mike,

> Maven build is still a bit mysterious for me. There is something in 
> particular that you may be abble to explain to me. I have plenty of warnings 
> on properties used in the pom and that seem to be defined nowhere : 
> ${build.datelong}, ${version.datestamp}, ${maven-assembly-plugin.version}...

easiest is searching for the name string. anyway

build.datelong property is set by build-helper-maven-plugin around here
https://github.com/openjump-gis/openjump/blob/a233da5a9b67df46cf34830561655df0e94720ff/pom.xml#L678

version.datestamp indeed needs to be fixed for javadoc, srczip

maven-assembly-plugin.version is set here
https://github.com/openjump-gis/openjump/blob/a233da5a9b67df46cf34830561655df0e94720ff/pom.xml#L21

> Are they defined in a  place that my IDE is not aware of or something like 
> that ?

dunno as i don't use IntelliJ. might be true for the ones set by the plugins 
but the others?

..sunny regards ede


_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to