Skip to content

Commit

Permalink
Merge pull request #6041 from maho7791/export
Browse files Browse the repository at this point in the history
refs #6033 - Add EXPORT to MavenRunProvider
  • Loading branch information
pkriens committed Mar 15, 2024
2 parents 2913448 + d02d888 commit 5c6f7da
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 5c6f7da

Please sign in to comment.