On Sat, Nov 25, 2023 at 4:41 PM thom...@gmail.com <thomh...@gmail.com> wrote:
>
> I have pulled the 2.17 branch of jackson-dataformat-xml  and am attempting to 
> rercreate my issue.There seems to be a build issue missing PackageVersion. I 
> have found this note in PackageVersion.java.in
>
> /**
>  * Automatically generated from PackageVersion.java.in during
>  * packageVersion-generate execution of maven-replacer-plugin in
>  * pom.xml.
>  */
>
> I have attempted mvn packageVersion-generate and mvn maven-replacer-plugin, 
> but these don't appear to be valid targets.
>
> I don't know, I'm not a mvn guy. I searched through the docs and couldn't 
> find how to deal with this issue.How do I resolve?

You need to do `./mvnw clean install` first: this will trigger
generation of the class. For some reason IDEs don't seem able to
figure this out from Maven, and we don't know how to change this.
So it's one small piece of knowledge that is needed.

-+ Tatu +-

>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "jackson-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jackson-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jackson-user/35504039-5c87-4b49-b921-7153ed996c02n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-user/CAL4a10jTDpH0QurHdnatm_6PsZa9ru0ijRHiUjCxY%3DkhxdihiQ%40mail.gmail.com.

Reply via email to