You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are an Enterprise that imports all Maven libraries/dependencies into our internal artifact repository (language/platform agnostic). The importing mechanism is automatic and does plenty of sanity checks before doing so.
When I tried to import sfm related libraries I get an error because the packaging type is set to 'bundle' however there is no maven-bundle-plugin (presumably this is built with a profile or a custom settings.xml which has the instructions) specified.
Would it be possible to add the following section to the pom of all the sfm projects? sfm-jooq, sfm-jdbc, sfm-map, sfm-reflect, sfm-util, sfm-converter ? I have given a sample snippet which might work but the flags may need some customisation.
We are an Enterprise that imports all Maven libraries/dependencies into our internal artifact repository (language/platform agnostic). The importing mechanism is automatic and does plenty of sanity checks before doing so.
When I tried to import sfm related libraries I get an error because the packaging type is set to 'bundle' however there is no maven-bundle-plugin (presumably this is built with a profile or a custom settings.xml which has the instructions) specified.
Would it be possible to add the following section to the pom of all the sfm projects? sfm-jooq, sfm-jdbc, sfm-map, sfm-reflect, sfm-util, sfm-converter ? I have given a sample snippet which might work but the flags may need some customisation.
The text was updated successfully, but these errors were encountered: