What is the recommened way to bundle wikitext.core modules? #693
-
Hi, The modules of wikitext.core are now set to eclipse-plugin i.e. We tried changing the pom.xml to use packaging - We have been building the libs with What is the recommended way to build these modules as bundles (like the 3.0.4XX releases) and not as eclipse-plugin? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Can you explain why you want to do this? The build does work as is so there are no recommended changes... |
Beta Was this translation helpful? Give feedback.
-
Hi @merks, Since I noticed that the new package contents were slightly different for the jar of 3.0.48.202308291007 & the 4.6.0 jar. I was trying a bundled build to evaluate if that makes any difference as I was not sure how different are eclipse-plugin packaging and bundled. Thank you. P.S: Since the 4.X releases are not in maven repo, I was trying the build for the first time locally to consume them locally for evaluation and verification activities. |
Beta Was this translation helpful? Give feedback.
-
Please ignore the question. You are right. I was just mixing up a few things which resulted in build failures which lead me to go down the route of bundled updates asked above.
|
Beta Was this translation helpful? Give feedback.
Can you explain why you want to do this? The build does work as is so there are no recommended changes...