Skip to main content
summaryrefslogtreecommitdiffstats
blob: e5aae2b546b8319bbfc49b4989af836832337c8c (plain) (blame)
1
2
3
4
5
6
7
/shared/common/apache-maven-3.0.5/bin/mvn deploy:deploy-file -s /shared/common/apache-maven-latest/conf/settings.xml -DgroupId=org.eclipse.fx \
  -DartifactId=org.eclipse.fx.ui.panes \
  -Dversion=1.0.0-SNAPSHOT \
  -Dpackaging=jar \
  -Dfile=bundles/runtime/org.eclipse.fx.ui.panes/target/org.eclipse.fx.ui.panes-1.0.0-SNAPSHOT.jar \
  -DrepositoryId=repo.eclipse.org \
  -Durl=https://repo.eclipse.org/content/repositories/efxclipse-snapshots/

Back to the top