Skip to content

Commit

Permalink
fixes #6033
Browse files Browse the repository at this point in the history
- Added EXPORT mode
- Tested the export

Signed-off-by: Mark Hoffmann <[email protected]>
  • Loading branch information
maho7791 committed Feb 15, 2024
1 parent 1b923e2 commit 9fe642e
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 9fe642e

Please sign in to comment.