You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sonar-project.properties 286B

12345678
  1. # Note that the format of project key is still groupId:artifactId in order to support test with sonar 2.6.
  2. sonar.projectKey=java:bytecode
  3. sonar.projectName=Java Bytecode Sample
  4. sonar.projectVersion=1.0
  5. sonar.sources=src
  6. sonar.java.binaries=build/classes
  7. sonar.java.libraries=lib/*.jar