Commit b9da98e
committed
maven: Fix bnd-run-maven-plugin bndrun file selection
The bndrun configuration parameter is of type File which means
maven when resolve relative paths against ${project.basedir}.
So we don’t need to worry about trying to do this.
Signed-off-by: BJ Hargrave <[email protected]>1 parent 0c76117 commit b9da98e
1 file changed
Lines changed: 2 additions & 7 deletions
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 104 | + | |
| 105 | + | |
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
| |||
0 commit comments