#specialsource-maven-plugin problem
1 messages · Page 1 of 1 (latest)
Could you show your pom
Other modules? Are you using a multi module setup?
What pom? The parent?
I have several modules:
Parent
- API
- Utils
- Plugin
- NMS
-- Interfaces
...
-- V1_17_R1
-- V1_18_R1
so yeah i have multi modules if that answer your question
So basically according to the structure i sent, i tried to put the respective specialrouse plugin on plugin, on the parent, plugin and V1_18_R1
so if i put on the plugin i got a remapped file but that dont do nothing
This is the pom file for the plugin module: https://pastebin.com/j9UpdJ49
That contains currently the plugin
You want the remapper in the nms modules
Why not 1.17?
well
im not using the remapped thingy lol
its working that i want to do the 1.17 for now lol
i mean if a solution will allow more easily the 1.17 its fine for me
Aight
So where do I need to have actually the plugin?
The special source plugin should only be in the 1.18 module
i see
but the generated jar on the plugin module
is not getting remapped
do i need to add another thing?
lol yeah
All you need is the special source plugin in the 1.18 module. That's it
actually is working
what i did is to put inside a pluginManagment
idk why
do i need a pluginManagement inside nms v1_18_R1?
no right? its only for child modules?
I've never used that
lol rly?
Not sure what it's for
xDD