I read your comments concerning the maven files, and realized my se wasn’t up to date. As soon as I changed it to version 13.1 I fixed that error. Was using 1.8 somehow. Sorry about that, I’m only getting used to Java decencies.
Thanks for answering though. On Wed, Dec 11, 2019 at 1:22 PM Tatu Saloranta <[email protected]> wrote: > On Wed, Dec 11, 2019 at 10:19 AM TheCrisbros15 <[email protected]> > wrote: > > > > I managed to build Jackson-core-2.10.1 as maven project. Well mostly, in > the file in my subject line, I get errors because the moditect maven plugin > isn’t working. > > > > I found it created on my Pom.xml file, and I don’t know what else to > check. I see a warning that says I’m on JDK 1.8 but don’t know how relevant > that is. I’m new to using eclipse, so bare with me. Am much more familiar > with other languages. > > What might help here is to first understand what you are trying to achieve > here. > Building `jackson-core` is not necessary for just using Jackson. > So... do you think you actually need to build it? > > And if you do, what exactly is the problem? What is the specific error > `mvn` prints, and for what command? > > -+ Tatu +- > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jackson-user/CAL4a10i7vDvcEXm%2BoSbmtJbirzp6TtdYe%3Dv0p52JjbhoaP8Ttw%40mail.gmail.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAC3USDJV2CzC2yF9qNSmXgidektJ1kX11G5EL-5hDFxJajJ%2Big%40mail.gmail.com.
