File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ object CmdOption {
55
66object 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"
You can’t perform that action at this time.
0 commit comments