-
[Not QuickFix/J specific, but might be happening to others] I'm having failure in QuickFIX/J Distribution when trying to build project after cloning it: [INFO] QuickFIX/J Distribution ............................ FAILURE [ 4.636 s]
Maven and Java versions:
I've tried to use Is anyone facing similar issue? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
I'm afraid it is connected to this plugin definition in pom.xml: |
Beta Was this translation helpful? Give feedback.
-
Omit the |
Beta Was this translation helpful? Give feedback.
-
I also encoutered this problem while looking at something else. The problem is
I think the fix for this is to actually modify assembly instruction to exclude BTW. Sligtly different question. What are the expected differences in the generated artifacts when running with/without |
Beta Was this translation helpful? Give feedback.
-
I was just struggling with the same issue @the-thing , thanks for commenting. It was making me despondent. @chrjohn I don't think I fully understand the bundle plugin but I think it's not helpful for the general (non OSGI) case. Can we consider removing it in version 3 ? We could perhaps make an example for users that want to use OSGI. I have made an experimental branch where I remove it from all but quickfixj-all but like I say I'm just experimenting. I think it need not be the responsibility of the QFJ project to build the bundles. If I understand what I have read about Apache Felix, an OSGI user could do this in their application project or in another project derived from QuickFIX/J. I think a good argument for what I am proposing is "How do we even know if QuickFIX/J is building the bundle correctly"? |
Beta Was this translation helpful? Give feedback.
Omit the
-PskipBundlePlugin
option.