directory-maven-plugin:1.0 fails #306
-
When I try to compile using your flowlogix-bom in my parent pom.xml like this:
It fails with this message:
I'll try to skip directory-maven-plugin:1.0 for now. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi, you are not supposed to use bom as a parent. |
Beta Was this translation helpful? Give feedback.
-
I am now using this syntax in many of my pom.xml:
|
Beta Was this translation helpful? Give feedback.
-
You could use |
Beta Was this translation helpful? Give feedback.
-
I will upgrade but 5.0 does not come up as a choice in Netbeans when I set the repo to http://raw.github.com/flowlogix/flowlogix-m2/master. I plan to use ${flowlogix.version} but I'm hard-coding for testing. Also, I see that flowlogix-datamodel is at 4.0.6, but I assume that will be upgraded to 5.0 soon too. thanks! |
Beta Was this translation helpful? Give feedback.
Hi,
you are not supposed to use bom as a parent.
See https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/ (quick google search yielded this)
or in https://github.com/lprimak/apps/blob/main/emailmanager/pom.xml has an example
the
apps
application also has skinny war example