Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
/ PerfClipse Public archive

Perfclipse is a plugin for Eclipse which integrates perfcake project into Eclipse.

License

Notifications You must be signed in to change notification settings

PerfCake/PerfClipse

Repository files navigation

Perfclipse

Eclipse plugin which brings support for PerfCake.

Steps to build plugin update site

  • Build p2 repository (needed for plugin build) - under $PERFCLIPSE_DIR/org.perfclipse.repo directory run:
$ mvn (clean) p2:site
  • (A) Build unsigned PerfClipse plugin - under the $PERFCLIPSE_DIR directory run:
$ mvn (clean) package
  • (B) Build signed PerfClipse plugin using jarsigner - under the $PERFCLIPSE_DIR directory run:
$ mvn (clean) package -Djarsigner.skip=false -Djarsigner.keystore=<paht-to-keystore> -Djarsigner.storepass=<keystore-password>  -Djarsigner.alias=<certifacete-alias> -Djarsigner.keypass=<key-password>
  • Update site can be found under $PERFCLIPSE_DIR/org.perfclipse.update/target/repository directory.

Versioning

This repository does not use any special workflow and everything is commited directly to master for now.

Bug reporting

Please report bugs directly to the issues in this repository.

About

Perfclipse is a plugin for Eclipse which integrates perfcake project into Eclipse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages