Skip to content

Commit

Permalink
refs #6033 - Add EXPORT to MavenRunProvider
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed Feb 23, 2024
1 parent 1b923e2 commit d02d888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bndtools.m2e/src/bndtools/m2e/MavenRunProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ private Bndrun create0(IResource targetResource, IMavenProjectFacade projectFaca
switch (mode) {
case LAUNCH :
case EDIT :
case EXPORT :
case SOURCES :
if ((mojoExecution = getBndResolverMojoExecution(maven, projectFacade, bndrunMatchs,
monitor)) != null) {
Expand Down

0 comments on commit d02d888

Please sign in to comment.