Skip to content

Commit f314321

Browse files
committed
Added bundle plugin baseline execution
1 parent f937d54 commit f314321

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

de.tototec.cmdoption/pom.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Model(
7777
namespace + ".internal"
7878
).mkString(","))
7979
))
80+
),
81+
executions = Seq(
82+
Execution(
83+
goals = Seq("baseline")
84+
)
8085
)
8186
),
8287
Plugin(

mvn-shared.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object CmdOption {
55

66
object Plugins {
77
val antrun = "org.apache.maven.plugins" % "maven-antrun-plugin" % "1.8"
8-
val bundle = "org.apache.felix" % "maven-bundle-plugin" % "3.2.0"
8+
val bundle = "org.apache.felix" % "maven-bundle-plugin" % "3.3.0"
99
val clean = "org.apache.maven.plugins" % "maven-clean-plugin" % "3.0.0"
1010
val dependencyCheck = "org.owasp" % "dependency-check-maven" % "3.0.1"
1111
val deploy = "org.apache.maven.plugins" % "maven-deploy-plugin" % "2.8.2"

0 commit comments

Comments
 (0)