File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ deploy () {
7676 # local settings=/opt/public/hipp/homes/genie.ecf/.m2/settings-deploy-ossrh.xml
7777 # local settings=~/.m2/settings.xml
7878 echo " mvn --projects $2 deploy"
79- mvn --projects " $projs " deploy
79+ mvn --projects " $2 " deploy
8080}
8181
8282bundles=" "
Original file line number Diff line number Diff line change 7272 </distributionManagement >
7373
7474 <properties >
75- <tycho-version >4.0.11 </tycho-version >
75+ <tycho-version >4.0.10 </tycho-version >
7676 <cbi-version >1.5.2</cbi-version >
7777 <target-platform >2024-06</target-platform >
7878 <execution-environment >JavaSE-17</execution-environment >
303303 <artifactId >tycho-compiler-plugin</artifactId >
304304 <version >${tycho-version} </version >
305305 <configuration >
306- <copied .org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs >
306+ <compilerArguments >
307307 <properties >${project.basedir} /.settings/org.eclipse.jdt.core.prefs</properties >
308- </copied .org.apache.maven.plugin.AbstractCompilerMojo.compilerArgs >
308+ </compilerArguments >
309309 </configuration >
310310 </plugin >
311311 <plugin >
You can’t perform that action at this time.
0 commit comments